/* container for slides */

/* single slide */
.slides {
	padding-top:0;
	margin-left:9px;
	margin-bottom:0;
	background:#FFFFFF;
	position:relative;	
	height:235px;
	width:471px;
	float:left;	
	cursor:pointer;
}

/* single slide */
.slides div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:235px;
	font-size:12px;
}

/* header */
.slides h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:9px;
	background-color:#231716;
	width:471px;
	height:58px;
}

.slidetabs2 {
	float:left;
	margin-left:9px;
	background-color:#231716;
	width:398px;
	height:58px;
}

/* single tab */
.slidetabs2 a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url("/plugins/auto/magusine-portage2.2/themes/themae/img/navigator.png") 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs2 a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs2 a.current {
	background-position:0 -16px;     
} 	

/* prev and next buttons */
.forward, .backward {
	float:left;
	display:block;
	width:32px;
	height:58px;
	cursor:pointer;
}

/* prev */
.backward { 
background:url("/plugins/auto/magusine-portage2.2/themes/themae/img/slide-gauche.jpg") no-repeat;
}

/* next */
.forward { 
background:url("/plugins/auto/magusine-portage2.2/themes/themae/img/slide-droit.jpg") no-repeat;
}


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

.left{
	float:left;
	padding-left:3px;
	font-family:"Cabin","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	padding-top:8px;
}

.right{
	float:right;
}
