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

	#container{
	position:relative;
	text-align:left;
	width:700px;
	margin-bottom:2em;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 210;
		}	
		





	#content{
	position:relative;
	margin: 0px;
	padding: 0px;
		z-index: 215;

		}			
/* Easy Slider */

	#slider{
		position:relative;
}	
	#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:700px;
	height:400px;
		}	
		#prevBtn, #nextBtn{
	display:block;
	width:54px;
	height:106px;
	position:absolute;
	left:-54px;
	top:150px;
		}	
	#nextBtn{ 
		left:700px;
		}														
	#prevBtn a, #nextBtn a{
	display:block;
	width:54px;
	height:106px;
	background-image: url(../images/btn_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a{
	background-image: url(../images/btn_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}																

