/* Importing other styles */
@import url("fonts.css");

img{
	border: none;
}

/* General 
div#container{
	width: 450px;
	margin: 2em auto;
}

*/

div#jas-container{
	/* Width HAS to be here for IE to render the filter */
	width: 440px;
}


div#jas-frame{
	float: left;
	width: 430px;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #666;
}

div#jas-tags{
	float: right;
	width: 100px;
	background:green;
}

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: 448px;
	margin-top: 1em;
	border: 1px solid #666;
}
*/

div ul {
	margin: 0 0 1em 0;
	padding: 0;
}

div#jas-thumbnails{
	width: 158px;
	min-height: 460px;
	height: auto !important;
	height: 460px;
	max-height: 460px;
	border: 1px solid #dddddd;
	background-color:#f2f2f2; 
	overflow:auto;
	text-align:center;
}

div#jas-thumbnails ul{
	list-style: none;
	width: 130px;
	/* margin: 10px 0 10px 10px; */
	margin: 10px 0 10px 10px;
	overflow: hidden;
	padding:0;
}

div#jas-thumbnails ul li{
	/* width: 120px;
	padding-left:5px;
	margin: 0 10px 10px 0; */
	margin: 0 0 5px 0;
	padding:0;
}

div#jas-thumbnails ul li img{
	border: 2px solid #fff;
	cursor: pointer;
}

div#jas-thumbnails ul li.selected-parent{
	/* width: 116px;
	height: 116px; 
	padding: 1px; */
}

div#jas-thumbnails ul li img.selected{
	border: 2px solid #f60;
}

h2#jas-image-text{
	text-align: center;
}

img#jas-image{
	margin-bottom: 1em;
}

ul#links{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

ul#links li{
	line-height: 2em
}

ul#navigation-controls{
	width: 120px;
	list-style: none;
	margin: 0;
}

ul#navigation-controls li{
	line-height: 1.5em;
	margin-right: 0.5em;
}

ul#navigation-controls li#image-counter{
	margin: 0 0.75em 0 0.5em;
}

li.slideshow-item{
}