div.content {
	display: block;
	width: 950px;
	}

div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
	}

div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
	}

div.controls {
	height: 23px;
	}

div.controls a {
	padding: 5px;
	}

div.ss-controls {
	float: left;
	}

div.nav-controls {
	position: relative;
	width: 950px;
	height: 260px;
	z-index: 3000;
	}

	.nav-controls a {
		color: #590058 !important;
		}

	.nav-controls a:hover {
		color: #590058 !important;
		text-decoration: underline !important;
		}

	.nav-controls a.prev {
		position: absolute;
		top: 120px;
		left: 0;
		font-size: 20px;
		text-align: left;
		font-weight: 100;
		color: #590058 !important;
		z-index: 5000;
		}

	.nav-controls a.next {
		position: absolute;
		top: 120px;
		right: 0;
		font-size: 20px;
		text-align: right;
		font-weight: 100;
		color: #590058 !important;
		z-index: 5000;
		}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
	}

.slideshow {
	position: absolute;
	bottom: 80px;
	left: 0;
	}

div.slideshow span.image-wrapper {
	}

div.slideshow a.advance-link {
	display: block;
	}

div.slideshow img {
	border: none;
	display: block;
	}

div.embox {
	clear: both;
	width: 950px;
	}

blockquote {
	text-align: center;
	}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	}

ul.thumbs li {
	float: left;
	list-style: none;
	}

a.thumb {
	display: block;
	width: 80px;
	height: 80px;
	}

ul.thumbs li.selected a.thumb, a.thumb:hover {
	background: #9e005d;
	outline: 5px solid #9e005d;
	}

a.thumb:focus {
	outline: none;
	}

ul.thumbs img {
	border: none;
	display: inline;
	}

div.pagination {
	clear: both;
	}

.navigation {
	width: 900px;
	height: auto;
	margin: 0 auto 75px auto;
	overflow: hidden;
	}

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

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