/* stili slideshow */

div.ajslideshow__container {
	width: 980px;
	/*min-height: 532px;
	height: auto !important;
	height: 532px;*/
	margin: 10px auto;
	padding: 0px 0px 30px 0px;
	position: relative;
	/*overflow: hidden;*/
	background: #ffffff;
}

div.ajslideshow__hide {
	display: none;
}

/* il contenitore del blocco immagini */
div.ajslideshow__pics {
	position: relative;
/*	top: 0px;
	left: 0px;*/
	width: 980px;
	height: 452px;
	margin: 0px;
	overflow: hidden;
	background: #ffffff url(../images/background_collezione.png) top left repeat-x;
}

/* il contenitore di una singola immagine */
div.ajslideshow__bob {
	position: absolute;
	padding: 0px 0px 30px 0px;
	background-image: url(../images/bob_shadow_bottom.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	outline: 0px;
	border: 0px;
}

div.ajslideshow__bob a {
	outline: 0px;
	border: 0px;
}

div.ajslideshow__bob img {
	display: block;
	cursor: pointer;
	border: 0px;
}

/* il contenitore della didascalia */
div.ajslideshow__capt {
/*	position: absolute;
	top: 452px;
	left: 0px;*/
	width: 732px;
	min-height: 86px;
	height: auto !important;
	height: 86px;
	margin: 0px;
	padding: 4px 124px;
	font-family: verdana, "dejavu sans", sans-serif;
	font-size: 12px;
	color: #676767;
/*	background: #ccffcc;*/
	text-align: center;
}

/* il preloader */
div.ajslideshow__load {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 200;
}
div.ajslideshow__load div.ajslideshow__counter {
	width: 120px;
	height: 20px;
	padding: 42px 0px 0px 0px;
	margin: 0px auto;
	font-family: verdana, "dejavu sans", sans-serif;
	font-size: 12px;
	color: #676767;
	background: url(../images/loading.gif) top center no-repeat;
	text-align: center;
}

/* messaggio nessun risultato */
div.ajslideshow__zero {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 200;
}
/*
div.ajslideshow__zero div.ajslideshow__zero_inner {
}
div.ajslideshow__zero div.ajslideshow__zero_message {
}
*/

/* link precedente e successivo visibili */
div.ajslideshow__left_show,
div.ajslideshow__right_show {
	width: 31px;
	height: 72px;
	cursor: pointer;
	z-index: 15;
/*	opacity: .75;*/
}

div.ajslideshow__left_show {
	position: absolute;
	top: 175px;
	left: 0px;
	background: url(../images/bt_sfoglia_left.png) top left no-repeat;
}

div.ajslideshow__right_show {
	position: absolute;
	top: 175px;
	right: 0px;
	background: url(../images/bt_sfoglia_right.png) top left no-repeat;
}

/* bottone slideshow */
div.ajslideshow__play_on,
div.ajslideshow__play_off {
	position: absolute;
	bottom: 0px;
	left: 444px;
	width: 94px;
	height: 23px;
	cursor: pointer;
	background-image: url(../images/bt_autoplay.png);
	background-repeat: no-repeat;
}

div.ajslideshow__play_on {
	background-position: 0px 0px;
}
div.ajslideshow__play_off {
	background-position: 0px -23px;
}

/* bottone zoom */
div.ajslideshow__zoom_on {
	position: absolute;
	z-index: 14;
	cursor: pointer;
}
div.ajslideshow__zoom_on:hover {
	background: url(../images/bt_zoom.png) center center no-repeat;
}

/* veletta e contenuto zoom */
div.ajslideshow__filter {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: #000000;
	opacity: .5;
}

div.ajslideshow__layer {
	position: absolute;
	top: 0px;
	left: -1000px; /* inizialmente fuori dall'area visiva */
	padding: 8px;
	background: #ffffff;
	color: #676767;
	z-index: 2100;
}

div.ajslideshow__zoomrow_pic {
	width: 200px;
	height: 200px;
	position: relative;
}

div.ajslideshow__zoomrow_capt {
	position: relative;
	width: 100%;
	min-height: 20px;
	padding: 4px 0px 0px 0px;
}

div.ajslideshow__zoomcapt {
	padding: 2px 100px 0px 0px;
	font-family: verdana, "dejavu sans", sans-serif;
	font-size: 12px;
	color: #676767;
	text-align: left;
}

div.ajslideshow__zoomclose {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 72px;
	height: 18px;
	background: url(../images/bt_chiudi_zoom.png) bottom right no-repeat;
	cursor: pointer;
}

div.ajslideshow__layer a.loading {
	position: absolute;
	top: 84px;
	left: 84px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/loading.gif) top left no-repeat;
}
