#gallery {
	padding:20px 20px 20px 0px;
}
.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:602px; 
	margin-right:10px;
}
.content a, .navigation a {
	text-decoration: none;
}
.content  a:focus, .content  a:hover, .content  a:active {
	text-decoration: none;	
}
.controls {
	margin-top: 5px;
	margin-bottom:5px;
	height: 23px;
}
.controls a {
	padding: 5px;
	color: #777;
	font-size:0.8em;
}
.controls a:hover {
	background-color: #FF9900;
	color:#FFF;
}
.ss-controls {
	float: left;
}
.nav-controls {
	float: right;
}

.loader {
	width: 602px;
	height: 450px;
}
.slideshow {
	clear: both;
}
.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;	
}
.slideshow a.advance-link {
	padding: 2px;
	display: block;
	width:600px;
}
.slideshow img {
	border: none;
	display: block;
	margin:10px auto;
}
.embox {
	clear: both;
}
.embox p {
	padding:0;
	margin:0;
	font-size: 0.8em;
	font-style: italic;
	color: #999;
	text-align:center;
}
.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. */
		 margin:20px;
}
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;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
.pagination {
	clear: both;
}
.navigation .top {
	margin-bottom: 12px;
	height: 11px;
}
.navigation .bottom {
	margin-top: 12px;
}
.pagination a, .pagination span.current {
	display: block;
	font-size:0.8em;
	float: left;
	margin-right: 2px;
	margin-bottom:5px;
	margin-top:5px;
	padding: 4px 7px 2px 7px;
	color:#777;
}
.pagination a:hover {
	background-color: #FF9900;
	text-decoration: none;
	color:#FFF;
}
.pagination span.current {
	font-weight: bold;
	background-color: #FF4100;
	border-color: #CCC;
	color: #fff;
}

/* 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;
}
