#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 529px;
	height: 315px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
	width: 529px;
	height: 315px;
}

#thumbs img{
	width: 171px;
	height: 105px;
}

#thumbs{
	width: 171px;
	height: 315px;
	overflow: hidden;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(../img/img/arrow.png);
	position: absolute;
	bottom: 0px;
	right: 0px;
}

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