*{
	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: 100%; 
   
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
}

img{
	display: block;
    
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 100%; 
	height: 196px;
	overflow: hidden;
}

#gallery img{
	width: 100%; 
    padding : 0px;
}

#thumbs{
	width: 100px;
	height: 0px;
	overflow: hidden;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(img/arrow.png);
	position: relative;
	top: 196px;
	left: 855px;
}

#next:hover{
	background: url(img/arrowmo.png);
}

.clear{
	clear: both;
}