*{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
}

p{
	margin: 20px 0 40px 0;
}

h2{
	font-size: 20px;
}

#container{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 640px;
	height: 480px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

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

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

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

.clear{
	clear: both;
}
