@charset "UTF-8";
/* CSS Document */

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

			
	#content{
		position:relative;
		}			


/* Easy Slider */

	#imageslider ul, #imageslider li,
	#imageslider2 ul, #imageslider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#imageslider2{margin-top:1em;}
	#imageslider li, #imageslider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1020px;
		height:392px;
		overflow:hidden; 
		}	
	#prevBtn, 
	 #imageslider1prev{ 
		display:inline;
		width:41px;
		height:41px;
		margin-left:105px;
		margin-top:-50px;
		z-index:1000;float:left;
		}
		
	#nextBtn,
	#imageslider1next{ 
		display:inline;
		width:41px;
		height:41px;
		margin-left:135px;
		margin-top:-50px;
		z-index:1000;float:left;
		}	
		
	#nextBtn, #imageslider1next{ 
		
		padding-left:20px;


		}	
		
		#nextBtn {}													
	#prevBtn a, #nextBtn a,
	#imageslider1next a, #imageslider1prev a{  
		display:block;
		position:relative;
		width:41px;
		height:41px;
		background:url(../images/prev.png) no-repeat 0 0;
		}
		
		#prevBtn a:hover, #imageslider1prev a:hover {background:url(../images/prevb.png) no-repeat 0 0;}	
			
	#nextBtn a, #imageslider1next a{ 
		background:url(../images/next.png) no-repeat 0 0;	
		}
		
		#nextBtn a:hover, #imageslider1next a:hover{ 
		background:url(../images/nextb.png) no-repeat 0 0;	
		}		
		
	
	
/* // Easy Slider */