/* Category */

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

#galleryCatList li {
	margin:0 -7px 0 29px;
	float:left;
	width:284px;
	height:167px;
	padding:13px;
}

#galleryCatList li a {
	display:block;
	position:absolute;
	background:url(/images/backgrounds/gallery_cat_bg.png) no-repeat;
	width:310px;
	height:193px;
	margin:-13px;
}

#galleryCatList li img {
	display:block;
	margin:0 0 3px 0;
}

#galleryCatList li h3 {
	font-size:14px;
	color:#fff;
	background:#2D5E67;
	padding:3px 8px;
	display:block;
}

#galleryCatList li:hover h3 {
	background:#E62B17;
}

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

#galleryCatList li.clear {
	height:20px;
	padding:0;
	clear:both;
	width:auto;
	float:none;
}


/* Gallery View */

.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 {
	float:right;
	width:110px;
	margin:15px 0 0 0;
}

div.ss-controls {
	float: right;
	*margin:0 0 -17px 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;
}

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

ul.thumbs {
	clear: both;
	margin:0;
	height:93px;
	overflow:hidden;
}

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

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

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

ul.thumbs li.selected a.thumb {
	border-color:#F05A28;
}

ul.thumbs img {
	display: block;
}

div.pagination {
	clear: both;
	padding:13px 0 0 0;
}

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;
	text-decoration:none;
	color:#412B1D;
	padding:0 0 0 17px;
	background:url(images/backgrounds/prev_arrow.gif) no-repeat 0 4px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}

div.pagination a:hover {
	color:#E62B17;
	background-position:0 -14px!important;
}

div.pagination span.current {
	color: #ccc;
	background:none!important;
	padding:0!important;
}

div.pagination a.prevPage, div.pagination span.prevPage {
	float:right;
	padding:0 17px 0 0;
	background:url(images/backgrounds/arrow.gif) no-repeat right 4px;
}

div.pagination a.prevPage:hover {
	background-position:right -14px!important;
}