div.content {
	display:none;
	width:452px;
	margin:10px 0 0 20px;
}
div.content a, div.navigation a {
	color:#777777;
	text-decoration:none;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration:underline;
}
div.controls {
	position:absolute;
	right:12px;
	bottom:0;
	font-size:11px;
}
div.controls a {
	margin-left:1px;
}
div.ss-controls {
	float:left;
}
div.nav-controls {
	float:left;
}
div.loader {
	background-image:url(../images/ajax-loader.gif) no-repeat;
	background-position:center center;
	width:452px;
	height:339px;
}
div.slideshow {
	clear:both;
}
div.slideshow span.image-wrapper {
}
div.slideshow a.advance-link {
	border:1px solid #CCCCCC;
	display:block;
	width:452px;
	height:339px;
}
.advance-link img {
	padding:1px;
	width:450px;
	height:337px;
}
div.slideshow img {
	border:medium none;
	display:block;
}
div.embox {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	clear:both;
	padding:4px;
	position:relative;
	top:-400px;
	left:14px;
	width:464px;
	height:20px;
}
div.image-title {
	font-size:1.4em;
	font-weight:bold;
}
div.image-desc {
	line-height:1.3em;
}
div.navigation {
	position:relative;
}
ul.thumbs {
	clear:both;
	padding:0;
	overflow:hidden;
}
ul.thumbs li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 15px 5px 0;
	padding:0;
}
a.thumb {
	border:1px solid #ccc;
	display:block;
	/*padding:2px;*/
}
ul.thumbs li.selected a.thumb {
	border:1px solid #aaa;
}
a.thumb:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
ul.thumbs img {
	border:medium none;
	display:block;
}
div.pagination {
	clear:both;
	overflow:hidden;
}
div.top {
	margin-bottom:10px;
}
div.bottom {
	margin-top:10px;
}
div.pagination a, div.pagination span.current {
	border:1px solid #ccc;
	display:block;
	float:left;
	margin-right:4px;
	padding:3px 8px;
	font-size:12px;
}
div.pagination a:hover {
	background:#900;
	color:#fff;
	text-decoration:none;
}
div.pagination span.current {
	background:#900;
	color:#fff;
}
#thumbs-min ul.thumbs li {
	float:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#thumbs-min a.thumb {
	border:medium none;
	display:inline;
	padding:0;
}
#thumbs-min ul.thumbs li.selected a.thumb {
	-moz-background-clip:inherit;
	-moz-background-inline-policy:inherit;
	-moz-background-origin:inherit;
	background:inherit inherit inherit inherit inherit;
	color:#000000;
	font-weight:bold;
}
 
