ul#thumbs {
	overflow: auto;
	list-style: none;
	}

ul#thumbs li {
	display: inline;
	}

ul#thumbs li a {
	float: left;
	}

#thumbs a {
	display: block;
	padding: 25px 0;
	outline: none;
	}

#thumbs a:hover, #thumbs a:focus {
	background: url('../images/design/hover-pdv.jpg') center center no-repeat;
	}

#thumbs a.active {
	background: url('../images/design/hover-pdv.jpg') center center no-repeat;
	}

#viewer {
	position: relative;
	width: 490px;
	height: 290px;
	margin: 10px 0 0 50px;
	}
	
#viewer img.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 0;
	}