.scrollable {
	background: black;
	position: absolute;
	overflow: hidden;
	width: 61px;
	height:418px;
	border:none;
	top: 182px;
	left: 158px;
	/*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	*/
}

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

.scrollable img {
	float:left;
	margin:0;
	background-color:silver;
	cursor:pointer;
	width:60px;
	height:42px;
/*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
*/
}

.scrollable .active {
    opacity:1;
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
