body {
	background: url(../images/background.png) repeat-x;
	background-color: #0e0e0e;
	margin: 0;
}

#container {
	width: 770px;
	margin: 0 auto 0 auto;
}

.set_container {
	width: 240px;
	height: 160px;
	display: inline-block;
/*	margin: 7px;*/
	margin-bottom: 20px;
	border: 1px solid #0e0e0e;
	-moz-box-shadow:0px 5px 20px #333;
	-webkit-box-shadow:0px 5px 20px #333;
	box-shadow:0px 5px 20px #333;
}

.QLoader {
	-moz-box-shadow:0px 5px 20px #333;
	-webkit-box-shadow:0px 5px 20px #333;
	box-shadow:0px 5px 20px #333;
}

.QAmt {
	color:#CDCDCD;
	font-family:verdana;
	font-size:27px;
	margin:20px;
}

.spacer {
	width:10px;
	display:inline-block;
	*display: block;
}

.set_description {
	width: 224px;
	height: 13px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-family: verdana;
	font-size: 11px;
	padding: 8px;
	opacity: 0.5;
	margin-top: 131px;
}

#main_image {
	margin-top: 10px;
}

#slider {
	width: 1024px;
	height: 683px;
}

#slider {
	position:relative;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}

a img {
	border: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

#thumb_list {
	position: relative;
	margin-top: 10px;
	padding-left: 10px;
}

#thumb_list img {
	margin: 5px;
}

#photo_nav a, #photo_nav span {
	color: #999;
	font-family: verdana;
	font-size: 11px;
}

#photo_nav a {
	border-bottom: 1px dashed #999;
	padding-bottom: 2px;
}