.scrollable {
	position:relative;
	overflow:hidden;
	width: 200px;
	height:260px;
}

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

#misc .page { 
    width:200px; 
    float:left; 
} 
#misc .page h4 { 
	margin: 0;
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1.8em;
	font-style: normal;
} 
#misc .page p { 
	color: #FFFF00;
	margin: 0 0 .6em 0;
	font-size: 1.2em;
} 
.scrollable img {
	background-color:#fff;
	padding:2px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

