@charset "utf-8";

/* Easy Slider */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */


	#slider{}
	#content {
	position:relative;
	padding-left: 0px;
		}
	#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:640px;
		height:265px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		height:36px;
		position: absolute;
		margin-left: 0px;
		top: 10px;
		}	
	#prevBtn { 
		width:40px;
		left: 560px;
		}
	#nextBtn{ 
		left: 600px;
		width:30px;
		right:11px;
		}														
	#prevBtn a {  
		display:block;
		width:40px;
		height:36px;
		background:url(../img/slider_btn.gif) -0px -0px no-repeat;	
		outline: none;
		}	
	#nextBtn a{  
		display:block;
		width:40px;
		height:36px;
		background:url(../img/slider_btn.gif) -40px -0px no-repeat;	
		outline: none;
		}

	#prevBtn a:hover { background-position: -0px -36px; }	
	#nextBtn a:hover { background-position: -40px -36px; }											
/* // Easy Slider */
