hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
}

/* The toolbar for the content box */
ul#rokslide-toolbar { float: left; text-align: center; list-style: none; margin: 2px auto 0; padding: 0; clear: both; }


#rokslide-toolbar li { background: transparent; height: 38px; line-height: 38px; display: block; cursor: pointer; list-style: none; padding: 0 15px; margin-left: 3px; font-weight: bold; float: left; }
	
#frame { position: relative; overflow: hidden; z-index: 1; border: solid 1px #8b8200; }
	
#frame div.button {
	position: absolute;
	width: 31px;
	height: 31px;
	cursor: pointer;
	overflow: hidden;
	top: 40%;
}

#frame div.button#left {
	left: 10px;
}

#frame div.button#right {
	right: 10px;
}

#frame div.button#left:hover, #frame div.button#left.hover,
#frame div.button#right:hover, #frame div.button#right.hover{
	background-position: 0 -30px;
}

#scroller {
	margin: 0 auto;
	overflow: hidden;
}

.tab-pane {
	margin: 0 20px;
	float: left;
	overflow: hidden;
}

