/* Gallery View */

.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;
	float:right;
	width:546px;
	height:500px;
}

.content img {
	border: 5px solid #E6E6E6;
}

#thumbs {
	float:left;
	width:176px;
}

#controls {
	float:right;
	padding:10px 0 0 0;
	width:100px;
}

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;
	display:block;
	margin:10px 0 5px 0;
}

ul.thumbs {
	clear: both;
	width:176px;
	padding:0;
	margin:0;
}

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

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

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

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

ul.thumbs img {
	display: block;
	border:1px solid #fff;
}

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;
	width:16px;
	height:28px;
	background:url(gallery/left.gif) no-repeat;
}

div.pagination a.prevPage, div.pagination span.prevPage {
	float:right;
	background:url(gallery/right.gif) no-repeat top right;
}

div.pagination span.current {
	background:none;
}