#gallery #content {
	background:#fff url(images/gallery-content-bg.gif) top left repeat-y;
}

#gallery #content_main {
	width:807px;
	min-height:240px;
	height:auto !important;
	height:240px;
	float:none;
	padding:10px 10px 20px 117px;
	background:url(images/content_main-bg.jpg) top left no-repeat;
}

#gallery #content_main h1 {
	text-align:right;
	padding-right:25px;
}

#galleries_list {
	list-style:none;
	padding:0;
	margin:0;
}

#galleries_list li {
	padding-left:18px;
	background:url(../../public/stylesheets/images/list-style-block.gif) no-repeat;
	background-position:0 7px;
}

#galleries_list li.active {
	background:url(../../public/stylesheets/images/list-style-block-a.gif) no-repeat;
	background-position:0 7px;
	color:#cc6633;
}

#galleries_list li a {
	color:#333333;
	text-decoration:underline;
}

#galleries_list li a:hover {
	color:#cc6633;
	text-decoration:underline;
}

.back {
	font-size:90%;
}

.top_position {
	position:relative;
	top:-40px;
	margin-bottom:-20px;
}

#gallery_preview {
	list-style:none;
	padding:0;
	margin:15px 0 0 0;
	color:#999999;
}

#gallery_preview li {
	float:left;
	padding:3px;
	border:1px solid #999;
	margin:0 8px 8px 0;
}

#gallery_preview li img {
	display:block;
}

