div#inner-content {
	padding: 0;
	}

/* Gallery css */

div#content div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
        _width: 500px;
}
div#content div.content a, div#content div.navigation a {
	text-decoration: none;
	color: #777;
}
div#content div.content a:focus, div#content div.content a:hover, div#content div.content a:active {
	text-decoration: none;
	border: none;
}
div#content div.controls {
	margin: 0;
	height: 23px;
        width:500px;
}
div#content div.controls a {
	padding: 0px 5px;
	border: none;
}
div#content div.ss-controls {
	float: left;
}
div#content div.nav-controls {
	float: right;
}

div#content div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 350px
}

div#content div.slideshow {
	clear: both;
}
div#content div.slideshow span.image-wrapper {
	float: left;
}
div#content div.slideshow a.advance-link, div#content div.slideshow a.advance-link:active, div#content div.slideshow a.advance-link:visited {
	padding: 0;
	display: block;
	border: none;
}
div#content div.slideshow img {
	display: block;
	border: 1px solid #ccc;
}
div#content div.download {
	float: right;
}
div#content div.embox {
	clear: both;
	border: none;
	padding: 0;
}
div#content div.image-title {
	font-weight: normal;
	font-size: 1.2em;
	padding: 5px;
        width:470px;
	font-family: Helvetica, Arial, sans-serif;
        background-color: #fff;
}

div#content div.image-desc {
	line-height: 1.3em;
	padding: 5px;
        width:470px;
	font-family: Helvetica, Arial, sans-serif;
        background-color: #fff;
}

div#content div.download {
	line-height: 1.3em;
	padding: 0;
        height: auto;
        float: left;
	padding: 5px;
        width:470px;
	font-family: Helvetica, Arial, sans-serif;
        background-color: #fff;
}

div#content div.download a {
	border-bottom: none;
}
div#content div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
div#content ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
div#content ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
}
div#content a.thumb {
	padding: 2px;
	display: block;
	border: none;
}
div#content ul.thumbs li.selected a.thumb {
	background: #fff;
}
div#content a.thumb:focus {
	outline: none;
}
div#content ul.thumbs img {
	border: 1px solid #ccc;
	display: block;
}
div#content div.pagination {
	clear: both;
}
div#content div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div#content div.navigation div.bottom {
	margin-top: 6px;
}
ddiv#content div.pagination a, div#content div.pagination span.current, div#content div.pagination a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0 3px;
	border: none;
}
div#content div.pagination a:hover {
	text-decoration: none;
}
div#content div.pagination span.current {
	font-weight: bold;
	border-color: none;
	color: #666;
}
