body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	margin:0 auto;
	width:966px;
	overflow: hidden;
}
#language {
	width:944px;
	height:41px;
	text-align:right;
	padding:0 22px 0 0;
	}
#header {
	width:966px;
	height:91px;
	padding:0;
	}
#menu {
	width:966px;
	height:66px;
	}
#content {
	width:966px;
	}
#coldx{ 
	float:right;
	width:380px;
	border:0px solid red;
}
#continua {
	text-align:right;
}
#continua a:link, a:visited, a.play:link, a.play:visited, a.stop:link, a.stop:visited, a.prev:link, a.prev:visited, a.next:link, a.next:visited {
	text-align:right;
	text-decoration:none;
	color:#b60d2b;
}
#continua a:hover, a.play:hover, a.stop:hover, a.prev:hover, a.next:hover {
	text-align:right;
	text-decoration:underline;
	color:#b60d2b;
}
a.prev {
	margin-right:15px;
}
#main-gallery {
	width:380px;
	height:90px;
	}
.section-gallery {
	width:380px;
	}
.thumb {
	width:54px;
	font-size:10px;
	float: left;
	margin-right:8px;
}
#colsx{ 
	float:left;
	width:569px;
	/*height:363px;*/
	border:0px solid green;
}
.button {
	padding:0 15px 0 0;
}
div.content {
	display: none;
	clear: both;
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}
.on, .on:link, .on:visited {
	color:#cc0033;
	text-decoration:none;
}
.on:hover {
	text-decoration:underline;
}
/************** GALLERY **************/
#preview {
	height:120px;
	padding-bottom:80px;
}
/****** thumbs ******/
div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}
div.navigation-container {
	/*float: left;
	position: relative;
	left: 50%;*/
}
div.navigation {
	/*float: left;
	position: relative;
	left: -50%;*/
	overflow:hidden;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}
ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.thumbs img {
	border: 0;
	display: block;
}
a.thumb {
	padding: 0px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}
/****** controls ******/
div.controls {
	padding-top:10px;
	padding-right:14px;
	overflow:hidden;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
/****** slideshow ******/
div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	/*width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}
div.loader,
div.slideshow a.advance-link {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}
div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height:520px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
/*div.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding
	text-align: center;
}
div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}
*/div.slideshow span.image-wrapper {
	display: block;
	/* width:480px; */
	position: absolute;
	top: 0;
	left: 0;
	padding-right:15px;
	background-image:url(images/bkg-img.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.image-angolo {
	width:506px;
	height:355px;
	padding-right:15px;
	background-image:url(images/bkg-img.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
div.slideshow img {
	border-style: solid;
	border-width: 0px;
	margin-bottom:2px;
}

/****** caption ******/
div.caption-container {
	position: absolute;
	bottom:0;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.caption-container, span.image-caption {
	padding: 3px 0 1px 0;
	width: 334px;
}
div.caption {
	padding: 0 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
/************** FOOTER **************/
#footer {
	clear:both;
	width:966px;
	font-size:10px;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	margin:0 auto;
}
#footer a:link, a:visited {
	color:#b60d2b;
	text-decoration:none;
}
#footer a:hover {
	color:#b60d2b;
	text-decoration:underline;
}