@charset "UTF-8";
/* CSS Document */


div.controls {
	height: 30px;
	background: #f3f3f3 url(/images/navcontrolsbg.jpg) repeat-x bottom center;
	border-bottom: #a7a7a7 solid 1px;
	border-top: #a7a7a7 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.86em;
}

div.controls a {
	text-decoration: none;
	color: #555;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
}

div.controls a.prev, div.controls a.next {
	float: left;
	border-left: white solid 1px;
}

div.controls a.prev {
	border-right: #a7a7a7 solid 1px;
}

div.controls a.play, div.controls a.pause {
	border-right: #a7a7a7 solid 1px;
}

div.controls a:hover {
	color: black;
	background:url(/images/navcontrolsbg_ro.jpg) repeat-x bottom center;
}

div.ss-controls {
	float:left;
	border-right: white solid 1px;
}

div.nav-controls {
	float:right;
	border-left: #a7a7a7 solid 1px;
}

div.loader {
	background-image:url(loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:350px;
	width:560px;
}


div.slideshow, div.gallery_captions {
	clear:both;
	background: black;
}

div.gallery_captions {
	border-top: white solid 1px;
}

div.gallery_captions p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.06em;
	line-height: 1.1em;
	text-align: center;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 2px;
}

div.slideshow span.image-wrapper {
	float:left;
	padding-top:1px;
}

div.slideshow a.advance-link {
	border: none;
}

div.slideshow img {
	border:medium none;
	display:block;
}

div.download {
	float:right;
}

div.embox {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	clear:both;
	padding:12px;
}

div.image-title {
	font-size:1.4em;
	font-weight:bold;
}

div.image-desc {
	line-height:1.3em;
	padding-top:12px;
}

ul.thumbs {
	clear:both;
	margin:0;
	padding:0;
	font-size: 0.8em;
}

ul.thumbs li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:4px 4px 0 0;
	padding:0;
	border:1px solid #ccc;
}

a.thumb:link, a.thumb:visited {
	display:block;
	padding:2px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #555;
	background: #f1f1f1;
}

a.thumb:hover {
	text-decoration: none;
	background: #dadada;
}

ul.thumbs li.selected a.thumb {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ED1C24 none repeat scroll 0 0;
	color: white;
}

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

div.navigation div.top {
	height:11px;
	margin-bottom:12px;
}

div.navigation div.bottom {
	margin-top:12px;
}

div.pagination a, div.pagination span.current {
	border:1px solid #CCCCCC;
	display:block;
	float:left;
	margin-right:2px;
	padding:4px 7px 2px;
}

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

div.pagination span.current {
	background-color:#000000;
	border-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

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