@charset "utf-8";
/* CSS Document */

/* Easy Slider */

	#slider { }	
	#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:750px;
		height:181px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:753px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		
		}	
	#nextBtn a{ 
			
		}												

    /* image replacement */
        .graphic, #prevBtn, #nextBtn{

            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
	img{border:none;}
    /* // image replacement */
/* // Easy Slider */
