 /* VERSION FONT (font plus petite cause titres longs : */
 /* --> #rokslide-toolbar li { peut etre mis a normal au lieu de bold  */
 /* --> #rokslide-toolbar li { padding: 0 10px; au lieu de padding: 0 15px;  */
 
 /* --> et ajout le 07-02-2008 dans les 2 versions dans #rokslide-toolbar li { font-size: 13px;  */
 /* --> et ajout le 07-02-2008 dans les 2 versions de  h1.tab-title {font-size: 13px;}   */
 /* --> h1.tab-title reste controlle aussi par dw_fontSizerDX.set  */

#rokslide { visibility: hidden;}

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* The toolbar for the content box */

h1.tab-title {font-size: 13px;}

ul#rokslide-toolbar {
	float: left;
	text-align: center;
	list-style: none;
	margin: -1px 0 0 0;
	padding: 0;
	clear: both;
	padding-left: 20px;
}


#rokslide-toolbar li {
	float: left;
	height: 33px;
	line-height: 33px;
	display: block;
	cursor: pointer;
	list-style: none;
	padding: 0 11px;
	font-weight: bold;
	font-size: 13px;
}
	
#frame {
	position: relative;
	margin-top: 10px;
	overflow: hidden;
	z-index: 1;
	background: none;
}
	
#frame div.button {
	position: absolute;
	width: 36px;
	height: 36px;
	cursor: pointer;
	overflow: hidden;
	top: 40%;
}

#frame div.button#left {
	left: 10px;
}

#frame div.button#right {
	right: 0px;
}

#frame div.button#left:hover, #frame div.button#left.hover,
#frame div.button#right:hover, #frame div.button#right.hover{
	background-position: 0 -36px;
}

#scroller {
	margin: 0 auto;
	overflow: hidden;
	background: none;
}

.tab-pane {
	margin: 0 20px;
	float: left;
	overflow: hidden;
	visibility: visible;
}
