.tx_cabagsvslider {
	background-color: #e3edf3;
	height: 307px;
	width: 700px;
	position: relative;
	margin: 20px 0 20px 0;
}

.tx_cabagsvslider .slides {
	background-color: #e3edf3;
	width: 133px;
	height: 277px;
	padding: 10px;
	float: left;
	overflow: hidden;
	position: relative;
}

.tx_cabagsvslider .slideElement {
	position: absolute;
}

.tx_cabagsvslider .view {
	background-color: #333;
	width: 547px;
	height: 307px;
	float: left;
	
}

.tx_cabagsvslider .downButton {
	background: url('/typo3conf/ext/cabag_vslider/Resources/Public/Icons/downButton.png') no-repeat;;
	width: 36px;
	height: 35px;	
	position: absolute;
	left: 58px;
	bottom: -20px;
}

.tx_cabagsvslider .upButton {
	background: url('/typo3conf/ext/cabag_vslider/Resources/Public/Icons/upButton.png') no-repeat;;
	width: 36px;
	height: 35px;
	position: absolute;
	left: 58px;
	top: -20px;
}

.jp-play, .jp-pause {
	height: 38px !important;
}

.tx-cabagmultislider-slidercontainer .historyslider-previous,
.tx-cabagmultislider-slidercontainer .historyslider-next {
	height: 50px;
	width: 50px;
	top: 235px;
	position: absolute;
	z-index: 100;
}

.tx-cabagmultislider-slidercontainer .historyslider-next {
	background: url('/typo3conf/ext/steiner_historyslider/Resources/Public/Icons/arrow_r.png') center center no-repeat !important;
	right: 40%;
}

.tx-cabagmultislider-slidercontainer .historyslider-previous {
	background: url('/typo3conf/ext/steiner_historyslider/Resources/Public/Icons/arrow_l.png') center center no-repeat !important;
	left: 40%;
}

.historyslider-pager .bullet {
	background: url('/typo3conf/ext/steiner_historyslider/Resources/Public/Icons/bullet_g.png') center center no-repeat !important;
	height: 20px;
	width: 20px;
	display: inline-block;
}

.historyslider-pager .bullet.current {
	background: url('/typo3conf/ext/steiner_historyslider/Resources/Public/Icons/bullet_b.png') center center no-repeat !important;
}

.historyslider-pager {
	position: absolute;
	top: 250px;
	width: 100%;
	text-align: center;
}

.tx-cabagmultislider-single-sliderbox .element img {
    width: 100%;
    height: auto;
}