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: 0 0 -5px 0;
	padding: 10px 0 0 0;
	clear: both;
}


#rokslide-toolbar li {
	float: left;
	background: none;
	height: 38px;
	line-height: 38px;
	display: block;
	cursor: pointer;
	list-style: none;
	padding: 0 25px;
	margin-left: 3px;
	font-weight: bold;
}
	
#frame {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
	
#frame div.button {
	position: absolute;
	width: 33px;
	height: 200px;
	cursor: pointer;
	overflow: hidden;
	top: 0%;
}

#frame div.button#left {
	left: 0px;
}

#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 -30px;
}*/

#scroller {
	
	margin-left: -5px;
	padding-right: 540px;
	overflow: hidden;
}

.tab-pane {
	margin: 0px 500px 0px 0px;
	float: left;
	/*overflow: hidden;*/
}
