div.galeria {
	/* The display of galeria is enabled using jQuery so that the slideshow galeria won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 622px; 
}
div.galeria a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.galeria a:focus, div.galeria a:hover, div.galeria a:active {
	text-decoration: underline;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 239px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../../../images/obrasocial/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 618px;
	height: 239px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 628px;
	height: 239px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 239px; /* This should be set to be at least the height of the largest image in the slideshow */
	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 img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#thumbs {
	position: relative;
}
div.underthumbs {
	height:26px;
	position:absolute;
	right:0;
	top:218px;
	width: 612px;
	z-index:9000;
	background-image:url(../../../images/obrasocial/bg-thumbs.png);	
}
ul.thumbs {
	/*
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
	*/
	height:26px;
	position:absolute;
	right:0;
	top:218px;
	padding: 0px 20px;
	z-index:10000;	
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin:6px 4px 0;
	list-style: none;
}
a.thumb {
	display: block;
	border: 6px solid #FB6913;
}

