#rokslide { visibility: hidden;}

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

/* The toolbar for the content box */

/* MODS BY HAK background*/
ul#rokslide-toolbar {
	float: left;
	text-align: center;
	list-style: none;
	margin: -1px 0 0 0;
	padding: 0;
	clear: both;
	padding-left: 10px;
}

/*MODS BY HAK HEIGHT !33 */
#rokslide-toolbar li {
	float: left;
	height: 25px;
	min-width:80px;
	line-height:25px;
	display: block;
	cursor: pointer;
	list-style: none;
	padding: 0 15px;
	text-align:center;
	color:white;
	text-decoration:underline;
		}

	
#frame {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background:url(../images/peliculas.png);
	background-color:black;

}

#frame span.actu {
margin:10px;
padding:10px;

}


	
#frame div.button {
	position: absolute;
	width: 36px;
	height: 36px;
	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 -36px;
	color:white;
}

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

		
	
}

.tab-pane {
	margin: 0 15px;
	float: left;
	overflow: hidden;
	visibility: visible;
	background:url(../images/peliculas.jpg);

}

ul#rokslide-toolbar a { 
/*	background: url(../images/headers/silver/header-over.png) 0 0 repeat-x; */
color:#fff;
}



