/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;
		}
	
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:470px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls {
    height: 28px;
    left: 785px;
    margin: 1em 0;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 150px;
}

	ol#controls li {
    float: left;
    height: 28px;
    list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0;
    width: auto;
}

	ol#controls li a {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #8c8179;
    color: #8C8179;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 20px;
}

ol#controls li.current a {
    background: none repeat scroll 0 0 #a51c30;
    color: #FFFFFF;
}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */