#container{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

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

#gallery img{
	position: absolute;
}

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

#next{
	display: block;
	width: 30px;
	height: 28px;
	background: url(images/arrow.png);
	position: relative;
	top: 217px;
	left: 545px;
}

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

.clear{
	clear: both;
}
