/* 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:975px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		float: left;
		width:30px;
		position:relative;
		left:40px;
		top:-150px;
		}	
	#nextBtn{ 
		left: 875px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height: 50px;
		background:url('/images/homepage/leftarrow.png') no-repeat 0 0;
		margin-top: 0px;
		}	
	#nextBtn a{ 
		background:url('/images/homepage/rightarrow.png') no-repeat 0 0;	
		}												
 
/* // Easy Slider */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
