BODY { scrollbar-base-color: #000000; scrollbar-track-color: #000000; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: #ffffff; scrollbar-arrow-color: #000000; }

p {
	font: 11pt times new roman,times;
	color: ffffff;
	font-weight: bold;
	letter-spacing: 1pt;
}
.text {
	font: 11pt times new roman,times;
	color: ffffff;
	font-weight: bold;
	letter-spacing: 1pt;
}
.heavy {
	font: 25pt times new roman,times;
	color: ffffff;
	font-weight: bold;
	letter-spacing: 1pt;
}

A:link { color: ffffff; text-decoration: underline }
A:visited { color: cccccc; text-decoration: underline }
A:active { color: ffffff; text-decoration: underline }
A:HOVER {color: cccccc; text-decoration: none }

body{
	font: 0.625em/1em Verdana, Geneva, Arial, Helvetica, sans-serif, Times;
	color: #fff;
	background: #000;
}

dl, p, ul, ol{
	margin: 0 0 1em;
	padding: 0;
}

form label{
	cursor: pointer;
}

img{
	/* border: none; */
}

input{
	vertical-align: middle;
}

/* General */
div#container{
	width: 450px;
	margin: 2em auto;
}

div#jas-container{
	/* Width HAS to be here for IE to render the filter */
	width: 900px;
}

div#jas-tags{
	float: right;
	width: 100px;
}

div#jas-tags h3{
	margin-bottom: 1em;
}

div#jas-tags ul{
	list-style: none;
}

div#jas-tags ul li{
	margin-bottom: 0.3em;
}

div#jas-tags ul li input{
	margin-right: 3px;
}

div#jas-thumbnails{
	float: center;
	clear: center;
	width: 260px;
	border: 1px solid #ffffff;
}

div#jas-thumbnails ul{
	list-style: none;
	width: 252px;
	margin: 5px 5px 5px 5px;
	overflow: hidden;
}

div#jas-thumbnails ul li{
	float: left;
	width: 38px;
	height: 38px;
	margin: 0 2px 2px 0;
	border: 1px solid #ffffff;
}

div#jas-thumbnails ul li img{
	width: 38px;
	height: 38px;
	cursor: pointer;
}

div#jas-thumbnails ul li.selected-parent{
	width: 32px;
	height: 32px;
	padding: 1px;
	border: 3px solid #ffff00;
}

div#jas-thumbnails ul li img.selected{
	width: 32px;
	height: 32px;
}

h2#jas-image-text{
	text-align: center;
}

img#jas-image{
	margin-bottom: 1em;
}

ul#links{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

ul#links li{
	line-height: 2em
}

ul#navigation-controls{
	width: 260px;
	list-style: none;
	margin: 0 auto;
}

ul#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
}

ul#navigation-controls li#image-counter{
	margin: 0 0 0 0;
}

li.slideshow-item{
	margin-left: 3em;
}

