/* ID rule */

div#container
{
}

#jas-container-cell
{
    height: 290px;
}

div#jas-container
{
	/* Width HAS to be here for IE to render the filter */
	min-width: 330px;
	text-align: center;
}

div#jas-frame
{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #666;
}

div#jas-tags
{
	min-width: 200px;
	height: 280px;
}

div#jas-tags h2
{
	margin-bottom: 1em;
}

div#jas-tags ul
{
	list-style: none;
	margin-left: 0;
	padding: 0 0 0 2em;
	height: 200px;
	overflow: auto; /* adds scrollbar when needed */
}

div#jas-tags ul li
{
	margin: 0.2em;
    list-style-type: none;
}

div#jas-tags ul li input
{
	margin-right: .5em;
}

div#jas-thumbnails
{
	float: left;
	clear: left;
	margin-top: 1em;
	border: 1px solid #666;
	width: 100%;
}

div#jas-thumbnails ul
{
	list-style: none;
	margin: 5px;
	height: 200px;
	overflow: auto; /* adds scrollbar when needed */
}

div#jas-thumbnails ul li
{
	float: left;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border: none;
    list-style-type: none;
}

div#jas-thumbnails ul li img
{
	cursor: pointer;
}

div#jas-thumbnails ul li.selected-parent
{
	width: 100px;
	height: 75px;
	padding: 1px;
	border: 1px solid #f60;
}

div#jas-thumbnails ul li img.selected
{
}

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;
    list-style-type: none;
}

#navigation-controls
{
	margin: 0 auto;
    text-align: center;
    display: block;
    width: 320px;
}

.navigation-control
{   
    display: inline;
	line-height: 1.5em;
	margin-right: 0.5em;
}

#navigation-controls #image-counter
{
	margin: 0 0.75em 0 0.5em;
}

.slideshow-item
{
}