#galleriescontainer {
	background: left 460px repeat-x url(../images/galleries/bckgalleriescontainer.gif);
	font-size: 12px;
	color: #ffbf9d;
}
#galleries {
	position: relative;
	margin: 0 auto;
	width: 779px; height: 575px;
	background: center 460px no-repeat url(../images/galleries/bckgalleries.jpg);
}
#thumbs {
	position: absolute;
	left: 0; top: 40px;
	width: 339px;
}
#thumbs img {
	float: left;
	margin: 0 9px 9px 0;
	width: 100px; height: 100px;
	border: #000 2px solid;
	cursor: pointer;
}
#title {
	position: absolute;
	top: 480px; right: 0;
	width: 400px;
	text-align: right;
	color: #fff1eb;
}
#desc {
	position: absolute;
	top: 505px; right: 0;
	width: 400px;
	text-align: right;
	font-size: 11px;
}
#paging {
	position: absolute;
	bottom: 35px;
	padding: 10px;
	width: 306px;
	background-color: #1b1b1b;
	border: #000 2px solid;
	text-transform: lowercase;
	text-align: center;
}
#paging .back {
	float: left;
}
#paging .next {
	float: right;
}
#paging a {
	color: #ffbf9d;
	text-decoration: none;
}
#paging a:hover {
	color: #ffefe6;
}
#player {
	position: absolute;
	top: 125px; right: 0;
	width: 320px; height: 240px;
	background-color: #1b1b1b;
	border: #000 2px solid;
}
#image {
	position: absolute;
	top: 30px; right: 0;
	width: 400px; height: 440px;
	background-color: #1b1b1b;
	border: #000 2px solid;
}
#download {
	position: absolute;
	top: 15px; left: 375px;
	width: 400px;
	text-align: center;
	font-size: 11px; font-weight: bold;
}
#download a {
	color: #ffbf9d;
	text-decoration: underline;
}
