#slides {
  position: relative;
  width:100%;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}


/*
	AJOUT PORSCHE CLUB
*/
.content-slider {
	min-width: 100%;
	max-width: 1600px;
	height: 500px;
	margin: 0 auto;
	width:100%;
}
.slider-text {
	font-size: 30px;
	display: inline-block;
	letter-spacing: -1px;
}
.slider-text h1:before {
	content: "> ";
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 58px;
	font-weight: bold;
	color: #cc0000;
}
@media screen and (max-width: 1020px) {
.slider-text h1:before {
	font-size: 38px;
}
}
.slider-text h1 {
	font-size: 48px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 59px;
}
@media screen and (max-width: 1020px) {
.slider-text h1 {
	font-size: 28px;
	line-height: 29px;
}
}
.slider-text h2 {
	font-size: 30px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	padding-left: 32px;
	line-height: 32px;
	font-weight: normal;
}
@media screen and (max-width: 1020px) {
.slider-text h2 {
	font-size: 18px;
	line-height: 20px;
}
}
.slider-text-left {
	margin-left: 40px;
	margin-top: 40px;
}
.slider-text-top {
	margin-left: 60%;
	margin-top: 40px;
	width: 40%;
}
.slider-text-bottom {
	margin-left: 40px;
	margin-top: 350px;
}
.slider-text-right {
	margin-left: 60%;
	margin-top: 350px;
}
.blanc {
	color: #fff;
}
.noir {
	color: #000;
}