    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
           text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{
	margin: 0 auto;
	position: inherit;
	text-align: center;
	width: 266px;
	background: #fff;
	margin-bottom: 0px;
	background-color: #1D1916;
	visibility: visible;
		}	

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

	ol#controls{ 
		margin:1em 0;
		padding: 85px 20px 7px 25px; width: 220px; height: 145px; position: absolute; right: 0px; width: 40px; top: 0px; list-style: none; color: #000;
		overflow:hidden; background: url(../images/button_bg.jpg) 27px top no-repeat; }

	ol#controls li{
		margin:0 0px 0 0; 
		padding:0 5px 10px 5px; border: 1px solid red;
		list-style:none;
		height:21px; border: none;
		line-height:21px; background: url(../images/button_line.jpg) right center no-repeat; }
		
	ol#controls li.last { background: none; }
	
	ol#controls li a{
		float:left;
		line-height:30px; overflow: hidden;
		background: url(../images/button.png) no-repeat;
		color:#000; text-indent: -9999px;
		height:18px; padding: 0 3px;
		width: 18px; color: #fff; line-height: 21px; text-align: center; width: 27px;
		text-decoration:none;
		}
	ol#controls li a:hover {
		background: url(../images/button_hover.png) no-repeat;
		color:#fff;
		}
	ol#controls li.current a{
		background: url(../images/button_hover.png) no-repeat;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
