div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	margin-left:-5px;
	width: 700px; 	/*550*/
	border:solid 0px red;	
}
div.content a, div.navigation a {		/*play pause next prev*/
	text-decoration: none;
	color: #a4a4a4;	
}
div.content a:focus, div.content a:hover, div.content a:active {
	color:#ec6e00;	
}
div.controls {	/*asta este la sectiunea cu buton play, next previous*/
	position:absolute;
	margin: 208px 0px 0px 590px;
	height: 30px;
	border:solid 0px green;
	z-index:100;	
}
div.controls a {	
	font:bold 15px Verdana;	
}
/***********************Control de play/pause, prev/next***************************/
div.ss-controls{
	float: left;	
	margin:0px 3px 0px 3px;
	padding:2px 2px 8px 2px;
}
.play {
	float: left;	
	background:url('/_Imagini/galerie/play.png') no-repeat;	
	padding:2px 2px 8px 2px;
}
.play:hover {	
	background:url('/_Imagini/galerie/play_over.png') no-repeat;	
}
.pause {
	float: left;	
	background:url('/_Imagini/galerie/pause.png') no-repeat;	
	padding:2px 2px 8px 2px;
}
.pause:hover {	
	background:url('/_Imagini/galerie/pause_over.png') no-repeat;	
}
div.nav-controls-left {
	float: left;
	background:url('/_Imagini/galerie/prev.png') no-repeat;
	margin-top:6px;
	padding:2px 2px 8px 2px;	
}
div.nav-controls-left:hover {
	background:url('/_Imagini/galerie/prev_over.png') no-repeat;	
}
div.nav-controls-right {
	float: left;
	background:url('/_Imagini/galerie/next.png') no-repeat;
	margin-top:4px;
	padding:2px 2px 8px 2px;
}
div.nav-controls-right:hover {	
	background:url('/_Imagini/galerie/next_over.png') no-repeat;	
}



div.slideshow-container {
	position: relative;
	clear: both;
	height: 240px; /*502 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('/_Imagini/galerie/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;	/*550*/
	height: 240px; /*502 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: 700px;	/*550*/
	height: 240px; /* 502 This should be set to be at least the height of the largest image in the slideshow */
	line-height: 240px; /*502 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.caption-container {	/*Sectiunea de jos cu comentarii aferente*/
	position: relative;
	clear: left;	
	border:solid 0px yellow;
}
span.image-caption {
	display: block;
	position: absolute;	
	top: -225px;
	left: 0px;
	border:solid 0px green;
}
div.caption {	
	width: 698px;	/*550*/
	height:225px;
	border:solid 0px blue;	
}

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. */	
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;		
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 6px 0px 6px 0;
	list-style: none;	
}
a.thumb {
	padding: 2px;
	display: block;
	border: 2px solid #ccc;	
}
ul.thumbs li.selected a.thumb {
	background: #ec6e00;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	font:11px Verdana;	
	margin-left:20px;
}
div.navigation div.top {
	margin-bottom: 0px;
	height: 10px;	
}
div.navigation div.bottom {
	margin-top: 0px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin: 10px 2px 0px 0px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #ccc;
	text-decoration: none;
}
div.pagination a:hover {
	background-color: #eee;	
}
div.pagination span.current {
	font-weight: bold;
	background-color: #ccc;
	border-color: #ec6e00;
	color: #ec6e00;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.divLinkDetalii{	
	width:692px;
	height:225px;
	position:absolute;
	background:url('/_Imagini/galerie/detalii_bg.png') no-repeat;
	border:solid 0px red;
	margin-left:5px;
	z-index:90;	
	cursor:pointer;
}

