/* Tag-specific */
div#jas-frame ul {
	margin: 0 0 1em;
	padding: 0;
}

/* General */
div#container {
	width: 580px;
	margin: 0 0 10px 0;
}

div#jas-thumbnails {
	float: left;
	clear: left;
	width: 580px;
	margin: 5px 0 10px 0;
	border: 1px solid #666;
}

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

div#jas-thumbnails ul li {
	float: left;
	width: 42px;
	height: 29px;
	margin: 0 10px 10px 0;
}

div#jas-thumbnails ul li img {
	width: 42px;
	height: 29px;
	cursor: pointer;
}

div#jas-thumbnails ul li.selected-parent {
	width: 38px;
	height: 25px;
	padding: 1px;
	border: 1px solid #f60;
}

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

div#jas-frame {
	clear: both;
	width: 560px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #666;
}

ul#navigation-controls {
	width: 550px;
	list-style: none;
	margin: 0 auto;
}

ul#navigation-controls li {
	float: left;
	font-size: 75%;
	line-height: 1.5em;
	margin: 0 0.5em 0.5em 30px;
}

ul#navigation-controls .slideshow-item {
	float: right;
	margin-right: 25px;
}

ul#navigation-controls li#image-counter {
	margin: 0 0.75em 0 0.75em;
}

div#jas-container {
	/* Width HAS to be here for IE to render the filter */
	width: 560px;
}

div#jas-container p.center {
	text-align: center;
	margin-bottom: 5px;
}

img#jas-image {
	margin: 5px auto;
}

li.slideshow-item {
	margin-left: 3em;
}

h3#jas-image-text {
	font-size: 70%;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

* html div#jas-thumbnails ul {
	margin-bottom: 10px;
	margin-left: 40px;
}