#container{
	background: none repeat scroll 0 0 #202020;
	border: 2px solid #202020;
	clear: both;
	float: left;
	height: auto;
	margin: 6px 0;
	position: relative;
	width: 761px;
}

#gallery{
	float: left;
}

#thumbs {
	float:right;
}

#gallery{
	height: 210px;
	overflow: hidden;
	display: block;
}

#gallery a:hover {
	opacity: 1;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 251px;
	height: 210px;
	overflow: hidden;
}

#next{
	background: url("img/arrow.png") repeat scroll 0 0 transparent;
	bottom: 0;
	display: block;
	height: 43px;
	position: absolute;
	right: 10px;
	width: 47px;
}

#next:hover{
	background: url(img/arrowmo.png);
}

.clear{
	clear: both;
}