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

body{
	color: #000;
	background: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	line-height: 1em;
}

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

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

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #333333;
}

h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/* Tag-specific */
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{
}

h1{
margin-top: 15;
}

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


a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

dt{
	font-weight: bold;
}

body{
	background: #fff;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */

div#container{
	width: auto;
}

div#jas-container{
	/* Width HAS to be here for IE to render the filter */
	width: auto;
	height: 620px;
	background-repeat: no-repeat;	
}

div#jas-container2{
	/* Width HAS to be here for IE to render the filter */
	width: auto;
	height: 620px;
	background-repeat: no-repeat;
}

img#jas-image{
	margin-top: 15px;
}

div#jas-thumbnails{
	margin: 0em auto;
}

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

div#jas-thumbnails ul li{
	float: left;
	width: 67px;
	height: 90px;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 5px;
}

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

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

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

div#jas-thumbnails2{
	margin: 0em auto;
}

div#jas-thumbnails2 ul{
	list-style: none;
	overflow: hidden;
	margin-left: 10px;
}

div#jas-thumbnails2 ul li{
	float: left;
	width: 101px;
	height: 67px;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 5px;
}

div#jas-thumbnails2 ul li img{
	width: 101px;
	height: 67px;
	cursor: pointer;
	
}

div#jas-thumbnails2 ul li.selected-parent{
	width: 95px;
	height: 63px;
	padding: 1px;
	border: 1px solid #000000;
}

div#jas-thumbnails2 ul li img.selected{
	width: 95px;
	height: 63px;
}


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

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

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


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