/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

.cyclotron {
	margin-bottom: 15px;
}

#slider {
	position: relative;
	margin: 8px 10px 50px 0;
	-moz-box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
	box-shadow: 0 0 10px #666;
	width: 620px;
	height: 375px;
	overflow: hidden;	
}

#slider img {
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
}

#slider-nav {
	position: relative;
	left: 90%;
	display: block;
	height: 12px;
	width: 100px;
	margin-top: -40px;
}
#slider-nav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(/images/bg/bullets.png) no-repeat;
	text-indent: -9999px;
	margin-right: 3px;
	float: left;
	outline: none;
}
#slider-nav a.activeSlide {
	background-position: -10px 0;
}

.pics a { 
	display: block; 
	width: 620px; 
	height: 375px; 
	top: 0; 
	left: 0 
}

ul#next-prev {
	list-style-type: none;
	position: relative;
	height: 40px;
	width: 200px;
	margin-top: -35px;
}

ul#next-prev li {
	display: inline;
	margin: 0;
	background: #e1e1e1;
	border: 1px solid #ccc;
	padding: 5px;
}

ul#next-prev li a {
	text-decoration: none;
	
}
	
#caption {
	position: absolute;
	color: #f7f7f7;
	font-weight: bold;
	width: 620px;
	height: 60px;
	margin-top: 323px;
	background: #111;
	z-index: 15;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}

#caption h1 {
	color: #c3bad9;
	padding-left: 10px;
	font-size: 16px;
	font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
	border-bottom: none;
}

#caption h1 sup {
	font-size: 8px;
	vertical-align: super;
}

#caption h1 span {
	font-family: Arial, sans-serif;
	display: block;
	font-size: 12px;
	color: #fff;	
}