#thumbsPlayer{
	height:250px;
	border: 1px color;
	margin-top: 18px;
	margin-right: 18px;
}
/* root element for scrollable */
.vertical {
	/* required settings */
	position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */	
	height: 240px;
	width: 310px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:50;
	
}

/* root element for scrollable items */
.items {
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;
	margin: 0px;
	width: 310px;
}

/* single scrollable item */
.items div {
	/*background-image:url(../images/bg_conteudo.gif);*/
	background-color:#e3f1fc;
	font-size:10px;
	height:60px;
	margin-bottom:20px;
	margin-top:5px;
	width:310px;
	display:block;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:5px;
	height:60px;
	width:100px;
}

.items h3 {
	font-size:12px;
	color:#333;
	height: 10px;
}
.items h3 a{
	font-size:12px;
	color:#333;
	text-decoration:none;
}
.items h3 a:hover{
	font-size:12px;
	color:#666;
	text-decoration:none;
}
.items p{
	font-size:12px;
	color:#666;
	margin-bottom: 5px;
}
.items a{
	display:block;
	font-size:11px;
}
.items a:hover{
	display:block;
	color:#666;
}
.assistaLink{
	width:45px;
	height:15px;
	float:right;
	color: #036;
	margin-top: 10px;
	margin-right: 0px;
}
.assistaLink a{
	text-decoration:none;
	color: #3380C4;
}

.assistaLink a:hover{
	text-decoration:none;
}
/* the action buttons above the scrollable */
#actions {
	width:310px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 0px;
	padding: 0 3px;
}

#actions a {
	font-size:12px;
	cursor:pointer;
	color:#0080AE;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
	margin-right:10px;
}	

.scrollable vertical{
	width:310px;
	height:275px;
}

