/* Tag-specific */

/* General */
div#container{
	width: 511px;

}

div#jas-container{
	/* Width HAS to be here for IE to render the filter */
	width: 511px;
	height:256px;
	
	padding: 0;
	

}

* html #jas-container {
padding-bottom: -3px;
	margin-bottom: -3px;
display: inline;
}

table .jas-frame_tbl{
	padding: 0;
	border: 0;
	margin: 0;
}

div#jas-frame{
	
	width: 511px;	
	height:283px;
	/*background-image:url(../images/home_slidesbg.gif);*/
	background-repeat:no-repeat;

}
div#jas-frameSP{
	
	width: 511px;	
	height:283px;
	margin-left: -10px;
	
	/*background-image:url(../images/home_slidesbg.gif);*/
	background-repeat:no-repeat;

}

img#jas-image{
	margin: 0px;
	padding: 0px;
	display: block;
}
* html #jas-image {
margin-bottom: -3px;
display: inline;
}

div#jas-tags{
	float: right;
	width: 100px;
}
* html #jas-tags{
	display: inline;
}

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-navigation{
	
	width: 511px;
	height: 27px;
	
	margin: -3 0 0 0;
}

div#jas-thumbnails{
	float: left;
	clear: left;
	width: 360px;	
	 margin-top: 1px;
	
}

div#jas-thumbnails ul{
	list-style: none;
	width: 370px;
	margin: 0px 1px 1px 1px;
	overflow: hidden;
	margin-bottom: 0px;
}

div#jas-thumbnails ul li{
	float: left;
	width: 18px;
	height: 18px;
	padding: 0 3px 0 3px;
	margin: 0 0px 0px 0;
}

div#jas-thumbnails ul li img{
	width: 18px;
	height: 18px;
	cursor: pointer;
}

div#jas-thumbnails ul li.selected-parent{
	width: 17px;
	height: 18px;		
	border: 1px solid #f60;	
}

div#jas-thumbnails ul li img.selected{
	width: 18px;
	height: 18px;
}

h2#jas-image-text{
	text-align: left;
}

img#jas-image{
	margin-bottom: 0px;
}

ul#links{
	display: block;
	clear: left;
	/*padding: 2em 0 1em 2em;*/
	padding: 0;
}

ul#links li{
	line-height: 2em;
}

ul#navigation-controls{
	width: 260px;
	list-style: none;
	margin: 0 auto;
}

ul#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
}

* html #navigation-controls {
	display: inline;
}

ul#navigation-controls li#image-counter{
	margin: 0 0.75em 0 0.5em;
}


