#page-photos 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:480px; 
}
#page-photos div.content a, div.navigation a {
	text-decoration: none;
	color: #000;
}
#page-photos div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
#page-photos div.controls {
	margin-top: 5px;
	height: 23px;
}
#page-photos div.controls a {
	padding: 5px;
	color: #EC1616;
}
#page-photos div.controls a:hover {
	color: #000;
}
#page-photos div.ss-controls {
	float: left;
}
#page-photos div.nav-controls {
	float: right;
}

#page-photos div.loader {
	background-image: url('/pages/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
#page-photos div.slideshow {
	clear: both;
}
#page-photos div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
#page-photos div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	border: 2px solid #fff;
}
#page-photos div.slideshow img {
	border: none;
	display: block;
}
#page-photos div.download {
	float: right;
}
#page-photos div.embox {
	clear: both;
	border: 1px solid #ddd;
	padding: 12px;
	color: #000;
}
#page-photos div.embox a{
	color: #EC1616;
}
#page-photos div.embox a:hover{
	color: #EC1616;
	text-decoration: none;
}
#page-photos div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

#page-photos div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	font-size: 13px;
	font-weight:bold;
}
#page-photos 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. */
}
#page-photos ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#page-photos ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
#page-photos a.thumb {
	padding: 0px;
	display: block;
	border: 2px solid #fff;
}
#page-photos ul.thumbs li.selected a.thumb {
	background: #000;
}
#page-photos a.thumb:focus {
	outline: none;
}
#page-photos ul.thumbs img {
	border: none;
	display: block;
}
#page-photos div.pagination {
	clear: both;
}
#page-photos div.navigation div.top {
	margin-bottom: 12px;
	margin-top: 10px;
	height: 11px;
}
#page-photos div.navigation div.bottom {
	margin-top: 12px;
}
#page-photos div.pagination a, div.pagination span.current {
	color: #EC1616;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ddd;
	text-decoration:none;
}
#page-photos div.pagination a:hover {
	background-color: #EC1616;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
#page-photos div.pagination span.current {
	font-weight: bold;
	background-color: #EC1616;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

/* Minimal Gallery Styles */
#page-photos #thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#page-photos #thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#page-photos #thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

