		
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
            }
    /* // image replacement */
			

	#content{
	position:relative;
	width: 500px;
	height: 184px;
	overflow: hidden;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:478px;
	height:184px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:20px;
	height:77px;
	position:absolute;
	left:-15px;
	top:75px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{
	left:480px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:20px;
	height:77px;
	background-image: url(../images/slider_gallery2/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a, #slider1next a{
	background-image: url(../images/slider_gallery2/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
		
	/* numeric controls */	

	ol#controls{
	padding:0;
	height:28px;
		}
	ol#controls li{
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
		}
	ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	text-decoration:none;
	background-color: #0070C9;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
		}
	ol#controls li.current a{
	text-decoration: none;
	background-color: #0070C3;

		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline:none;
	text-decoration: none;
}
	
/* // Easy Slider */

