/* jqVehicleScroller */
#vehicleScroller{
	margin-top:10px;
}
.vs-button-start, .vs-button-stop, .vs-button-scrollLeft, .vs-button-scrollRight {
	display:block;
	float:left;
	background:url(button-sprites.png) no-repeat -19px -24px;
}
.vs-button-start {
	width:24px;
	height:24px;
	background-position:-24px 0;
	margin-right:20px;
	margin-top:3px;
}
.vs-button-stop {
	width:24px;
	height:24px;
	background-position:0 0;
	margin-right:5px;
	margin-top:3px;
}
.vs-button-scrollLeft {
	width:26px;
	height:31px;
	background-position:-48px 0;
}
.vs-button-scrollLeft:hover {
	width:26px;
	height:31px;
	background-position:-48px -31px;
}
.vs-button-scrollRight {
	width:25px;
	height:31px;
	background-position:-74px 0;
}
.vs-button-scrollRight:hover {
	width:25px;
	height:31px;
	background-position:-74px -31px;
}

a.vs-box {
	float:left;
	position:relative;
	color:inherit;
	text-decoration:none;
	overflow: hidden;
	border-radius: 6px;
	border: 3px solid #32bdf2;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}
.vs-infos {
	display:block;
	background:#fff;
	background:rgba(255,255,255,0.925);
	overflow:hidden;
}
.vs-infos span {
	position:relative;
	display:block;
	padding:10px;
}
.vs-infos h2 {
	white-space:nowrap;
	width:140px;
	text-overflow:ellipsis;
	overflow:hidden;
}
.vs-infos b {
	display:block;
	color:#000;
}
.vs-switch {
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	width:19px;
	height:19px;
	background:url(button-sprites.png) no-repeat -19px -24px;
	cursor:pointer;
}
.vs-switch.vs-active {
	background-position:0 -24px;
}



/*Vertical Orientation top offer slider*/

.jscarousal-vertical
{
	width: 180px;
	height: 676px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 20px;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-size: 34px;
}

.jscarousal-vertical-back
{
	background-image: url(up_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
}

.jscarousal-vertical-forward
{
	background:URL(down_arrow2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px;
}

.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 180px;
	height: 633px;
}

.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}

.jscarousal-contents-vertical > div > div
{
	width: 180px;
	height: 200px;
}

.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}

.jscarousal-contents-vertical img
{
	width: 180px;
	height: 135px;
	margin-bottom:3px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border:1px solid white;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
}

.hidden
{
	display: none;
}

.visible
{
	display: block;
}

.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}

.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}

.thumbnail-text
{
	color: {$mdx.vtmFarbe};
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 0px 2px 2px 0px;
	line-height:14px;
	width:100%!important;
	
}

.thumbnail-text a {
	color:white;
}

