div.gallerycontent { /* where the image is displayed */
	float:right;
	width:550px; 
}
div.gallerycontent a, div.navigation a { /* thumbnail navagation, play, previous, next links */
	text-decoration: none;
	color: #777;
}
.image-wrapper img {
	width:545px;
	height:auto;
}	
div.gallerycontent  a:focus, div.gallerycontent  a:hover, div.gallerycontent  a:active { /* play, previous, next links hover */
	text-decoration: underline;
}
div.controls { /* play, previous, next div */
	margin-top: 5px;
	height: 23px;
}
div.controls a { /* play, previous, next links */
	padding: 5px;
}
div.ss-controls { /* play controls */
	float: left;
}
div.nav-controls { /* previous, next controls */
	float: right;
}

div.loader { /* loading image displyed while image is being loaded */
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow { 
	clear: both;
}
div.slideshow span.image-wrapper { /* div that wraps around the image being shown */
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link { /*border around image */
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download { /* download image link */
	float: right;
}
div.embox { /*title and description box */
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation { /* thumbnail navigation */
	width:240px;
	float:left;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 2px;
	margin: 5px 10px 5px 0;
	list-style: none;
	border: 1px solid #ccc;
}
a.thumb {
	padding: 2px;
	display: block;
	background: #fff;
}
ul.thumbs li.selected {
	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;
}
div.pagination a, div.pagination span.current {
	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;
}

