hr {
	clear: both;
	height: 0;
	border: 0;
	display: none;
}
/* The toolbar for the content box */
#rokslide-wrapper del {
	text-decoration: none;
	clear: both;
}
ul#rokslide-toolbar {
	display: table;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	white-space: nowrap;
    background-color:#da2421;
/*    background-image:url(../pictures/bg_menu.jpg);*/
    background-image:url(../images/images_i/BlockHeader_2.jpg);
    background-repeat:repeat-x;
    background-position:right top;
}


#rokslide-toolbar li {
	display: table-cell;
	height: 28px;
	line-height: 28px;
	text-align: center;
/*	border:1px solid #000000;*/
	width:110px;
	float:left;

}


#rokslide-toolbar li:hover
  {
   background: #da2421;
   background-image:url(../pictures/bg_menu_btn_left_2.jpg);
   background-repeat:repeat-x;
   background-position:right top; 
  }
  

#rokslide-toolbar span {
	cursor: pointer;
	display: block;
	width: auto;
	text-decoration: none;
	color:#FFFFFF;
}
div#frame {
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
div#frame div.button {
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	top: 40%;
}
div#frame div.button#left {
	left: 10px;
}
div#frame div.button#right {
	right: 10px;
}
div#frame div.button#left:hover,div#frame div.button#left.hover,
div#frame div.button#right:hover,div#frame div.button#right.hover {
	background-position: 0 -50px;
}
#scroller {
	margin: 0 auto;
	overflow: hidden;
}
#moduleslide .tab-pane {
	overflow: hidden;
	float: left;
}
