/* Category */

#content ul#galleryCatList {
	list-style:none;
	margin-left:0;
}

#galleryCatList li {
	margin:0 0 0 50px;
	display:inline;
	float:left;
	width:150px;
	text-align:center;
	list-style:none;
}

#galleryCatList li.first {
	margin-left:0;
}

#galleryCatList li.clear {
	margin:0;
	display:block;
	float:none;
	clear:both;
	height:21px;
}

#galleryCatList a img {
	padding:2px;
	border:1px solid #ccc;
	*margin:0 0 5px 0;
}

#galleryCatList a:hover img {
	border:1px solid #513e30;
}

#galleryCatList a {
	color:#4b382a;
}

#galleryCatList a:hover {
	text-decoration:none;
}


/* Gallery View */

#thumbs {
	margin:16px 0px 0 0;
	width:180px;
}

.galleryThumbHeading {
	margin-bottom:16px;
}

.caption {
	text-align:center;
	color:#4b382a;
}

.caption h2 {
	margin-bottom:10px;
}

.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
}

#controls {
	margin:-48px 40px 0 0;
	height:50px;
	font:12px Georgia, "Times New Roman", Times, serif;
	float:right;
	position:relative;
	z-index:45;
}

#controls a {
	color:#4b382a;
}

div.ss-controls {
	float: right;
}

div.nav-controls {
	float: right;
	display:none;
}

#loading {
	background:url(/images/icons/loader.gif) no-repeat center;
	height: 350px;
	margin:0 0 -350px 0;
}

#slideshow {
	clear: both;
	text-align:center;
}

#caption h2 {
	margin-top:15px;
}

ul.thumbs {
	clear: both;
}

ul.thumbs li {
	float: left;
	list-style: none;
	padding:0 0 10px 0;
}

ul.thumbs li.rightThumb {
	float:right;
}

a.thumb {
	padding: 2px;
	border: 1px solid #3e2d20;
	float:left;
}

ul.thumbs li.selected a.thumb {
	border:1px solid #291c13;
}

ul.thumbs img {
	display: block;
}

div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}

div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover {
	background-color: #b94285;
	text-decoration: none;
	color:#fff;
}

div.pagination span.current {
	font-weight: bold;
	border-color: #e0dfdf;
	color: #d14bad;
}

div.pagination a.prevPage, div.pagination span.prevPage {
	float:right;
}
