body {
	/*overflow: hidden;*/
}
#page {
	min-width: 1210px;	
}
.liquid {
	/*background-color:#e4e6e9;*/
	padding: 0px 10px 0px 10px;
	margin: 4px auto 0 auto;
	height:105px;
	/*overflow:hidden;*/
	display: block;
	position:relative;
}

#caruselPrev {
	position: absolute;
	top:31px;
	left:0px;
	/*width:40px;*/
	/*height:36px;*/
	padding:7px 15px 7px 13px;
	cursor: pointer;
	color:#FFFFFF;
	text-align: center;
	border-radius: 0 4px 4px 0;
	background: rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.2),1px 0px 3px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.2),1px 0px 3px 3px rgba(0,0,0,0.2) inset;
	-webkit-user-select:none;
	user-select:none;
	letter-spacing: -6px;
}

#caruselNext {
	position: absolute;
	top:31px;
	right:0px;
	/*width:40px;*/
	/*height:36px;*/
	padding:7px 13px 7px 15px;
	cursor: pointer;
	color:#FFFFFF;
	text-align: center;
	border-radius: 4px 0 0 4px;
	background: rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.2),1px 0px 3px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.2),1px 0px 3px 3px rgba(0,0,0,0.2) inset;
	-webkit-user-select:none;
	user-select:none;
}

#caruselNext:hover, #caruselPrev:hover {
	background: rgba(0,0,0,0.6);
}

#Carusel {
	position:absolute; 
	left: 5px; 
	right:0px; 
	height:100%; 
	/*border:1px solid #000;*/
	/*overflow: hidden; */
	/*overflow-x: scroll; */
	box-sizing:border-box;
}

#caruselStage {
	width:100%; 
	height:100%; 
	overflow:hidden
}

#caruselBar {
	overflow: hidden;
}

#liquidCaruselClose {
	position:absolute; 
	top:0px; 
	right:0px;
	user-select: none;
	transform: scale(0.9); transition: transform 0.2s, opacity 0.2s;
	opacity: 0.7
}
#liquidCaruselClose:hover {
	transform: scale(1); opacity: 1;
}

#liquidCaruselClose img {
	user-select: none;
}

#liquidCaruselOpen {
	position:absolute; 
	top:-7px; 
	left:0px; 
	display:none
}


#scrollbarTrack {
	position: absolute;
	left: 0px; 
	right:0px; 
	bottom: 0px;
	height: 5px;
	background: #ccc;
	border-radius: 5px;
}

#scrollbarThumb {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 5px;
	width:30%;
	background: #333;
	border-radius: 5px;
}

#Carusel a:-webkit-any-link {
	text-decoration: none;
}

.THUMBS-carousel {
	display: block;
	float: left;
	width: 150px;
	font-size: 11px;
	color: #939494;
	background-color: #f0f2f3;
	text-align: center;
	height: 95px;
	margin-right: 10px;
	/*margin-left: 5px;*/
	border: 1px solid #b4b4b5;
	/*margin-bottom: 7px;*/
	text-decoration: none;
	white-space: normal;
	overflow: hidden;
}

.THUMBS-carousel:last-child {
	margin-right: 0px;
}

.THUMBS-carousel:hover {
	border: 1px solid #666;
	color: #87431F;
	text-decoration: underline;
}

.THUMBS-carousel img {
	text-align: center;
	display: block;
	margin: 5px;
	margin-bottom: 3px;
	padding: 0;
	float: none;
	color: #939494;
	max-width: 160px;
	max-height: 60px;
	text-decoration: none;
	border: 0px solid #999999;
}

.THUMBS-carousel div {
	margin: 5px auto 3px auto;
	width:140px;  
	background-position: center;
	background-repeat: no-repeat; 
	height:57px;
	border: 0px solid #999999;
}
.THUMBS-carousel span {
	text-align: center;
	display: block;
	color: #939494;
	margin: 0 10px 0 10px;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
}