.jScrollPaneContainer {
	position:relative;
	overflow:hidden;
	z-index:1;
}
.jScrollPaneTrack {
	position:absolute;
	cursor:pointer;
	right:0;
	top:0;
	height:100%;
	background:#aaa;
}
.jScrollPaneDrag {
	position:absolute;
	background:#666;
	cursor:pointer;
	overflow:hidden;
}
.jScrollPaneDragTop {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
.jScrollPaneDragBottom {
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
}
a.jScrollArrowUp {
	display:block;
	position:absolute;
	top:0;
	right:0;
	text-indent:-2000px;
	overflow:hidden;
	/*background-color:#666;*/
	height:9px;
	z-index:1;
}
a.jScrollArrowUp:hover {
	/*background-color:#f60;*/
}
a.jScrollArrowDown {
	display:block;
	z-index:1;
	bottom:0;
	right:0;
	text-indent:-2000px;
	overflow:hidden;
	/*background-color:#666;*/
	height:9px;
	position:absolute;
}
a.jScrollArrowDown:hover {
	/*background-color:#f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color:#f00;*/
}
#jScrollPane1{
	width:100%;
	height:160px;
}
#jScrollPane2 {
	width:700px;
	height:123px;
}
#jScrollPane3 {
	width:100%;
	height:43px;
}
#jScrollPane4 {
	width:100%;
	height:100px;
}
#jScrollPane5 {
	width:100%;
	height:100px;
}
#jScrollPane6 {
	width:100%;
	height:100%;
}

#jScrollPane7 {
	width:100%;
	height:170px;
}

#jScrollPaneGallery {
	width:95%;
	height:300px;
}

#jScrollPane12{
	width:100%;
	height:370px;
}

#jScrollPane16{
	width:100%;
	height:165px;
}

#jScrollPane17{
	width:100%;
	height:160px;
}

#jScrollPane20{
	width:100%;
	height:200px;
}

#jScrollPane24{
	width:100%;
	height:200px;
}

#jScrollPane25{
	width:100%;
	height:335px;
}

#jScrollPaneTEST{width:100%; height:80px; }
#jScrollPaneTEST2{width:100%; height:80px; }

.mark{
	font-family:Arial;
	font-style: normal;
	font-weight: bold;
	font-size:16px;
	color: #FFFFFF;
	text-decoration: none;
}