.gallery {
	position:relative;
	width:560px;
	height:530px;
}

.main-image-holder {
	position:relative;
	height:420px;
	width:560px;
    background-color:#efefef;
}

.main-image {
}

.hidden {
	display:none;
}

.thumbnails {
	position:absolute;
	display:block;
	top:430px;
	left:0px;
	width:560px;
	background:#efefef;
	border:1px dotted #ccc;
}

.thumbnail-image {
	margin:3px;
}