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


/* Tag-specific */
#container h2 {
margin: 0; padding: 0; font-size: 16px; color: black;	
}

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

dt{
	font-weight: bold;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
div#container{
	width: 690px;
	float: none;
}

div#jas-container{
	/* Width HAS to be here for IE to render the filter */
	width: 590px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

div#jas-frame{
	width: 590px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

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: left;
	clear: left;
	width: 695px;
	margin-top: 0;
}

div#jas-thumbnails ul{
	list-style: none;
	width: 695px;
	margin: 10px 0 0 11px;
	overflow: hidden;
	*margin: 10px -10px 10px 10px;
}

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

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

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

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

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

img#jas-image{
	margin-bottom: 8px;
	margin-left: 0;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	width: 590px;
}

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

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

ul#navigation-controls{
	width: 335px;
	list-style: none;
	margin: 0 auto;
	color: #067576;
}

ul#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
}
ul#navigation-controls li a {
color: #067576;
font-size: 14px;
}

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

.slideshow-item { margin-left: 20px; }

.moreimages { border: 1px solid #666; }

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