hr {
	clear: both;
	height: 0;
	border: 0;
	display: none;
}

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


#rokslide-toolbar li {

	float: left;
	height: 28px;
	line-height: 28px;
	display: block;
	cursor: pointer;
	list-style: none;
	/*By default is 0 15px protects from repeating the image*/
	padding: -1 15px;
	margin-left: 10px;
	font-weight: bold;
	width: 131px;
}
	
div#frame {
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
	
div#frame div.button {
	position: absolute;
	width: 15px;
	height: 15px;
	cursor: pointer;
	overflow: hidden;
	top: 40%;
}

div#frame div.button#left {
	left: 12px;
	border-style: none; 
}

div#frame div.button#right {
    right: 12px;
	border-style: none;
}

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 0px;
}

#scroller {
/*Tells start of the content inside the slider border*/
	margin: 10px auto;
/*Where content inside goes; changed it again left to none to center the content*/	
    float:none;
	overflow: hidden;
}

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


