/* root element for scrollable */
.vertical {  
	position:relative;
	overflow:hidden;	
	height: 381px;	 
	width: 180px;
	border-top:1px solid #999;

	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:300px;		
	margin: 0px;

}

/* single scrollable item */
.items div {



	height:120px;
	width:100%;
	padding:0px;
	overflow:hidden;

}



/* the action buttons above the scrollable */
#actions {
	width:180px;
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	


#titleNews {
font-size:13px; font-weight:bold;
color:#3e7dc6;
}
#titleDate {
font-size:11px; font-weight:normal;
color:#666666;
}
#titleURL {
color:#666;
}

.news #title {
color:#696969;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
