@charset "utf-8";

/*

 AUTORUN ADDON [Last Update] 26.11.2012 [cms2day]
 
 Autor: Matthias Müller <http://www.cms2day.de>
 Copyright (c) 2012

*/

#freshcleanSlider {

	width: 950px;
	height: 324px;
	position: relative;
	margin: 0px;
	padding: 0px;

}

ol.bjqs-markers {

	display: none;

}

ul.bjqs {

	position: relative;
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
	display: none;

}

li.bjqs-slide {
	
	position: absolute;
	display: none;
	margin: 0px !important;
	padding: 0px !important;
	
}

p.bjqs-caption {
	
	color: #fff;
	font: normal 16px Arial;
	line-height: 33px;
	height: 35px;
	position: absolute;
	padding: 0px 13px;
	bottom: 20px;
	left: 20px;
	background: url('overlay.png');

}

ul.bjqs-controls {
	
	width: 950px;
	height: 35px;
	position: absolute;
	bottom: 20px;
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 10;
	
}

ul.bjqs-controls.v-centered li a {

	width: 35px;
	height: 35px;
	position: absolute;
	display: block;
	padding: 0px;
	text-decoration: none;
	text-indent: -99999px;

}

ul.bjqs-controls.v-centered li.bjqs-next a {
	
	background: url('next.png') no-repeat;
	right: 20px !important;
	top: 0px !important;
	
}

ul.bjqs-controls.v-centered li.bjqs-next a:hover {
	
	background: url('next.hover.png') no-repeat;
	
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
	
	background: url('prev.png') no-repeat;
	right: 56px;
	top: 0px !important;
	
}

ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
	
	background: url('prev.hover.png') no-repeat;
	
}