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

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

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 750px;
	height: 176px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 220px;
	height: 176px;
	overflow: hidden;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(https://eurekamin.com.au/banner/arrow.png);
	position: relative;
	top: 133px;
	left: 900px;
}

#next:hover{
	background: url(https://eurekamin.com.au/banner/arrow.png);
}

.clear{
	clear: both;
}