/* Category */

#content #galleryCatDesc {
	background: url(/images/backgrounds/dotted_line.gif) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#content ul#galleryCatList {
	list-style:none;
	margin:0 auto;
	width: 690px;
}

#content #galleryCatList li {
	margin: 0 22px 17px 22px;
	padding:0;
	display:inline;
	float:left;
	text-align:center;
	background:none;
}

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

#content #galleryCatList li a {
	display: block;
	width: 150px;
	height: 162px;
	padding: 17px;
	border: 1px dashed #000000;
	
	color: #000000;
	font-family: 12px;
	text-align: center;
	text-decoration:none;
}

#content #galleryCatList li a:hover {
	color: #8ea3bd;
}

#galleryCatList a img {
	display: block;
}


/* Gallery View */

.galleryHeading {
	color: #000000;
	margin-bottom: 30px;
}

.galleryContent {
	/* 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 {
	text-align:center;
	margin:20px 0 -22px 0;
}

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;
	height:612px;
	line-height:612px;
	vertical-align:middle;
	overflow:hidden;
}

#slideshow img {
	vertical-align:middle;
}

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

#content ul.thumbs {
	clear: both;
	margin:0;
	height:0;
	overflow:hidden;
}

#content ul.thumbs li {
	float: left;
	list-style: none;
	padding:0 12px 0 0;
	background:none;
}

#content ul.thumbs li.lastThumb {
	padding:0;
}

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

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

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.bottom {
	margin:0 0 18px 0;
	height:20px;
}

#content div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	padding: 5px 14px 5px 14px;
	text-decoration:none;
	background:#000000;
	color:#fff;
}

#content div.pagination a:hover {
	background: #000000;
	text-decoration: none;
	color: #F57576;
}

div.pagination span.current {
	background:#ccc;
}

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

.galleryText {
	text-align: center;
}