#prevBtn a, #nextBtn a  { behavior: url(iepngfix.htc);border:0; }

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

/* Easy Slider */

	#slider{
		position:relative;
		margin:auto;
		float:none;
		text-align:left;
		width:465px;
	}	
	
	#gallery {
		float:none;
		text-align:left;
		position:relative;
		top:-1px;
		margin:auto;
		width:100%;
		height:100%;
		background-repeat:no-repeat;
	}

	#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:979px;
		height:520px;
		overflow:hidden; 
		}	
		
	#prevBtn, #nextBtn{ 
		display:block;
		width:48px;
		height:46px;
		position:absolute;
		top:235px;
		left:-1px;
		}	
		
   #nextBtn {
   		left:942px;
   }
   										
	#prevBtn a, #nextBtn a{  
		display:block;
		width:48px;
		height:46px;
		background:url(../images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;	
		}												

/* // Easy Slider */
