﻿    /* image replacement */
        #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
        }
        #slider1prev{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
        }
        #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
        }
        #prevBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
        }
        .graphic{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
        }
    /* // image replacement */
			
	#container1{	
	  margin:0 auto;
	  position:relative;
	  text-align:left;
	  width:700px;
	  height:220px;
	  background:;
	  overflow: hidden;
}	
	#header1{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
}				
	#content1{
		position:relative;
		right:-5px;
		top:5px;
}
   #content1 a img{
        border-width:0px;
}

/* Easy Slider */

	#slider{
		margin:0;
		padding:0;
		list-style:none;
		width: 520px;
      height: 191px;
		overflow:hidden;
		}
	#slider li{
		margin:0;
		padding:0;
		list-style:none;
		width: 700px;
      height: 200px;
		overflow:hidden;
		}	
	
		
	#slider ul{
		margin:0;
		padding:0;
		list-style:none;
		width: 520px;
      height: 191px;
		overflow:hidden;
		}	
	#slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#slider1next{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#prevBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#slider1next{ 
		left:696px;
		}														
	#nextBtn{ 
		left:696px;
		}														
	#slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#slider1next a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#prevBtn a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		height:24px;
		margin-top:-7px;
		padding-left:0;
		padding-right:6px;	
}
	ol#controls li{
		margin:0 4px 0 0;
		float:right;
		list-style:none;
		height:27px;
		line-height:27px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 7px;
		text-decoration:none;
		-moz-border-radius:2px;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	#nextBtn a:focus{outline:none;}
	#prevBtn a:focus{outline:none;}
	ol#controls li a:focus{outline:none;}