
/* outmost wrapper element, containing all elements  */
#scrollable {
	width:880px !important;
	float: left;
	height: 78px;
}
#colaboradores {
	padding:5px 5px 0 18px;
	height:96px;
	float: left;
	width: 880px;
	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: 800px !important;
	margin-top: 0 !important;
	margin-right: 10px;
}
*+html div.items {
	margin-top: 0px !important;
}
div.items a {
	float:left;
	margin-right:8px;
	text-decoration:none;
	text-align:center;
	vertical-align: middle;
	padding: 0 8px;
}
/* next / prev buttons */
a.prev {
	padding-right: 10px;
}
a.next {
	padding-right: 10px;
}
a.prev, a.next {
	background:url(../img/puntizq.jpg) no-repeat 0 0;
	width:17px;
	height:40px;
	float:left;	
	margin: 0 0 0 0 !important;
	margin: 0 0 0 0;
	cursor:pointer;
}

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

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

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


/* 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;     
} 	
