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

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:750px;
		
		}	
			
	#content{
		width:750px;
		position:relative;
		}	
		
			#slider{width:750px !important;}	
	#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:90px;
		height:64px;
		overflow:hidden; 
		border:none; background:url(../images/rounded_border.jpg) no-repeat top left;
		padding:5px 0 0 5px;

		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:25px;
		height:101px;
		position:absolute;
		left:-32px;
		top:-12px;
		}	
	#nextBtn{ 
		left:767px;
		
		}														
	#prevBtn a{  
		display:block;
		width:22px;
		height:88px;
		background:url(../images/left_aerrow.png) no-repeat 0 0;
		
		}	
	#nextBtn a{ 
		display:block;
		width:25px;
		height:88px;
		background:url(../images/right_aerrow.png) no-repeat 0 0 right;
		z-index:99999 !important;
		
	}

/* // Easy Slider */