.tabbed_content {
	width: 640px;
	height: 310px;
	position: relative;
}

.tabs {
	position: absolute;
  right: 8px;
  bottom: 24px;
  z-index:150;
}

.tabs .moving_bg {
	padding: 2px;
	background: transparent ;
	position: relative;
	width: 48px;
	z-index: 210;
	left: 0;
	padding-bottom: 8px;
	margin-left: 8px;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 2px;
	margin-left: 8px;
	width: 32px;
	color: #ffffff;
	background-color: #d40028;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabs .tab_item:hover {
	background-color: #790d16;
}

.tabbed_content .slide_content {
	overflow: hidden;
  position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 310px;
	padding: 0;
	z-index: 12;
	background-color: #d40028;
  background-position: 0 0;
}

.tabslider {
	width: 3200px;
}

.tabslider ul {
	margin: 0;
	padding: 0;
	left: 0;
	height: 310px;
	list-style: none;
}

.tabslider ul a {
	color: #000;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #790d16;
}

.tabslider ul li {
	width: 640px;
	height: 310px;
  display: block;
  float: left;
  position: relative;
}

.tabslider ul li img { position: absolute; z-index: 24; top: 0; left: 0;}

.tabslider ul li .accroche {
 	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
	min-height: 48px;
  background: #fff;
 	border-top: 1px solid #d40028;
 	padding: 8px;
 	z-index: 48;
  }

.tabslider ul li .accroche .titre, .tabslider ul li .accroche .intro {
  padding-left: 8px;
}

.tabslider ul li .accroche .titre {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.2em;
}

.tabslider ul li .accroche .intro {
  padding-bottom: 4px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.5em;
 	color: #790d16;
 	width: 50%
 	}


