
	img{
		border:1px solid #FFFFFF;
	}

/* image replacement */
	.graphic, #prevBtn, #nextBtn{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
	}
/* 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:410px;
		height:255px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:104px;
		height:104px;
		position:absolute;
		left:180px;
		top:370px;
		}	
	#nextBtn{ 
		left:810px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:104px;
		height:104px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}
	#nextBtn a:hover{
		background:url(../images/btn_next2.gif) no-repeat 0 0;
		}
	#prevBtn a:hover{
		background:url(../images/btn_prev2.gif) no-repeat 0 0;
		}											

/* // Easy Slider */