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

	#slider img{
		border:none;
		}
	#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:880px;     /* RUS WIDTH AND HEIGHT OF PICTURES*/
		height:266px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
		display:block;
		width:0px;         /* RUS  WIDTH OF NEXT-PREVIOUS BUTTONS */
		height:0px;        /* RUS  HEIGHT OF NEXT-PREVIOUS BUTTONS */
		position:absolute;
		left:0px;
		top:84px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:850px;     /* RUS  PLACEMENT OF RIGHT BUTTON */
		}														
	#prevBtn a:link, #prevBtn a:visited, #slider1prev a:link, #slider1prev a:visited{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/left.png) no-repeat 0 0;
		filter:alpha(opacity=50);
		opacity:0.5;	
		}	
	#nextBtn a:link, #nextBtn a:visited, #slider1next a:link, #slider1next a:visited{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/right.png) no-repeat 0 0;
		filter:alpha(opacity=50);
		opacity:0.5;	
		}	
	#prevBtn a:hover, #prevBtn a:active, #nextBtn a:hover, #nextBtn a:active,
	#slider1next a:hover, #slider1next a:active, #slider1prev a:hover, #slider1prev a:active{  
		filter:alpha(opacity=90);
		opacity:0.9;	
	}
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */