	img{border:none;}
		
pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
   
			

/* Easy Slider */

	#slider{
		
		border-bottom:10px solid #fff;
		border-top:1px solid #fff;
		}	
		
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		width:897px;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:897px;
		height:320px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn{ 
		width:10px;
		height:80px;
		position:absolute;
		top:180px;
		}	
	#nextBtn{ 
		left:1100px;
		display: inherit;
		border:1px solid #fff;
		}														
								
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		color:#f39a43;
		text-decoration:none;
		font-size:48px;
		font-weight:bold;
		}	
	#nextBtn a{ 
		
		}									