.smaug {
	overflow: hidden;
	position: relative;
	z-index: 1000;
}

.smaug ul {
	margin-bottom: 0 !important;	
}

.smaug a.nav {
	position: absolute;
	width: 30px;
	top: 0;
	z-index: 20;
	border: 0 !important;
}

.smaug a.nav.previous {
	left: 0;
}

.smaug a.nav.previous:hover {
	background: url('../images/button-previous.png') no-repeat left center;
}

.smaug a.nav.next {
	right: 0;		
}

.smaug a.nav.next:hover {
	background: url('../images/button-next.png') no-repeat right center;
}

.smaug .smaug-slides {

}

.smaug .smaug-slides li.smaug-slide {
	position: relative;	
	text-align: center;
	background-color: #121212;
	float: left;
	overflow: hidden;
	text-indent: 0 !important;
}

.smaug .smaug-slides li.smaug-slide.loading {
	background: #121212 url('../images/ajax-loader.gif') no-repeat center center;
}

.smaug .smaug-slides li.smaug-slide .more-info-container {
	display: none;	
}

.smaug .smaug-slides li.smaug-slide img {
	position: relative;
	margin: 0 auto;
	z-index: 8;	
}

.smaug .smaug-slides li.smaug-slide a {
	display: block;
	position: absolute;
	left: 0;
	z-index: 9;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-family: georgia, serif;
}

.smaug .smaug-slides li.smaug-slide a:hover {
	background: transparent url('../images/smaug-bg.png') repeat-y;
}

.smaug.ie6 .smaug-slides li.smaug-slide a:hover {
	background: none;
}

.smaug .smaug-slides li.smaug-slide a span {
	display: none;
	position: absolute;
}	

.smaug .smaug-slides li.smaug-slide a span.smaug-hover,
.smaug .smaug-slides li.smaug-slide a span:hover {
	text-decoration: underline;
}

.smaug .smaug-slides li.smaug-slide a:hover span {
	background: transparent url('../images/slide-overlay.png') no-repeat center center;
}

.smaug.ie6 .smaug-slides li.smaug-slide a:hover span {
	background: transparent url('../images/slide-overlay.gif') no-repeat center center;
}

.smaug .smaug-slides li.smaug-slide h3 {
	text-align: center;
	font-family: georgia, serif;
	font-style: italic;
	color: #fff !important;
	background: transparent url('../images/smaug-bg.png') repeat-y;
	padding: 10px 0;
	margin: 0 !important;
	width: 100%;
	position: absolute;
	bottom: 0;	
	left: 0;
	z-index: 10;
}

.smaug ul.smaug-slide-controls {
	background: #333333 none repeat scroll 0 0;
	clear: both;
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
	font-size: 1.6em;
	height: 20px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 5px 0;
	text-align: right;
	width: 460px;
}

.smaug ul.smaug-slide-controls li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
	text-indent: 0;
}

.smaug ul.smaug-slide-controls li a {
	color: #fff;
	padding: 6px 5px 5px;
	text-decoration: none;
	border: 0 !important;
	border-bottom: 0 none;
	font-weight: bold;
}

.smaug ul.smaug-slide-controls li a:hover {
	background-color: #666666;
	border: 0;
}

.smaug ul.smaug-slide-controls li.active a {
	background-color: #A00B0B;
}

ul.smaug-secondary-controls {
	margin-top: 10px;	
}

ul.smaug-secondary-controls li {
	float: left;
	margin: 0 10px 10px 0;
}

ul.smaug-secondary-controls li a img {
	border: 1px solid #fff;	
}

ul.smaug-secondary-controls li a:hover img {
	border: 1px solid #666666;	
}

ul.smaug-secondary-controls li.active a img {
	border: 1px solid #222222;	
}
