.colorizer.row {
	height: 400px;
	padding: 0;
	margin-top: -16px;
}

.colorizer > .slideshow-mask > .bottom-tape {
	bottom: 70px;
	margin: 0 auto;
	text-align: right;
	width: 960px;
}

.colorizer > .slideshow-mask > .bottom-tape > div > span {
	margin: 0 10px;
	position: relative;
}

.colorizer > .slideshow-mask > .bottom-tape span.arrows {
	position: absolute;
	height: 16px;
	margin-top: -9px;
	width: 50%;
}

.colorizer > .slideshow-mask > .bottom-tape span.a-left {
	left: -20px;
}

.colorizer > .slideshow-mask > .bottom-tape span.a-right {
	right: -20px;
}

.colorizer > .slideshow-mask > .bottom-tape span.a-right:after {
	left:auto;
	right:0;
}

.colorizer > .row {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

.colorizer .big-img,
.colorizer .description {
	position: relative;
	overflow: hidden;
}

.colorizer .description {
	margin-bottom: 30px;
	padding-top: 25px;
	height: 295px; /* slideshow height - (height+padding) di .console */
}

.colorizer .big-img {
	height:350px;
	background-image: url("/Resources/img/loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

.colorizer .console .arrows,
.colorizer .console {
	height: 36px;
}
.colorizer .console .arrows {
	cursor: pointer;
}
.colorizer .console {
	background-color: rgba(255, 255, 255, 0.7);
	/*	bottom: 0;
	display: block; */
	padding: 7px 0;
}

.colorizer .console .block {
	text-align:center;
	vertical-align: middle;
}

.colorizer .console .slideshow-content {
	line-height: 36px;
}

.colorizer .console .slideshow-content > div > div {
	float: left;
	/* 	position: relative; */
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0 1px;
}

.colorizer .console .elemContainer {
	overflow:visible;
	padding: 5px 1px 0;
}

.colorizer .console .slideshow-content a {
	display:block;
	width: 17px;
	height: 24px;
	position:relative;
	border: 1px solid #DDDDDD;
}

.colorizer .console .slideshow-content a.selected {
	width: 23px;
	margin-top: -5px;
	height: 36px;
	/*transition: width 0.3s;
	-webkit-transition: width 0.3s;*/
}

.colorizer .console img {
	width:100%;
	height:100%;
}


.colorizer .console a.selected > img {
	height: 36px;
	left: 0;
	position: absolute;
}

.colorizer .big-img img {
	width:100%;
}