/* root element for single scroll */
.scroll {
	position:relative;
	overflow:hidden;
	width: 365px;
	height: 282px;
	float:left;background:#000000;
}
.scroll img {	
	width: 335px;
}
/* root element for the scroll pics */
.scroll .pics {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scroll item */
.pics img {
	float:left;
	cursor:pointer;
	width:365px;
	margin:0px;
}

/* possible settings for the active scroll */
.scroll.active {
border:2px dotted #ff0000;

}
