/* 
font-family: 'GillSansBold', Arial, sans-serif;		//bold
font-family: 'GillSans', Arial, sans-serif;	//normale
*/

.touch .mute {
	display: none !important;
}

.slideshow-mask {
	/*height: 400px;*/
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	position: relative;
	overflow: hidden;
}
.slideshow-mask.loading {
	background-image: url("../images/slideshow-interface/loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
.slideshow-mask.loading .element {
	visibility: hidden;
}
.slideshow-content {
	font-size: 0;
	height: 100%;
	white-space: nowrap;
	width: 100%;
}
.elemContainer {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.zoom .elemContainer {
	position: absolute;
}

.elemContainer .slideshow-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	background-color: white;
}

.element {
	height: 100%;
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.animation.element {
	width: 990px;
}
iframe.element,
video.element,
.element embed,
.element object {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	background-color: #000000;
}
.element embed {
	text-align: center;
	vertical-align: middle;
}
img.element {
	width: 1440px;
	left: 50%;
	margin-left: -720px;
}
.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);
	z-index: 1;
}
.no-csstransforms .zoom * {
	opacity:inherit;
	filter:inherit;
}
.bottom-tape {
	background-image: url("../images/slideshow-interface/label.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: 0;
	font-size: 16px;
	font-size: 1rem;
	height: 113px;
	left: 50%;
	margin-left: -513px;
	position: absolute;
	width: 450px;
	z-index: 1;
	padding-left: 5px;
}

.bottom-tape .arrow {
	display: none;
}
.question.box-pages .bottom-tape .arrow {
	top: 10px;
	display: inline-block;
	position: relative; 
}
.question.box-pages .bottom-tape .arrow.right {
	right: 0 !important;
}
.question.box-pages .bottom-tape .arrow.left {
	left: 0 !important;
}

.slideshow-console,
.slideshow-titles {
	background-color: #000000;
	bottom: 22px;
	display: block;
	height: 22px;
	left: 10px;
	overflow: hidden;
	position: absolute;
	padding: 0 0.5em;
}
.slideshow-titles {
	background-color: #FFFFFF;
	line-height: 22px;
	padding: 0;
	max-width: 100%;
}
.slideshow-titles li {
	display: none;
}
.slideshow-titles li.selected {
	display: block;
}
.slideshow-titles li span {
	font-family: 'GillSans', Arial, sans-serif;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 0.5em;
}
.slideshow-console li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style: none outside none;
	padding: 0 0.2em;
	height: 100%;
}
.slideshow-console span {
	background-color: #CCCCCC;
	position: relative;
	border-radius: 50% 50% 50% 50%;
	display: inline-block;
	height: 0.5em;
	margin: 0 0.1em;
	width: 0.5em;
	-pie-poll:true;
	/*behavior: url("../style library/js/pie.htc");*/
}
.borderradius .slideshow-console li.selected span,
.borderradius .slideshow-console li:hover span {
	background-color: #FFFFFF;
	border-radius: 50% 50% 50% 50%;
	-pie-poll:true;
	behavior: url("http://www.iveco.com/common/Style Library/XSL Style Sheets/Iveco/pie.htc");
}
.no-borderradius .slideshow-console li  {
	padding-left: 0;
	line-height: 20px;
}
.no-borderradius .slideshow-console span  {
	height:10px;
	width:10px;
	background-color: transparent;
	background-color: transparent !important;
	background-image:url(../images/bullet_grey.png);
}
.no-borderradius .slideshow-console li.selected span, .no-borderradius .slideshow-console li:hover span {
	background-image:url(../images/bullet_white.png);
	background-color: transparent !important;
}
/*.no-borderradius .slideshow-console li span:hover {
	background-color: #FFFFFF;
}*/
.mute {
	background-image: url("../images/slideshow-interface/volume.gif");
	cursor: pointer;
	height: 24px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	z-index: 1;
}
.mute.noVol {
	background-position: center bottom;
}

/*************** IVECO SPECIFIC ***************/
/****************** HOME **********************/
.big .slideshow-mask {
	height: 400px;
}
/**************** PRODUCT PAGE *****************/
.circle.big {
	border-radius: 50% 50% 50% 50%;
	height: 280px;
	left: 50%;
	margin-left: -440px;
	position: absolute;
	top: 5px;
	width: 280px;
	z-index: 3;
	color: #FFFFFF;
	font-size: 12px;
	white-space: normal;
	text-align: center;
	behavior: url("http://www.iveco.com/common/Style Library/XSL Style Sheets/Iveco/pie.htc");
}
.no-slide .circle.big {
	top: 25px;
}
.rgba .circle.big {
	background-color: rgba(0, 0, 0, 0.85);
}
.no-rgba .circle.big {
	background-color: #000000;
}
.circle.big .content {
	overflow: hidden;
	width: 230px;
}
.circle.big .content.top {
	height: 55px;
	margin: 55px auto 8px;
}
.circle.big .content.top > img {
	max-width: 200px;
}
.circle. .bigger {
	font-size: 25px;
	font-weight: bold;
}
.circle.big .content.text {
	border-top: 2px solid grey;
	color: #FFFFFF;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 12px;
	position: relative;
	top: 0;
	width: 230px;
}
.circle.big .title {
	font-size: 18px;
	overflow: hidden;
}
.circle.big .content.text p {
	line-height: 1.3em;
}
.circle.small {
	background-color: #FFFFFF;
	border-radius: 50% 50% 50% 50%;
	color: #000000;
	font-size: 12px;
	height: 135px;
	left: 50%;
	margin-left: -187px;
	position: absolute;
	text-align: center;
	top: 153px;
	white-space: normal;
	width: 135px;
	z-index: 3;
	behavior: url("http://www.iveco.com/common/Style Library/XSL Style Sheets/Iveco/pie.htc");
}
a.circle.small {
	cursor: pointer;
}
.circle.small .content {
	color: #999999;
	font-family: 'GillSansBold', Arial, sans-serif;
	height: 90px;
	margin: 30px auto;
	overflow: hidden;
	width: 120px;
}
.circle.small .title {
	font-family: 'GillSansBold', Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 15px;
	display: block;
	height: 30px;
	width: 120px;
	overflow: hidden;
}
.circle.small .circle-arrow {
	margin: 10px auto;
}

/**************** CONTACT PAGE *****************/

.box-promo {
	height: 90%;
	right: 50%;
	margin-right:-493px;
	position: absolute;
	padding-top: 2%;
	top: 0;
	width: 225px;
	z-index: 3;
	color: #FFFFFF;
	font-size: 12px;
	white-space: normal;
	background-color: transparent;
	font-size: 12px;
	padding-left: 10px;
}
.box-promo .title, .box-promo h3, .box-promo h4, .box-promo span, .box-promo h2 {
	padding-bottom: 30px;
}
.mainContainer .box-promo .title {
	font-size: 20px;
	text-transform: uppercase;
}
.mainContainer .box-promo h3 {
	font-size: 17px;
}
.mainContainer .box-promo h4 {
	font-size: 12px;
	text-transform: uppercase;
}
.mainContainer .box-promo span {
	display: block;
}
.mainContainer .box-promo .price {
	font-size: 27px;
}
.mainContainer .box-promo a.box-link {
    background-image: url("../images/sprite_iveco.png");
	background-repeat: no-repeat;
    background-position: right -688px;
    color: #FFFFFF;
    padding-right: 50px;
	max-width: 95%;
}