
   /* image replacement */
        .graphic, #prevBtn1, #nextBtn1, #prevBtn2, #nextBtn2, #prevBtn3, #nextBtn3, #prevBtn4, #nextBtn4, #prevBtn5, #nextBtn5, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	

/* Easy Slider */

	#slider1 ul, #slider1 li,
	#slider2 ul, #slider2 li,
  #slider3 ul, #slider3 li,
  #slider4 ul, #slider4 li,
  #slider5 ul, #slider5 li{
		margin:0;
		padding:0;
		list-style:none;
    float:left;
		}
	
	#slider1 li, #slider2 li, #slider3 li, #slider4 li, #slider5 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:264px;
		overflow:hidden; 
    padding-top:0px;
    float:left;
    text-align:center;
		}	
	#prevBtn1, #nextBtn1, #prevBtn2, #nextBtn2, #prevBtn3, #nextBtn3, #prevBtn4, #nextBtn4, #prevBtn5, #nextBtn5,
	#slider1next, #slider1prev{ 
		display:block;
		width:14px;
		height:16px;
    float:left;
	/*	position:absolute;
		left:-30px;
		top:71px;
		z-index:1000; */
		}	
    #prevBtn1, #prevBtn2, #prevBtn3, #prevBtn4, #prevBtn5 {padding:10px 20px 10px 0px;}
    
	#nextBtn1, #nextBtn2, #nextBtn3, #nextBtn4, #nextBtn5, #slider1next { 
		float:left;
    padding:10px 0px 10px 20px;
		}														
	#prevBtn1 a, #prevBtn2 a, #prevBtn3 a, #prevBtn4 a, #prevBtn5 a, #nextBtn1 a, #nextBtn2 a, #nextBtn3 a, #nextBtn4 a, #nextBtn5 a,
	#slider1next a, #slider1prev a{  
		display:block;
	/*	position:relative; */
		width:10px;
		height:16px; 
		background:url(/data/images/site/l.png) no-repeat 0 0;	
    float:left;
     
		}	
	#nextBtn1 a, #nextBtn2 a, #nextBtn3 a, #nextBtn4 a, #nextBtn5 a, #slider1next a{ 
		background:url(/data/images/site/r.png) no-repeat 0 0;
    width:10x;
		height:16px;
    
		}	
		
	/* 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, #prevBtn1 a:focus, #nextBtn1 a:focus, #prevBtn2 a:focus, #nextBtn2 a:focus, #prevBtn3 a:focus, #nextBtn3 a:focus, #prevBtn4 a:focus, #nextBtn4 a:focus, #prevBtn5 a:focus, #nextBtn5 a:focus{outline:none;}
	
/* // Easy Slider */