@charset "utf-8";
/* CSS Document */

.scrollable{
	width:inherit;
	height:220px;
	position:relative;
	overflow:hidden;}
		
	.scrollable .items {
		width:1000em;
		position:absolute;
		clear:both;} 
			
		.scrollable .items div{
			width:610px;
			height:220px;
			position:relative;
			float:left;}
			
	a.browse{cursor:pointer;}
	a.disabled{visibility:hidden; !important}
		
	div#scroll-links{margin-top:20px;}
			
		div#link-previous{
			width:120px;
			margin-left:15px;
			float:left;}
			
		div#link-next{
			width:120px;
			text-align:right;
			margin-right:15px;
			float:right;}