div.controls {
	position:absolute;
	top:0px;
	left:0px;
	/*z-index:30;*/
	background:#FFF;
	width:260px;
	/*background-color:#FF0; Testing*/
}
div.controls a {
	padding: 5px;
	color:#000;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: left;
	margin-left:10px;
}

div.slideshow{
	height:421px;
	width:730px;
}
div.slideshow-container {
	position: absolute; /*absolute*/
	height: 421px;  /*This should be set to be at least the height of the largest image in the slideshow */
	overflow:hidden;
	/*z-index:15;*/
	background:#FFF;
	width:730px;
	/*background-color:#0F0; Testing*/
	padding:0px !important;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 730px;
	height: 421px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color:#3F4452;
	height:421px;
}
div.slideshow a.advance-link {
	display: block;
	height: 421px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 420px;  /*This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	overflow:hidden;
	width:730px;
}
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/relative - KILLS OPACITY AND IMAGE TRANSITIONS 
	top:0px;
	left:0px;*/
	/*margin-top:-16px;*/
	vertical-align:middle;
	/*float:left;  makes sure you never get any stupid image padding or anything */
}

div.download {
	float: right;
}
div.caption-container {
	position:absolute;
	bottom:0px;
	left:0px;
}
span.image-caption {
	display: block;
	position: absolute;
	width:730px;
	bottom:0px;
	left:0px;
	min-height:100px;
	_height:100px; /* ie6 min-height */
}

#caption{
	width:730px;}
	
.slideshow-container div.caption {
	position:absolute;
	bottom:0px;
	left:0px;
	width:716px;
	background-color: #000;
	color: #ccc;
	z-index:30;	
	padding-left: 12px;
	padding-right: 12px;
}
.slideshow-container div.caption p{
	padding-top: 12px;
	padding-bottom: 12px;

}

div.caption a {
	color: #fff;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
}
/*ul.thumbs li.selected a.thumb {
	background: #000;
}*/
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
/*div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
*/
.hiddenThumb, .hiddenThumb a {display:none;}

.thumb, ul.thumbs{
	height:76px; 
	width:76px; 
	border: none 0px!important;
	padding-left:0px !important;
	margin-left::0px !important;}
	
#close{	
	position:absolute;
	top:5px; 
	right:5px;
	z-index:50;}
	
.empty{
	background-image: url(../images/gallery/empty.png);
	background-repeat:no-repeat;
	width:76px;
	height:76px;
	float:left;
	margin-top:12px;
	margin-right:12px;
}