.search-pane {
	width: 460px;
	height: 400px;
	overflow: auto;
	background: #fff;
	float: left;
}


.qtnlist-pane {
	width: 300px;
	height: 150px;
	overflow: auto;
	background: transparent;
	float: left;
}


.faqs-pane {
	width: 460px;
	height: 240px;
	overflow: auto;
	background: #fff;
	float:left;
}

.factfile-pane {
	width: 485px;
	height: 200px;
	overflow: auto;
	background: #fff;
	float: left;
}

.articles-pane {
	width: 485px;
	height: 280px;
	overflow: auto;
	float: left;
}

.flashvdo-pane {
	width: 130px;
	height: 250px;
	overflow: auto;
	background: #f8f8f8;
}

.xprtvdo-pane{
	width: 140px;
	height: 338px;
	overflow: auto;
	background: #f8f8f8;
}

.beautyboard-pane{
	width: 455px;
	height: 300px;
	overflow: auto;
	float: left;
	margin:0 8px;
}
.beautydiscussion-pane{
	width: 480px;
	height: 360px;
	overflow: auto;
	float: left;
	margin:0 8px;
	
}
.answer-pane{
	width: 455px;
	height: 300px;
	overflow: auto;
	float: left;
	margin:0 8px;
}
.quiz-pane{
	width: 175px;
	height: 320px;
	overflow: auto;
	float: left;
	margin:0;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 300px;
	/*border:1px solid #f4f4f4;*/
}


.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ececec;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/scrollBG.gif) no-repeat;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/arrow_up.gif) repeat-x 0 0;
	height: 10px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/arrow_down.gif) repeat-x 0 0;
	height: 10px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}