/* WooSlider
--------
Author: Foxinni.com
Version: 1.0.0 (beta)
---------
*/
.wooslider {
	position: relative;
	width: 595px;
}

.slider-container {
	position: relative;
	height: 270px;
	width: 595px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #fff;
	background: #000;
}

.slider-container .slide {
	position: absolute;
	top: 0px;
	left: 595px;
	z-index: 1;
	height: 270px;
	width: 595px;
	overflow: hidden;
	background: #000;
}

.slider-container .slide-1 {
	display: block;
	left: 0px;
	top: 0px;
}

.slider-container .slide a {
	display: block;
}

.slider-container .slide img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.slider-container .slide-content {
	position: absolute;
	top: 270px;
	left: 0;
	height: 700px;
	width: 575px;
	background: #000;
	padding: 10px 10px 0 10px;
	z-index: 999;
}

.slider-nav .slider-left,.slider-nav .slider-right {
	position: absolute;
	cursor: pointer;
	height: 150px;
	width: 120px;
	z-index: 999;
	display: block;
	color: white;
}

.slider-nav .slider-left {
	left: 0;
	top: 0;
	background: url('images/fleche1.png') no-repeat center bottom;
}

.slider-nav .slider-right {
	right: 0;
	top: 0;
	background: url('images/fleche2.png') no-repeat center bottom;
}

.slider-shelf {
	z-index: 999;
	background: #000;
	position: absolute;
	top: 0;
	width: 595px;
	overflow: visible;
}

.slider-container span.clicker {
	z-index: 999;
	background: #000;
	position: absolute;
	top: 250px;
	width: 595px;
	font-size: 11px;
	display: block;
	padding: 2px 10px;
	cursor: pointer;
}

.slider-container span.theabosavingeuro {
	z-index: 999;
	position: absolute;
	top: 160px;
	right: 135px;
	width: auto;
	font-size: 35px;
	font-weight: bold;
	color: #ddd;
	display: block;
	padding: 2px 10px;
	cursor: pointer;
}

.slider-container span.theaboprice {
	z-index: 999;
	background: #fff;
	position: absolute;
	top: 75px;
	left: 220px;
	width: auto;
	font-size: 25px;
	font-weight: bold;
	color: #ddd;
	display: block;
	padding: 2px 10px;
	cursor: pointer;
}

.slider-container span.theaboplace {
	z-index: 999;
	position: absolute;
	top: 48px;
	left: 425px;
	width: auto;
	font-size: 25px;
	font-weight: bold;
	color: #ddd;
	display: block;
	padding: 2px 10px;
	cursor: pointer;
}

.slider-container span.theaboduration {
	z-index: 999;
	position: absolute;
	top: 48px;
	left: 60px;
	width: auto;
	font-size: 25px;
	font-weight: bold;
	color: #ddd;
	display: block;
	padding: 2px 10px;
	cursor: pointer;
}

.slider-container span.theaboinfo {
	z-index: 999;
	background: #fff;
	position: absolute;
	top: 15px;
	left: 60px;
	width: auto;
	font-size: 25px;
	font-weight: bold;
	color: #ddd;
	display: block;
	padding: 2px 10px;
	cursor: pointer;
}

.slider-container span.theabosavingpercent {
	z-index: 999;
	position: absolute;
	top: 163px;
	right: 400px;
	width: auto;
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 2px 10px;
	cursor: pointer;
}

.slider-container span.overviewtitle-short {
	z-index: 999;
	background: #ddd;
	position: absolute;
	top: 100px;
	left: 400px;
	width: auto;
	font-size: 80px;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 2px 20px;
	cursor: pointer;
}

.slider-shelf-content {
	z-index: 9999;
	position: absolute;
	top: 0;
	width: 595px;
}

.slider-shelf-content img {
	border: 1px solid #fff;
	margin: 10px 0 0 10px;
	cursor: pointer;
}

.slider-pag {
	float: none;
	position: relative;
	display: block
}

.slider-pag span {
	float: left;
	margin: 10px;
	display: block;
	background: red;
	background: url() center center no-repeat;
	position: relative;
	cursor: pointer;
}

.slider-pag .thumbnail {
	display: none;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	position: absolute;
	top: 25px;
	right: 20px;
	z-index: 999;
}

.slider-pag span .thumbnail {
	display: inline;
	position: static;
}

.shelf-title {
	padding: 10px 10px;
	font-size: 0.8em
}

/* IE */
* html .slider-nav .slider-right {
	background: url('images/fleche2.gif') no-repeat center bottom;
}

* html .slider-nav .slider-left {
	background: url('images/fleche1.gif') no-repeat center bottom;
}

*+html .slider-nav .slider-right {
	background: url('images/fleche2.gif') no-repeat center bottom;
}

*+html .slider-nav .slider-left {
	background: url('images/fleche1.gif') no-repeat center bottom;
}
