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

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

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;
}

dt{
	font-weight: bold;
}

body{
	background: #fff;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
div#container{
	width: 830px;
	margin: 2em auto;
}

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

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

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: 63px;
}

div#jas-thumbnails{
	float: left;
	clear: left;
	width: 830px;
	margin-top: 1em;
	/*border: 1px solid #666;*/

}

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


/* size of thumbnails */

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

/* size of thumbnails */

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

/* size of selected thumbnail */


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

/* size of selected thumbnail */

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

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

img#jas-image{
	margin-top: 1em;
}

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

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

/* slideshow and image selector */


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

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

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

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