div.large_image {
	float: left;
}

div.images {
	height: 80px;
	float: left;
	position: relative;
	z-index: 2;
}

div.image_group {
	float: left;
	white-space: nowrap;
}

div.image a {
	display: block;
	width: 157px;
	/*width: 76px;*/
	height: 76px;
	margin-left:3px;
	margin-top: 4px;
	background-repeat: no-repeat;
	border: solid 1px #ffffff;
}

div.image a:hover {
	width: 160px;
	/*width: 80px;*/
	height: 80px;
	margin-top: 1px;
	margin-left: 2px;
	border: none;
}

div.image a.selected {
	background-image: none;
}

div.hider, div.hider2  {
	position: relative;
	height: 480px;
	background-color: #ffffff;
}

div.hider {
	z-index: 5;
}

div.hider2 {
	z-index: 7;
}
