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

#slidecontainer
{
width:630px;

	background-color:WHITE;
	background-image: none;
}

#slidecontainer h2
{
color:#7E7673;
 
}
.slide_content{ 

width: 450px; 

 
padding:20px 90px 20px 80px;
 
 
	}
	
	img
 {
 border: #C0B7A6 thick solid;
 }


#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		 
		width:600px;
		height:500px;
		overflow:hidden;
		 background-color:#EBEBEB;
	
		}	
		
	 
		
			
			
			
			
			
	p#controls{
	margin:0;
	position:relative;
	} 

 #prevBtn, #nextBtn{
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:40px;
	height:500px;
	position:absolute;
	left:-0px;
	top:-500px;
	background-color:#94756B;
	background-image: url(../Images/bglight.jpg);
	background-repeat: repeat;
 
	}
	
 	
	
	#nextBtn{ 
	left:590px;
	}	
													
#prevBtn a, #nextBtn a{
	display:block;
	width:50px;
	height:500px;
	
	background-image: url(../images/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 center;	
	}
			
			
			
#slider p
{
font-size:1em;
}	

#slider h3
{
font-size:1.5em;
}			
		
			
			
			
			
			
													

#slider h1{ 
font-size: 2em; 
 color:#3C3A43;
border: none;
padding: 0px;

}

#slider h2, #slider p{ 
  
 color:#3C3A43;
 

}
