@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	font-size: 12px;
}
h1 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0.67em 0;
}
p {
	color: #fff;
	font-size: 11px;
}
h2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0.83em 0;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
.caps {
	text-transform: uppercase;
}
.demo {
	margin-top:2em;
	position:relative;
}
#main_image {
	margin:0 auto 20px;
	width:600px;
	display: block;
	min-height: 200px;
	text-align: center;
}
.gallery_nav {
	clear:both;
	font-size-adjust:none;
	font-stretch:normal;
	padding-top:15px;
	text-transform:uppercase;
	font: 14px "Arial Black", Gadget, sans-serif;
	letter-spacing: 3px;
}
.gallery_demo {
	margin:0 auto;
	width:702px;
	text-align: center;
	display: block;
	clear: both;
}
.galleria li{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
}
.gallery_demo li a{
	display:none;
}
.gallery_demo li div{
	position:absolute;
	display:none;
	top:0;
	left:180px;
}
.galleria li div img{
	cursor:pointer;
}
.galleria li.active div img,.galleria li.active div{
	display:block;
}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}
.galleria li .caption{
	display:block;
	padding-top:.5em;
}
.galleria li div span{
	width:400px;
} /* MSIE bug */
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 512px;
	height:410px;
	background:url(/img/global/gradient/h300.png) repeat-x;
}
.scrollable .items {
	/* this cannot be too large */
	width:2000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
.scrollable img {
	float:left;
	-webkit-border-radius:4px;
	min-height: 410px;
	max-width: 512px;
}

/* active item */
.scrollable .active {
	z-index:999;
	position:relative;
}
