			
    /* image replacement */
	
	.graphic, #prevBtn, #nextBtn{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
	}
			
	#container {	
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
		}						

	/* Easy Slider */

	#slider { width:620px; }	
	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		width:620px;
		height:410px;
		overflow:hidden; 
		}	
	#prevBtn {
		display: block;
		width: 35px;
		height: 35px;
		position: absolute;
		/*top: 315px;
		left: -40px;*/
		top: 185px;
		left: 0;
		}	
	#nextBtn {
		display: block;
		width: 35px;
		height: 35px;
		position: absolute;
		/*top: 315px; 
		left: 710px;*/
		top: 185px;
		right: 0;
		}														
	#prevBtn a {
		display: block;
		width: 35px;
		height: 35px;
		background:url(../images/arrow-left.gif) no-repeat 0 0;	
		}	
	#nextBtn a {
		display: block;
		width: 35px;
		height: 35px;	 
		background:url(../images/arrow-right.gif) no-repeat 0 0;	
		}	
