    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

				
	#sliderContent{
		width: 740px;
		height: 300px;
		background: #FFF;
		margin: 10px 0 0 12px;
		/margin: 10px 0 0 0;
		padding: 0;
		text-align: left;
		overflow:scroll;
		}

	#sliderStill{
	width: 740px;
	height: 230px;
	background: #FFF;
	margin: 10px 0 0 12px;
	/margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	overflow:none;
	}
		
	#sliderContent h1 {
	width: 728px;
	height: 0;
	background: url(../img/bg-h1-rss-top.png) no-repeat;
	overflow: hidden;
	margin: 0;
	padding-top: 53px;
}		

/* 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:740px;
		height:295px;
		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:none;
		position:relative;
		width:30px;
		height:77px;
		background:url(../img/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../img/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		width: 740px;
		margin:0 0 -20px 0;

		padding:0;
		height:30px;
		text-align: center;
		position: relative;		
		top: -30px;	
		left: 12px;
		/left: 0px;
		/* background: url(../img/bg-controls.png) no-repeat bottom; */
		background: none;
		}
	ol#controls li{
		margin:0 1px 0 0; 
		padding:0 0 0 1px;
		display: inline-block;
		/display: inline;
		/zoom:1;
		list-style:none;
		height:30px;
		width: 30px;
		_height:24px;
		_width: 24px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		}
	ol#controls li a{
		float:left;
		width: 28px;
		height: 28px;
		_height: 20px;
		_width: 20px;
		line-height:30px;
		_line-height:20px;
		background: url(../img/bg-slider-num.png) no-repeat 1px 1px;
		_background: #FEFEFE;
		color:#000;	
		margin: 0;
		padding:0;	
		text-decoration:none;
		}
	ol#controls li.current a{
		background: url(../img/bg-slider-num-on.png) no-repeat  1px 1px;
		_background: #e62E87;
		color:#FFF;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */