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

/* The toolbar for the content box */
	#rokslide-wrapper del {
		clear			: both;
		text-decoration		: none;
	}

	ul#rokslide-toolbar {
		display			: table;
		list-style-type		: none;
		margin			: 0 auto;
		padding			: 0;
		white-space		: nowrap;
	}

	#rokslide-toolbar li {
		display			: table-cell;
		height			: 38px;
		line-height		: 34px;
		text-align		: center;
	}

	#rokslide-toolbar span {
		cursor			: pointer;
		display			: block;
		height			: 38px;
		text-decoration		: none;
		width			: auto;
	}

	div#frame {
		clear			: both;
		overflow		: hidden;
		position		: relative;
		z-index			: 1;
	}

	div#frame div.button {
		cursor			: pointer;
		height			: 50px;
		overflow		: hidden;
		position		: absolute;
		top			: 40%;
		width			: 50px;
	}

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

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

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

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

	#moduleslide .tab-pane {
		float			: left;
		overflow		: hidden;
	}

