#slider-content{
	position:relative;
	margin:0 0 0 70px;
}			

#slider ul, #slider li {
	list-style:none;
}
	
#slider li { 
	width:840px;
	height:300px;
	overflow:hidden; 
}	
		
.panel {
	float:left;
	margin:20px 0 0 0;
}

#slider-thumb img{
    background: #333; 
	padding:5px 5px;
	float:left;
	margin:0 5px 5px  5px;
}

#slider-data {
	width:400px;
}

#slider-data h2 {
	margin:0 0 5px 10px;
	font-family:Verdana;
	width:0 auto;
	font-size: 25px; 
	color: #CCC;
	width:400px;
}

#slider-data h4 {
	color:#444;
	text-transform:uppercase;
	margin:0 0 0 10px;
	width:400px;
}

#slider-data p {
	margin:40px 5px 0px 10px;
	width:400px;
	color:#555;
	font-family:Verdana;
	font-style: italic;
	font-size:13px; 
}

.jflow-more img {
	background:none;
	margin:7px 0 0 17px;
}

.jflow-more {
	background-image:url(../images/Jflow_more.png);
	width:85px;
	height:22px;
	border:none;
	margin:15px 0 0 0;
	float:right;
}

.jflow-more:hover {
	background: url(../images/Jflow_more_hover.png) no-repeat;
	width:85px;
	height:22px;
	border:none;
	margin:15px 0 0 0;
	float:right;
}
		
#prevBtn, #nextBtn {
	display:block;
	width:57px;
	height:62px;
	position:absolute;
	left:-67px;
	top:115px;
	z-index:1000;
	text-indent:-9999px;
}
		
#nextBtn { 
	left:850px;
}	
		
#prevBtn a {  
	display:block;
	position:relative;
	width:57px;
	height:62px;

}	
		
#nextBtn a { 
    display:block;
	position:relative;
	width:57px;
	height:62px;

}	

#prevBtn a:hover {  
	background:url(../images/btn_prev_hover.png) no-repeat 0 0;	
}

#nextBtn a:hover { 
	background:url(../images/btn_next_hover.png) no-repeat 0 0;	
}
	
	
/* // Easy Slider */
