
html{
	font-size: 100%;
}

body{
	font: 0.625em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	
}

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

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

h2{
	font: 1.5em/1.3em Arial, Helvetica, sans-serif;
}

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

/* Tag-specific */
html, body, 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;
}


a{
	color: #3a5483;
	color: #FFFFFF;
	font-weight: bold;
}

dt{
	font-weight: bold;
}

body{
	
	background: #fff;
	background-image: url();
	background-repeat: no-repeat;
	background-color: #000000;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* ORIGINAL 
div#container{
	width: 450px;
	margin: 2em auto;
	
}*/
/* EDIT */
div#container{
	width: 450px;
	margin: 2em auto;
	position: absolute;
	left: 1em;
	top: 2em;
	
}


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

/* ORIGINAL BORDER
div#jas-frame{
	float: left;
	width: 600px;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #666;
}
*/
div#jas-frame{
	float: left;
	width: 0px;
	margin: px 0;
	padding: 0px;
	border: 1px solid #000;
}

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;
}
/* ORIGINAL THUMBNAILS BORDER:
div#jas-thumbnails{
	float: left;
	clear: left;
	width: 600px;
	margin-top: 1em;
	border: 1px solid #666;
}
*/
div#jas-thumbnails{
	float: left;
	clear: left;
	width: 0px;
	margin-top: 0em;
	border: 1px solid #666;
}

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

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

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

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

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

div#slideshow-startstop{
	position: absolute;
	top: 1em;
	left: 10em;
}

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

img#jas-image{
	margin-bottom: 0em;
}

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

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

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

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

ul#navigation-controls li#image-counter{
	margin: 0 0.55em 0 0.5em;
	color: #FFFFFF;
	font-weight: bold;
}

li.slideshow-item{
	color: #000000;
}