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

	#slider-header{
		width: 723px;
		height:84px;
		background: url(../img/recent-work-bg.png) no-repeat;
		behavior: url("../common/iepngfix.htc");
		}				
	#slider-header img{
		margin: 17px 0 0 84px;
		}
			
	#slider-wrapper{
		width: 723px;
		position:relative;
		background: url(../img/slider-bg.gif) no-repeat;
		margin-bottom: -20px;
		}			

/* 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:717px;
		height:185px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:0px;
		top:71px;
		}	
	#nextBtn{ 
		left:680px;
		}			
													
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../img/arrow-left.png) no-repeat 0 0;
		behavior: url("../common/iepngfix.htc");	
		}	
	#nextBtn a{ 
		background:url(../img/arrow-right.png) no-repeat 0 0;	
		behavior: url("../common/iepngfix.htc");
		}