a {
-moz-outline-style:none;
outline:none;
 } 
#gallery {
	position:relative;
	z-index:1;
	width:516px;
	height: 345px;
	margin-top:0px;
	margin-left:0px;
	background:#000;	
}
#gallery * {
	margin:0;
	padding:0;
}
#controls {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:516px;
	height:1px;
}
#controls .ss-controls {
	display:none;
}
#controls .nav-controls {
	width:516px;
	height:1px;
	position:absolute;
}
#controls .nav-controls a.prev {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100px;
	height:345px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(back.png) no-repeat 0 -1000px;
}
#controls .nav-controls a.prev:hover {
	background-position:50% 50%;
}
#controls .nav-controls a.next {
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:100px;
	height:345px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(next.png) no-repeat 0 -1000px;
}
#controls .nav-controls a.next:hover {
	background-position:50% 50%;
}
div.slideshow-container {
	position: absolute;
	width:516px;
	height: 345px;
	z-index:1;
	top: 0;
	left: 0;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background: url('loader.gif') no-repeat center;
	width: 516px;
	height: 345px;
}
div.slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 516px;
	height: 345px;
}
div.slideshow span.image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 516px;
	height: 345px;
}
div.slideshow a.advance-link {
	text-align: center;
}
div.slideshow a.advance-link:hover, 
div.slideshow a.advance-link:active, 
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	position:absolute;
	top:0;
	left:0;
	border:none;
}
#caption {
	position:absolute;
	top:512px;
	left:0;
	width: 516px;
}
#caption .image-caption {
	position:absolute;
	left:0;
	top:0;
}
#thumbs {
	position:absolute;
	bottom:-30px;
	right:-7px;
}
#thumbs ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width:16px;
	height:20px;
}
#thumbs a.thumb {
	display:block;
	width:8px;
	height:8px;
	overflow:hidden;
	text-indent:-9999em;
	border: none;
	background:#8B8D8C;
}
#thumbs ul.thumbs li.selected a.thumb {
	background:#ef695a;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	display:none;
}
div.navigation div.bottom {
	display:none;
}
div.pagination a, 
div.pagination span.current, 
div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
#captionToggle a {
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}
