@CHARSET "UTF-8";

.scrollable {
	position: relative;
	overflow: hidden;
	width:100%;
	height: 100%;
}

#events {
	position: absolute;
	width:20000em; 
	clear: both;
}
			
#events .events-page {
	float: left;
	width: 274px;
	height: 185px;
}

#events-browse {
	position: absolute;
	right: 10px;
	top: 9px;
}
	
a.browse {
	background: url('../img/hori_large.png') no-repeat;
	display: inline;
	width: 33px;
	height: 27px;
	float: left;
	cursor: pointer;
	font-size: 1px;
}

a.right { 
	background-position: 0 -27px; 
	clear:right; 
	margin-right: 0px;
}

a.right:hover { 
	background-position:-33px -27px; 
}

a.right:active { 
	background-position:-66px -27px; 
} 

a.left { 
	margin-left: 0px;
}

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

a.left:active { 
	background-position:-66px 0; 
}

a.disabled {
	visibility:hidden !important;		
}