/* Category */

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

#content #galleryCatList li {
	margin:0 0 12px 23px;
	padding:0;
	display:inline;
	float:left;
	background:none;
	font-size:14px;
	font-weight:bold;
}

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

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

#content #galleryCatList li a {
	text-decoration:none;
}

#galleryCatList a img {
	border:#414042 5px solid;
	*margin:0 0 5px 0;
}

#galleryCatList a:hover img {
	border:#000 5px solid;
}

.visitGallery {
	font-size:10px; text-transform:uppercase; background:url(/images/backgrounds/black-arrow.gif) no-repeat 2px 2px; padding:0 0 0 15px; font-weight:normal;
}

#content a.backGallery {
    background: url(/images/backgrounds/black-arrow-left.gif) no-repeat scroll 0 9px transparent;
    border-top: 1px dotted #BFBFBF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 0 15px;
    text-decoration: none;
    text-transform: uppercase;}

/* 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;
	float:left;
	width:600px;
}

.image-wrapper {
	float:left;
	/*width:300px;*/
}

#controls {
	float:right;
	width:110px;
	margin:15px 0 0 0;
}

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;
}

#caption {
	display: block;
}

#thumbs {
    float: right;
	width:100px;
}

.thumbs {
	overflow: hidden;
	height: 385px;
}

#content ul.thumbs {
    clear: both;
    margin: 0;
    width: 100px;}

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

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

a.thumb {
	border: 5px solid #414042;
	float:left;
}

ul.thumbs li.selected a.thumb {
	border:5px solid #000;
}

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;
}

#content div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 3px 7px;
	background:#414042;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}

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

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

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