div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	/*float:right;*/
	width:700px; 
}
div.content a, div.navigation a {} /* May not need this */
div.content  a:focus, div.content  a:hover, div.content  a:active {} /* May not need this */
/*div.controls {
	margin-top: 5px;
	height: 23px;
}*/
div.controls a {
	/*padding: 5px;*/
}
div.ss-controls a {
	font-size: .714em;
	line-height: 2.4em;
	text-transform: uppercase;
	color: #666666;
	padding: 3px 21px 3px 0;
	outline: none;
}
div.ss-controls .play { /* use this to style "play slideshow" link */
	background: url(../../images/button_play.png) no-repeat 100% 0;
}
div.ss-controls .play:hover {
	background: url(../../images/button_play.png) no-repeat 100% -28px;
	color: #AD1400;	
}
div.ss-controls .pause { /* use this to style "pause slideshow" link */
	background: url(../../images/button_pause.png) no-repeat 100% 0;
}
div.ss-controls .pause:hover {
	background: url(../../images/button_pause.png) no-repeat 100% -28px;
	color: #AD1400;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari hack - adjusting for different handling of background positioning */
div.ss-controls .play {
	background: url(../../images/button_play.png) no-repeat 100% 2px;
}
div.ss-controls .play:hover {
	background: url(../../images/button_play.png) no-repeat 100% -26px;
}
div.ss-controls .pause {
	background: url(../../images/button_pause.png) no-repeat 100% 2px;
}
div.ss-controls .pause:hover {
	background: url(../../images/button_pause.png) no-repeat 100% -26px;
}
}
div.nav-controls {
	/*float: right;*/
}

/*div.loader {  Don't appear to need this. Remove for final version.
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}*/
div.slideshow {
	margin: 5px 0 3px 0;
}
div.slideshow span.image-wrapper {
	/*float: left; /* causes border to hug image. not sure if I need this one. leaving it for now */
}
div.slideshow a.advance-link {
	outline: none;
}
div.slideshow img {
	border: none;
	padding: 1px;
	border: 1px solid #656565;


	/*display: block;*/
}


/* no download link needed. remove for final version.*/
/*div.download {
	float: right;
}*/

div.embox {
	/*clear: both;*/
	padding: 0;
	margin: 0;
}
/*div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}*/

div.caption {
	padding-top: 0;
}
div.image-desc p {
	font-size: .857em;
	line-height: 2em;
	margin: 0 0 0 2px;
	color: #E0E0E0;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	/*clear: both;*/
}
ul.thumbs li {
	float: left;
	margin-right: 10px;
}
a.thumb {
	padding: 1px;
	display: block;
	border: 1px solid #656565;
}
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: 1.714em;
}
/*div.navigation div.bottom {
	margin-top: 80px;
}*/
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	font-size: .857em;
	line-height: 2em;
	margin-top: 1.714em;
	margin-right: 4px;
	padding: 5px;
}
div.pagination a:hover {}
div.pagination span.current {
	color: #AD1400;
}

/* Minimal Gallery Styles */

#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}
#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
