/* Easy Slider */

	#slide_container{background-image:url(../images/templates/bg_slides.png); background-repeat:no-repeat; height:253px; width:641px; position:relative; overflow:hidden;}
	#slider{width:550px; margin:0 auto; padding:0px;position:relative; height:229px;}
	#slider h1, #slider h2, #slider h3, #slider h4, #slider h5, #slider h6{color:#fff;}
	#slider li, #slider p{color:#fff;}
	#slider a, #slider a:visited{text-decoration:underline; color:#fff;}
	#slider a:hover{text-decoration:none;}
	#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:550px;
		height:229px;
		overflow:hidden;
		
		}	
		#slider li h3 {
			margin-top: 15px;
		}
	#prevBtn, #nextBtn{ 
		display:block;
		width:14px;
		height:45px;
		position:absolute;
		top:90px;
		text-indent:-9999px;
		}
	#prevBtn{left:14px;}
	#nextBtn{
		right:20px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:14px;
		height:45px;
		background:url(../images/templates/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/templates/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */
