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





#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 663px;
	height: 150px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 75px;
	height: 150px;
	overflow: hidden;
}

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

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

