div.playButton:hover {
	opacity:1.0;		
}

/* items */
div.scrollable {
	margin-left:-30px;		
}

div.items {
	height:280px;		
	float:left;
	width:470px;
	background-color:#fff;
	border:1px solid #ddd;
	margin-top: 15px;	
}
	
div.items div {
	width:470px;	
}

div.scrollable div {		
	float:left;
}

div.scrollable h2 {
	margin-top:15px;		
}

div.scrollable p {
	color:#444;
	font-size:11px;
	margin-right:15px;
}

/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin-top:130px;
}

a.prev {
	background:url(http://programa-im.llobu.net/css/imagenes/button-left.gif);
	margin-right:10px;
}

a.prev:hover {
	background:url(http://programa-im.llobu.net/css/imagenes/button-left-over.gif);		
}

a.next {
	background:url(http://programa-im.llobu.net/css/imagenes/button-right.gif);
	margin-left:10px;
}

a.next:hover {
	background:url(http://programa-im.llobu.net/css/imagenes/button-right-over.gif);		
}


/* tabs */ 
ul.navi { 
	margin:20px 0 0 0 ;
	padding:0px;
	height:1.45em;
	position:relative;
	top:10px;
	left:39px;
	width:470px; 
}

ul.navi li {
	padding-left:4px;
	float:left;
	margin:0;
	list-style-type:none;
}

ul.navi a {
	border-bottom:1px solid #D2D2D2;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:13px;
}

ul.navi li.active a, ul.navi a:hover {
	font-weight: bold;
	background-position:100% -150px;
	border-bottom:1px solid #fff;
}

ul.navi li.active {
	background-position:0 -150px;
}