#barraUrl{
	width:450px;
	height:33px;
	background-image:url(../images/btn/barra_url.gif);
	background-repeat:no-repeat;
	float:left;
	padding-left:10px;
	padding-top:2px;
	color:#063;
}
#barraUrl input{
	width:405px;
	height:17px;
	margin-left:10px;
}
.try{
	width:570px;
	font-style:normal;
	font-family:Arial;
	font-size:14px;
	margin-left:35px;
	margin-top:20px;
}

.try h3 {
	width:110px;
	height:33px;
	margin: 0;
	cursor:pointer;
	margin-left:460px;
	background-image:url(../images/btn/btn_MaisVideosAtiv.gif);
	background-repeat:no-repeat;
}
.try h3:hover {
	background-image:url(../images/btn/btn_MaisVideos.gif);
	background-repeat:no-repeat;

}
.try h3:active {
	background-image:url(../images/btn/btn_MaisVideosAtiv.gif);
	background-repeat:no-repeat;

}

.interno{
	width:570px;
	height:320px;
	margin: 10px 0;
	clear:both;
}
#contBaixo{
	width:570px;
	height:500px;
	background-color:#FC0;
}
/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 320px;	 
	width: 570px;
	font-family:Verdana, Geneva, sans-serif;
}

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

/* single scrollable item */
.items div {
	font-size:14px;
	height:75px;
	width:285px;
	float:left;
	margin:15px 0;
}
.items div:hover {
	background-color:#eaeee6;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:3px;
	height:75px;
	width:130px;
	border:none;
}
.items a{
	font-size:12px;
	color:#333;
	text-decoration:none;
}
.items a:hover{
	font-size:12px;
	color:#666;
	text-decoration:none;
}
.items p{
	margin-bottom:10px;
	margin-top:0;
	font-size:12px;
	color:#066;
}
.items p a{
	color:#066;
}
.assistaLink{
	width:60px;
	height:15px;
	position:absolute;
}
/* the action buttons above the scrollable */
#actions {
	width:570px;
	height:24px;
	display:block;
	margin-bottom:15px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#eaeee6;
}

#actions a {
	font-size:14px;		
	cursor:pointer;
	color:#336;
}

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

.disabled {
	visibility:hidden;		
}

.nextPage {
	width:285px;
	height:24px;
	float:right;
	background-image:url(../images/btn/maisVideos_inatv.gif);
}	
.nextPage:hover{
	width:285px;
	height:24px;
	float:right;
	background-image:url(../images/btn/maisVideos_atv.gif);
}
.prevPage {
	width:285px;
	height:24px;
	float:left;
	background-image:url(../images/btn/voltar_inatv.gif);
}	
.prevPage:hover{
	width:285px;
	height:24px;
	float:left;
	background-image:url(../images/btn/voltar_atv.gif);
}
.scrollable vertical{
	width:315px;
	height:302px;
}
