
html, body {margin: 10; padding: 0;); }

section {margin: 0 auto; position: relative; width: 1200px;}

#code {margin-top: 0px;}


/* Easy Slider */

	#slider {}
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:1200px;
		height:600px;
		padding-top: 0px;
		
		}	
	 #nextBtn, #slider1next{ 
		width:53px;
		height:53px;
		position:relative;
		left: 1130px;
		top: -350px;
		text-indent: -99999px;
		z-index:1000;
		}
	#prevBtn, #slider1prev{ 
		width:53px;
		height:53px;
		position:relative;
		left:20px;
		top: -350px;
		text-indent: -99999px;
		z-index:1000;
		}																
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		position:absolute;
		left: 0px;
		top: 0px;
		width:53px;
		height:53px;
		background:url(../images/arrows.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/arrows.png) no-repeat -53px 0;	
		}	
		
	/* numeric controls */	

	ul#controls{
		padding:0;
		height:15px;	
		position: absolute;
		left: 10px;
		bottom: -40px;
		z-index: 100;
		}
	ul#controls li.numeric{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:22px;
		width: 22px;
		}
	ul#controls li.numeric a{
		float:left;
		height:22px;
		width: 22px;
		color:#555;
		background-image: url(../images/bullets.png);
		background-position: 0 0px;
		background-repeat: no-repeat;
		text-decoration:none;
		text-indent: -9999px;
		display: block;
		}
	ul#controls li.numeric.current a{
		color:#fff;
		height:22px;
		width: 22px;
		background-image: url(../images/bullets.png);
		background-position: 0 -22px;
		background-repeat: no-repeat;
		display: block;
		}
		
	ul#controls li.numeric a:hover{
		background-image: url(../images/bullets.png);
		background-position: 0 -22px;
		background-repeat: no-repeat;
		b
		}
		
	ul#controls li.numeric a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	