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;
	width:206px;
	float:left;
	font-size:0.9em
}
div.content h3{color:#163b85;font-size:1.8em;font-weight:bold;line-height:1.3em;margin-bottom:8px}

div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content strong{color:#2d9edf; line-height:1.5em}
div.content a{font-weight:bold;margin-bottom:6px;display:block;color:#4b6b9e}
div.content span.txto{font-size:1.8em!important}

div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow {
	clear: both;
	text-align:center
}
div.slideshow span.image-wrapper {
	text-align:center
}
div.slideshow a.advance-link {
	display: block;
	text-align:center
}
div.slideshow img {
	border: none;
	padding-top:2px
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	padding: 0px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

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. */
	    float:left;
		width:248px
}
ul.thumbs {
	clear: both;
	margin: -14px 0 0 9px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 6px 6px 6px 6px;
	list-style: none;
	position:relative;
	z-index:100;
	background-color:#fff
}
a.thumb {
	display: block;
	width:56px;
	height:56px;
	background:url(../img/bg_gallery_on.gif) no-repeat;
	overflow:hidden
}
ul.thumbs li.selected a.thumb {
	background:url(../img/bg_gallery_off.gif) no-repeat;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	position:relative;
	z-index:-100;
	padding:9px 3px
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

#thumbs{
	background:url(../img/bg_mosaico.gif) no-repeat;width:235px;height:222px;;
}

div#page {
	width: 490px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	float:left
}
div#container {
	padding: 15px;
}
