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



	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:920px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
				
	#content2{
		width:756px;
		height:200px;
		background:url(../images/gallery_bg.jpg) no-repeat;
		position:relative;
		padding:2px;
		}			

/* Easy Slider */

	#slider{
		padding-left:42px;}	
	#slider ul{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:700px;
		height:191px;
		overflow:hidden;
		margin:0;
		list-style:none; 
		}	
		
	#slider li img{
		height:191px;
		padding:5px 2px 0 2px;
		}
		
	

	#prevBtn, #nextBtn{ 
		display:block;
		width:43px;
		height:199px;
		position:absolute;
		left:2px;
		top:5px;
		}	
	#nextBtn{ 
		left:720px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:43px;
		height:199px;
		background:url(../images/left_btn.png) no-repeat;	
		}	
	#nextBtn a{ 
		background:url(../images/right_btn.png) no-repeat;		
		}												

/* // Easy Slider */

