/* Tag-specific */

body{
	font-family:arial;
	font-size: 12px;
	color: #A4A09B;
	font-weight:normal;
}

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

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

h2{
	font: 1.5em/1.3em 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;
}

dt{
	font-weight: bold;
}

body{
	background: #fff;
}

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: 270px;
	height:250px;
	float:left;
}

div#jas-frame{
	float: left;
	width: 430px;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #666;
}



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: 389px;
	margin-top: 1em;
	border:2px groove #666;
}

div#jas-thumbnails ul{
	list-style: none;
	/*width: 505px;*/
	margin: 5px 0 5px 5px;
	overflow: hidden;
}

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

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

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

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

div#jas-image-text{
	float: right;
	width: 330px;
	padding-left:10px;
	padding-bottom:5px;
	}

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

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.em;
	margin-right: 0.5em;
}

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

li.slideshow-item{
	margin-left: 0px;
}


