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

div#jas-container{
	/* Width HAS to be here for IE to render the filter */
	width: 474px;
	float: right;
	margin: 0px;
}

div#jas-frame{
	width: 692px;
	margin: 10px 0;
}

div#jas-tags{
	float: left;
	width: 195px;
	padding: 8px;
	background-color: #ECECEC;
	height: 282px;
}

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

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

div#jas-thumbnails ul li{
	float: left;
	width: 100px;
	height: 75px;
	margin: 0 11px 9px 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 #E2D6DA;
}

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

img#jas-image{
	margin-bottom: 1em;
}
ul#navigation-controls{
	width: 692px;
	list-style: none;
	margin: 0;
	background-color: #E2D6DA;
	float: left;
	padding: 2px;
}

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