/* General */
table#container{
	width: 100%;
	text-align:center;
	margin: 0em auto;
}

div#jas-container{
	/* Width HAS to be here for IE to render the filter*/ 
	width: 100%;
}

td#jas-frame{
	float: left;
	margin: 2px 0;
	padding: 2px;
	/*border: 1px solid #666;*/
}

td#jas-thumbnails{
	float: left;
	clear: left;
	width: 100%;
	text-align:center;
	margin-top: 1em;
	border: 1px solid #007DC7;
	background-color:#F0F2F1;
}

td#jas-thumbnails ul{
	list-style: none;
	width: 99%;
	margin: 2px 2px 2px 2px;
	overflow: hidden;
	text-align:center;
}

td#jas-thumbnails ul li{
	float: left;
	width: 75px;
	height: 75px;
	margin: 2px;
	text-align:center;
}

td#jas-thumbnails ul li img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

td#jas-thumbnails ul li.selected-parent{
	width: 75px;
	height: 75px;
	padding: 1px;
	border: 1px solid #9CC5E5;
}

td#jas-thumbnails ul li img.selected{
	width: 100%;
	height: 100%;
}

img#jas-image{
	margin-bottom: 0em;
}

ul#links{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

ul#links li{
	line-height: 2em
}

table#navigation-controls{
	width: 100%;
	list-style: none;
	margin: 0 auto;
	font-family:Tahoma;
	font-size:12px;
	color: #D40006;
}

table#navigation-controls td{
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
}

table#navigation-controls td#image-counter{
	margin: 0 0.75em 0 0.5em;
}

td.slideshow-item{
	margin-left: 3em;
}
td.slideshow-item a{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#0E538A;
}
td.slideshow-item a:hover{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#628AAA;
}