div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 620px; 
	margin-right:15px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../gallery/icons/loaderWhite.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 620px;
	height: 465px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.medal{
	 background-image: url('../gallery/icons/medal.png');
	 position: absolute;
	right:5px;
	top:410px;
	z-index:99999; 
	width:90px;
	height:100px;

}
div.slideshow {
	float:left;
	width:620px;
	height:465px;
	background-color:black;
	
}
div.slideshow span.image-wrapper {
	display: block;
	/*float:left;*/
	background-color:black;
	position: absolute;
	top: 0;
	left: 0;

}
div.slideshow a.advance-link {
	display: block;
	width: 620px;
	height: 465px; /* This should be set to be at least the height of the largest image in the slideshow */
	 /*line-height: 465px; *//* This should be set to be at least the height of the largest image in the slideshow */
	text-align: top;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: top;
	border: none;
}

div.caption-container {
	/*position:relative;*/
}
span.image-caption {
	display: block;
	position: absolute;
	
}
div.caption {
	padding: 12px;
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
}

div.caption .image-title{
	font-size:18px;
	color:#fff;
	width:500px;
}

div.caption .image-location{
	font-size:17px;
	color:#707070;
	margin-top:5px;
}

div.caption .image-author{	
	font-size:12px;
	color:#707070;
	font-style:italic;
	margin-top:5px;
}

div.caption .image-author span.prize{
	color:#fff;
}

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;
	height:390px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 0px 5px 5px;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	/*border: 1px solid #ccc;*/
}

ul.thumbs img {
	display: block;
	border:none;
}
div.pagination {
	clear: both;
	float:left;
	width:325px;
	height:65px;
	background-color:#252525;
	border:none;
}

div.navigation div.bottom {
	padding-top: 10px;
	padding-left:5px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;

}

div.pagination span.prevDisabled{
	display: block;
	float: left;
	width:45px;
	height:65px;
	background:#303030 url(../gallery/controls/btn_prev-off.gif) top left no-repeat;
}

div.pagination a.prevEnabled{
	display: block;
	float: left;
	width:45px;
	height:65px;
	background:#303030 url(../gallery/controls/btn_prev-on.gif) top left no-repeat;
}

div.pagination span.nextDisabled{
	display: block;
	float: left;
	width:45px;
	height:65px;
	background:#303030 url(../gallery/controls/btn_next-off.gif) top left no-repeat;
}

div.pagination a.nextEnabled{
	display: block;
	float: left;
	width:45px;
	height:65px;
	background:#303030 url(../gallery/controls/btn_next-on.gif) top left no-repeat;
}

div.pagination span.page1{
	display: block;
	float: left;
	width:230px;
	height:65px;
	background:#303030 url(../gallery/controls/page1.gif) top left no-repeat;	
}

div.pagination span.page2{
	display: block;
	float: left;
	width:230px;
	height:65px;
	background:#303030 url(../gallery/controls/page2.gif) top left no-repeat;	
}

div.pagination span.page3{
	display: block;
	float: left;
	width:230px;
	height:65px;
	background:#303030 url(../gallery/controls/page3.gif) top left no-repeat;	
}

a.#viewMosaic{}

a#viewMosaic{background:url(btn_viewMosaic.jpg) no-repeat top left; height:26px; width:172px;display:block; margin-top:10px; float:right}
a#viewMosaic span{display:none}
