body {
	
}
#main {

}
#main-container {
	width:660px;
	min-height:550px;
}
#selectors {
	float:left;
	width:200px;
	height:470px;
}
#options li {
	list-style:none;
	margin-bottom:10px;
}
#options li a {
	text-decoration:none;
color: #fff;
	font-size: 14px!important;
		font: 14px/21px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#options li.activeSlide a {color: #f2d728; font-weight:300;}

#viewer-preloader {
	width:400px;
	min-height:470px;
	background:url(img/loading_transparent.gif) 160px 85px no-repeat;
	float:right;
	position: relative;
	right: 45px;
}
#viewer {
	width:400px;
	height:auto;
	display:none;
}

#viewer img {
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}
#viewer li {
	list-style:none!important;
}
#viewer h2 {
	margin-top:15px;
	font-size:21px;
 	color: #f2d728;
	font: 21px/24px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000000;
}
#viewer p {
	margin-top:10px;
	width:380px;
	line-height:24px;
	color: #fff;
	font: 14px/21px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.scroll-pane {
	width: 100%;
	height: 385px;
	overflow: auto;
	padding-bottom:10px;
}

