*{ margin: 0; padding: 0; border: 0 none; outline: 0; }

body{
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 12px; }

p{ margin: 20px 0 40px 0;}


h1{ font-size: 30px; font-family: "Myriad Pro", "Lucida Grande", "Verdana", sans-serif;
	padding: 0;  margin: 0; }

h2{ 	font-size: 20px;}

#container{ width: 1250px; margin-left: auto; margin-right: auto; padding: 50px 0 0 0; 	position: relative;
 height: 800px; }
img{ display: block;}
#gallery, #thumbs{ float: left; }

#gallery{ width: 1250px; height: 900px;  overflow: hidden; background-color: #030000;}

#gallery img{ position: absolute; top:40px; left: 250px;}

#thumbs{ width: 100px; 	height: 100px; top: -100px;	overflow: hidden;}

#next{	display: block;	width: 47px; height: 43px; background: url(img/arrow.png);
	position: relative; top: 257px; left: 100px; }

#next:hover{ background: url(img/arrowmo.png); }

.clear{	clear: both; }
