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 auto 0 auto;
	padding: 0;
	clear: both;
}


#rokslide-toolbar li {
	float: left;
	background: none;
	height: 30px;
	line-height: 30px;
	display: block;
	cursor: pointer;
	list-style: none;
	padding: 0 12px;
	margin-left: 0px;
	font-weight: bold;
	text-transform: capitalize;
	font-size:13px;
}
	
h1.tab-title {
    text-transform:capitalize;
	color: #FFFFFF;
	}
		
#frame {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
	
#frame div.button {
	position: absolute;
	width: 31px;
	height: 31px;
	cursor: pointer;
	overflow: hidden;
	top: 40%;
}

#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:  -30px;
}

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


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