.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #b1a2ab;
}
.jScrollPaneDrag {
	position: absolute;
	background: #4b0732;
	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;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
	background:transparent url(../images/basic_arrow_up.gif) repeat-x scroll 0 0;
}
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: transparent url(../images/basic_arrow_down.gif) repeat-x scroll 0 0;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: #f60;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
.holder {
	float: left;
	margin: 0px 15px 10px 0px;
	width:269px;
	background-color:#660;
	height:350px;
	
}

.holder2 {
	float: left;
	margin: 0px 0px 0px 0px;
	width:261px;
	background-color:#8d7e30;
	height:350px;	
}



.scroll-pane {
	width: 269px;
	height: 320px;
	overflow: auto;
	float: left;
}
.scroll-pane2 {
	width: 261px;
	height: 260px;
	overflow: auto;
	float: left;
}

#home-style {width:530px; height:336px; overflow:hidden; padding:4px 0px 10px 10px;background:#748425;float:right;}

#home-style h2 {color:#000; font-weight:normal; font-size:20px;letter-spacing:2px;border-bottom:solid 1px #000;padding-bottom:4px;margin-right:10px;}
#home-style h2 a {color:#000;}

#home-style h3 a {color:#98E7EB;font-weight:normal;font-size:20px; letter-spacing:2px;}

#home-style h3 {margin:0px 0px 6px 0px; padding:0px;}
#home-style a {color:#96AC9A;border:none;}
.item a img {border:none;}
#home-style .item {padding:0px 20px 0px 4px;}

.scroll-pane-style {
	width: 530px;
	overflow: auto;
	float: right;
	padding-right:0px;
}

#pane5{height:260px;}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 280px;
}
#pane3 {
	height: 270px;
}
#pane4 {
	height: 190px;
}

.scroll-light {
	background-color:#7b772a;
	padding:10px 10px 10px 10px;
	}
	
.scroll-light a:link, .scroll-light a:visited, .scroll-light a:active, .scroll-light a:hover {
	
	color:#4B0732;	
	}	
	
.scroll-dark {
background-color:#706b27;
	padding:10px 10px 10px 10px;
	}

.scroll-dark a:link, .scroll-dark a:visited, .scroll-dark a:active, .scroll-dark a:hover {
	
	color:#4B0732;
	}
	
#explore {
	float:left;
overflow:hidden;
padding:0px 10px 10px 10px;
color:#ffffff;
}

#explore p {
	
padding:0px 0px 3px 0px;
margin:0px 0px 3px 0px;}
