body {
	background-position: right -200px;
	margin-top: 20px;
}

#container {
	width: 512px;
	position: relative;
}

.main_image {
	margin-top: 20px;
}

#gallery {
	width: auto;
	overflow: auto;
	height: 150px;
	width: auto;
	text-align: left;
	margin: 10px auto;
}

a.thumb {
	display: block;
	width: 180px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	margin: 5px;
	float: left;
}

a.close {
	position: absolute;
	right: 0;
	top: 10px;
	background: url('../img/close.png') no-repeat;
	border: none !important;
	padding-left: 20px;
	line-height: 17px;
}
