.slideshow-mask {
	height: 100%;
	position: relative;
	overflow: hidden;
	/*padding-bottom: 20px;*/
}
.slideshow-mask.w24 {
	width: 100%;
	margin: 0;
}
.slideshow-content {
	font-size: 0;
	height: 100%;
	white-space: nowrap;
	width: 100%;
	position: relative;
}
.js .slideshow-content > *,
.elemContainer {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	white-space: normal;
}
.slideshow-content > * {
	white-space: normal;
}
.element {
	font-size: 14px;
	font-size: 1rem;
	height: 100%;
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
	white-space: normal;
}
.animation.element {
	width: 990px;
}
.YTVideo.element,
video.element {
	background-color: #000000;
	z-index: 0;
}
.playButton {
	background-color: transparent;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.playButton:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.playButton:before {
	content: "";
	border: 2px solid #000000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px;
	background-color: #C8C8C8;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.playButton:active:before,
.playButton:focus:before,
.playButton:hover:before{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.playButton:hover:after{
	border-left: 10px solid #000000;
}
.playButton:after {
	border-bottom: 10px solid transparent;
	border-left: 10px solid #000000;
	border-top: 10px solid transparent;
	content: "";
	height: 0;
	left: 50%;
	margin: -8px 0 0 -2px;
	position: absolute;
	top: 50%;
	width: 0;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.vimeo > iframe,
.YTVideo > iframe {
/*	margin: 0 auto;
	display:block;*/
	width:100%;
	height:100%;
}
.YTVideo.loading > iframe {
	visibility: visible;
	width: 0;
	height: 0;
	overflow: hidden;
	position: relative;
}

.element embed,
.element object {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
}
.element embed {
	text-align: center;
	vertical-align: middle;
}
.element > img {
	display: block;
	margin: 0 auto;
}
/* ANIMATION ZOOM */
.zoom .elemContainer {
	position: absolute;
}
.zoom .elemContainer {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
.zoom .selected.elemContainer {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.no-csstransforms .zoom * {
	opacity:inherit;
	filter:inherit;
}
.mute {
	background-image: url("/Resources/img/volume.gif");
	cursor: pointer;
	height: 24px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}
.mute.noVol {
	background-position: center bottom;
}
.bottom-tape {
/*	bottom: 0;
	left: 0;
	position: absolute;*/
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
	margin-top: 28px;
	margin-top: 2rem;
}
.slideshow-console {
	display: inline-block;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
	font-size: 16px;
	line-height: 12px;
	/*width: 100%;*/
}
.slideshow-console li {
	cursor: pointer;
	display: inline-block;
	height: 100%;
	list-style: none outside none;
	padding: 0 0.5em;
}
.slideshow-console span {
	background-color: #000000;
	border-radius: 50% 50% 50% 50%;
	display: inline-block;
	height: 0.5em;
	vertical-align: middle;
	width: 0.5em;
}

.black .slideshow-console span {
	background-color: #CCCCCC;
}

.slideshow-console li.selected span,
.slideshow-console li:hover span {
	background-color: #3679BC;
	border-radius: 50%;
}

.bottom-tape > div {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 0 10px;
}
.bottom-tape .arrows {
	display: block;
	height: 12px;
	width: 8px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 0;
}
.bottom-tape .arrows.a-right{
	left: auto;
	right: 0;
}
.bottom-tape .arrows.a-left,
.bottom-tape .arrows.a-right {
	padding: 0;
}
.bottom-tape .arrows.a-left:before,
.bottom-tape .arrows.a-right:before,
.bottom-tape .arrows.a-left:after,
.bottom-tape .arrows.a-right:after {
	margin: 0;
	left: 0;
}


/* PALLOZZI */
.circle .slideshow-console {
	overflow: visible;
}
.circle li {
	position: relative;
	padding: 0.5em 0.5em 1.3em 0.5em;
}
.circle li:after {
	background-image: url("/Resources/img/big-dots-hover-white.png");
	background-position: 0 100%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 61px;
	left: 2px;
	position: absolute;
	top: 1px;
	width: 61px;
}
.black .circle li:after {
	background-image: url("/Resources/img/big-dots-hover-black.png");
}
.circle .selected:after {
	background-position: 0 0;
}
.black .circle .selected:after {
	background-position: 0 0;
}
.circle .slideshow-console span,
.circle .slideshow-console .selected span {
	background-color: transparent;
	border-radius: 0 0 0 0;
	bottom: 0;
	display: block;
	font-size: 0.85em;
	height: auto;
	left: 50%;
	margin-left: -150px;
	margin-top: 0.8em;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 300px;
}
.circle .slideshow-console li:hover span,
.circle .slideshow-console .selected span {
	visibility: visible;
	background-color: transparent;
	border-radius: 0 0 0 0;
}
.circle .slideshow-console:hover .selected span {
	visibility: hidden;
}
.circle .slideshow-console:hover .selected:hover span {
	visibility: visible;
}
.circle .arrows {
	display: none;
}
/* END PALLOZZI */


/* BOX OVER SLIDE */
.main_canvas .box {
	bottom: 0;
	right: 50%;
	margin: 0 -475px;
}
.main_canvas .box.black { color: #ffffff;}
.main_canvas .box.white .velina { background-color: #ffffff;}
.main_canvas .box.black .velina { background-color: #000000;}
.main_canvas .box.top.right { top: 0; right: 50%; bottom: auto; left: auto;}
.main_canvas .box.top.left { top: 0; left: 50%; bottom: auto; right: auto;}
.main_canvas .box.bottom.right { bottom: 0; right: 50%; top: auto; left: auto;}
.main_canvas .box.bottom.left { bottom: 0; left: 50%; top: auto; right: auto;}

/* MAIN CANVAS LANCIA */

/* SECTIONS */
.row.main_canvas {
	max-width: 1440px;
	min-width: 960px;
	width: 100%;
	height: 400px;
	padding: 0;
}
.main_canvas .w24 {
	margin: 0;
	width: 100%;
}
link + .main_canvas,
.nav_placeholder + .main_canvas {
	margin-top: -16px;
}
.main_canvas .element > img,
.main_canvas .element > a > img {
	left: 50%;
	margin-left: -720px;
	position: relative;
	width: 1440px;
}

.main_canvas .element.vimeo > img,
.main_canvas .element.YTVideo > img {
	left: auto;
	margin: 0 auto;
	width: auto;
	display: block;
}
.main_canvas .slideshow-mask {
	padding-bottom: 0;
}
.main_canvas .bottom-tape {
	bottom: 0;
	position: absolute;
	z-index: 2;
}
.main_canvas .bottom-tape > div {
	background-color: #000000;
	border: 1px solid #333333;
	border-bottom: 0px solid;
	border-radius: 5px 5px 0 0;
	padding: 0 5px;
}
.main_canvas .slideshow-console span {
	background-color: #ffffff;
}

.main_canvas .slideshow-console .selected span,
.main_canvas .slideshow-console li:hover span,
.main_canvas .slideshow-console span {
	border-radius: 0;
}

.main_canvas .slideshow-console span {
	width: 50px;
	height: 1px;
}
.main_canvas .bottom-tape .arrows {
	display: none;
}
/* CUSTOM ARROWS HP - BOX STRUMENTI */
.bottom-tape.customArrows {
	bottom: 40%;
	left: 0;
	position: absolute;
}

.bottom-tape.customArrows > div {
	width: 100%;
}
.customArrows .arrows.arrow-left-black.a-left {
	left: 2em;
	position: absolute;
}
.customArrows .arrows.arrow-right-black.a-right {
	position: absolute;
	right: 2em;
}

.bottom-tape.labels {
	color: #FFFFFF;
}

.bottom-tape.labels li:hover,
.bottom-tape.labels .selected {
	color: #3679BC;
}

.bottom-tape.labels .slideshow-console {
	background-color: #000000;
	line-height: 1;
	padding-top: 0.5em;
	border: 1px solid #333333;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}

.bottom-tape.labels span {
	width: 75px;
}

.bottom-tape.labels div > div {
	font-size: 0.875em;
}