    /* image replacement */
          .graphic, #prevBtn, #nextBtn{            margin:0;            padding:0;            display:block;            overflow:hidden;            text-indent:-8000px;      }
         // image replacement 			 /* Easy Slider */ 	#slider ul, #slider li{		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:819px;		height:399px;		overflow:hidden;
		position: relative;		}	

	#prevBtn, #nextBtn{ 		display:block;		width:37px;		height:376px;		position:absolute;		/*left:407px;		top:455px;*/
		left: -37px;
		top:  11px;		}		#nextBtn{ 		left:819px;		}															#prevBtn a, #nextBtn a{		display:block;		width:100%;		height:100%;		background:url(../img/spa/slideshow/btn_prev.png) no-repeat 0 0;			}		#nextBtn a{ 		background:url(../img/spa/slideshow/btn_next.png) no-repeat 0 0;			}		
/* // Easy Slider */