/* Tag-specific */
html{
	font-size: 100%;
}

input, select, textarea{
	font-size: 100%;
}

h1{
	font: 2em/1em Arial, Helvetica, sans-serif;
}

h2{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0d78af;
}

h3{
	font: bold 1.2em/1em Arial, Helvetica, sans-serif;
}

/* Tag-specific */
form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{
	margin: 0;
	padding: 0;
}

dl, p, ul, ol{
	margin: 0 0 1em;
	padding: 0;
}


#navigationcontrols a{
	color: #3a5483;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

dt{
	font-weight: bold;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
div#container{
	width: 600px;
	margin: 0;
	background-color: #d7f7ff;
}

div#jas-container{
	/* Width HAS to be here for IE to render the filter */
	width: 600px;
	height: 500px;
}

div#jas-frame{
	float: left;
	clear: left;
	width: 600px;
	height: 500px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border: 0;
}

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{
	width: 580px;
	clear: both;
	margin-bottom: 1em;
	border: 0;
	position: relative;
	z-index: 1;
	padding: 10px;
	border-top: 1px solid #37c0de;
}
div#desc { position: relative; z-index: 2; }
div#jas-thumbnails ul{
	width: 600px;
	list-style: none;
	margin: 10px 0 0 11px;
	overflow: hidden;
	*margin: 10px -10px 10px 10px;
}

div#jas-thumbnails ul li{
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
}

div#jas-thumbnails ul li img{
	width: 60px;
	height: 60px;
	cursor: pointer;
}

div#jas-thumbnails ul li.selected-parent{
	width: 56px;
	height: 56px;
	padding: 1px;
	border: 1px solid #009496;
}

div#jas-thumbnails ul li img.selected{
	width: 56px;
	height: 56px;
}

h2#jas-image-text{
	text-align: left;
}

img#jas-image{
	margin: 8px;
	max-width: 580px;
}

ul#links{
	display: block;
	float: left;
	clear: left;
	padding: 2em 0 1em 4em;
}

ul#links li{
	line-height: 2em
}

ul#navigation-controls{
	width: 635px;
	list-style: none;
	margin: 0;
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
}

ul#navigation-controls li#image-counter{
	margin: 0 0.75em 0 0.5em;
}

li.slideshow-item{
	margin-left: 3em;
}

.moreimages
{
border: 0;
}

.moreimagesimg
{
margin-left: 8px;
margin-top: 8px;
margin-bottom: 5px;
width: 91px;
height: 68px;
display: inline;
}