
img{
	border: none;
}
div#container{

}

div#jas-container{
	/* Width HAS to be here for IE to render the filter */
	/*width: 320px;*/
}

div#jas-frame{
	float: left;
	margin: 0 0;
	padding: 3px;
	border: 1px solid #666;
}

div#jas-tags{
	float: left;
	width: 100px;
}

div#jas-tags ul{
	list-style: none;
}

div#jas-tags ul li{
	margin-bottom: 0.3em;
}

div#jas-thumbnails{
	float: left;
	clear: left;
	width: 330px;
}

div#jas-thumbnails ul
{
	float: left;
	list-style: none;
	width: 330px;
	overflow: hidden;
}

div#jas-thumbnails ul li{
	float: left;
	width: 100px;
	height: 75px;
	margin: 0 1px 1px 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;
}

#jas-image-text{
	text-align: center;
	font-weight:bold;
}

img#jas-image{
}

ul#links{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

ul#links li{
	line-height: 2em
}

ul#navigation-controls{
	width: 330px;
	list-style: none;
	margin: 0 auto;
}

ul#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
}

ul#navigation-controls li#image-counter{
	margin: 0 0.75em 0 0.5em;
}

li.slideshow-item{
	margin-left: 3em;
}