#rokslide {
	visibility: hidden;
}

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
ul#rokslide-toolbar {
	float: left;
	text-align: center;
	list-style: none;
	margin: 10px 2px 0 0px;
	padding: 0;
	clear: both;
	border-bottom: 1px solid #333333;
	text-align: center;
}
#rokslide-toolbar li {
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin: 0 1px 0 4px;
	font-weight: normal;
	float: left;

	display: block;
	cursor: pointer;
	list-style: none;
	padding: 0 10px;

	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #5B5B5B;
}
#rokslide-toolbar li.active {
	height: 28px;
	margin-bottom: -8px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	border-top: 1px #333333 solid;
	border-bottom: 0px;

}
#rokslide-toolbar li.current {
	height: 28px;
	margin-bottom: -8px;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	border-bottom: 0px;
}
div#frame {
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-bottom: 10px;
	margin-bottom: 3px;
}
div#frame div.button {
	display: none;
}
#scroller {
	padding: 5px;
	overflow: hidden;
	background: none;
	background: none;
}
.tab-pane {
margin: 0px;
	vertical-align: middle;
	padding: 10px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
	visibility: visible;
}