/* Easy Slider */
	#sliderContent{
		position:relative;
	}
	
	#slider{
	background-image: url(../images/bg_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 7px;
	padding-top: 10px;
	padding-left: 13px;
}	
	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:219px;
		height: 179px;
		overflow:hidden; 
		}	

	#slider li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider li p{ 
		margin:20px;
		}						
		
	p#controls {
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn { 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:39px;
		height:15px;
		position:absolute;
		left:190px;
		top:-214px;
		}	
#prevBtn {
	margin-top: 10px;
}

	#nextBtn { 
		top:0px;
		}														
	#prevBtn a, #nextBtn a {  
		display:block;
		width:39px;
		height:15px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a { 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
	#right #slider h4 {
	clear: both;
	display: block;
	float: left;
	width: 196px;
	line-height: 16px;
	font-size: 11px;
	color: #000000;
}
#right #slider h4 a {
	font-size: 13px;
	color: #000000;
}
#right #slider p {
	font-size: 13px;
	clear: both;
	display: block;
	float: left;
	width: 196px;
	line-height: 14px;
}
#right #slider .last {
	background-image: none;
	padding-bottom: 0px;
}										


/* // Easy Slider */
