.scrollable {
	background:#fff url(./img/h300.png) repeat-x 0px 100px;
	position:relative;
	overflow:hidden;
	width: 300px;
	height:200px;
	border:2px solid #ddd;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float: left;
	margin-bottom: 15px;
}

.scrollable .items {
	height:20000em;
	position:absolute;
	clear:both;
	width: 20000em;
}


div.contentblock {
padding: 0 15px;
margin: 10px 0;
height: 180px;
width: 266px;
}
  
div.items div.active { 
    background-color:#fff; 
}
