/* outmost wrapper element, containing all elements  */
#scrollable {
	width:735px !important;
	float: left;
	height: 78px;
}
#colaboradores {
	background: #2A5C8F;
	padding:24px 22px 0 18px;
	height:136px;
	float: right;
	width: 735px;
	overflow-y: hidden;
}
#colaboradores h1 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-left: 25px;
}
/* container for the scrollable items */
/* single item */
div.items {
	height: 68px;
	float: left;
	width: 680px !important;
	margin-top: 0 !important;
	margin-top: 10px;
	margin-right: 10px;
}
*+html div.items {
	margin-top: 0px !important;
}
div.items a {
	float:left;
	margin-right:8px;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	line-height: 80px;
	vertical-align: middle;
	padding: 0 8px;
}
/* next / prev buttons */
a.prev {
	padding-right: 10px;
}
a.prev, a.next {
	background:url(../images/flecha_izquierda.gif) no-repeat 0 0;
	width:17px;
	height:26px;
	float:left;	
	margin: 20px 0 0 0 !important;
	margin: 8px 0 0 0;
	cursor:pointer;
}

a.next {
	background: url(../images/flecha_derecha.gif) no-repeat 0 0;
	margin-top: -45px;
	float: right;
	margin-left: 200px;
	margin-right: 18px;
}

a.prev:hover {
	background-position:0 -26px;		
}

a.next:hover {
	background-position:0 -26px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/img/playlist/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

