
.scroll-pane
			{
				width:650px;
				height:252px;
				overflow: auto;
				text-align:justify; 
				margin-top:6px;
				margin-left:0px;
			}

.jspContainer
{
	overflow: hidden;
	position: relative;
	height:250px;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	right: 0;
	width:8px;
	background:#fff;
}

.jspTrack
{
	width:8px;
	z-index:10000;
	position:relative;
	
}

.jspDrag
{
	width:6px;
	background:#d78307;
	position: relative;
	top: 0;
	left: 1px;
	cursor: pointer;
}

.jspArrow
{
	background:url(../images/green-arrow-bottom.gif) no-repeat;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background:url(../images/green-arrow-top.gif) no-repeat;
}

.jspVerticalBar .jspArrow
{
	height:8px;
}

.jspHorizontalBar .jspArrow
{
	width:8px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}


#content{
		position:relative;
		background:url(../images/sliding-bg.png) no-repeat;
		height:202px;
		width:911px;
		margin:0px 0px 0px 20px;
		overflow:hidden;
		}			

/* Easy Slider */

	#slider{overflow:hidden; width:901;  margin:0px 0px 0px 0px}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0px 0px;
		list-style:none;
		overflow:hidden;
		float:left;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:901px;
		height:192px;
		overflow:hidden; 
		margin:0px 0px 10px 0px;
		}	

	#slider2 li{ 
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:25px;
		height:89px;
		position:absolute;
		left:-25px;
		top:-140px;
		}	
	#nextBtn, #nextBtn2{ 
		left:911px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:25px;
		height:89px;
		background:url(../images/previous.png) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(../images/next.png) no-repeat 0 0;	
		}												
.sliding-div-box{ 
	width:275px; 
	height:160px; 
	float:left; 
	margin:20px 10px 0px 12px; 
	background:#2a2a2a; 
	border:1px solid #6f6f6f; 
	text-align:center; 
	color:#fff;
}
.sliding-div-box p{margin:11px 0px; padding:0px; font-size:13px; text-transform:uppercase; font-weight:bold; }
.sliding-div-box a{color:#fff; text-decoration:none;}
.white-img-box{ width:235px; height:98px; float:left; margin:0px 0px 0px 19px; background:#fff;}
/* // Easy Slider */
