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

/* Easy 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: 500px;
	height: 150px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:0px;
	z-index:1000;
		}	
	#nextBtn{ 
		left:500px;
		}														
	#prevBtn a, #nextBtn a {
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../site/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a { 
		background:url(../site/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	margin:1em 0 0em 5px;
	padding:0;
	height:15px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		}
	ol#controls li a{
	float:left;
	height:15px;
	border:1px solid #ccc;
	background:#006;
	color:#FFF;
	padding:0 4px;
	text-decoration:none;
	font: 0.8em Tahoma, Geneva, sans-serif;
		}
	ol#controls li.current a{
	background:#FC0;
	color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

