.scroll {
		position:relative;
		overflow:hidden;
		width: 222px;
		height: 167px;
		margin:0 auto;
	}
	
	/* root element for the scroll pics */
	.scroll .pics {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scroll item */
	.pics div {
		float:left;
		cursor:pointer;
		width:222px !important;
		height:167px;
		margin:0px;
	}
	
	/* possible settings for the active scroll */
	.scroll.active {
	
	}
	
.scroll_banner {
		position:relative;
		overflow:hidden;
		width: 263px;
		height: 106px;
		float:left;
	}
	
	/* root element for the scroll pics */
	.scroll_banner .pics_banner {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scroll item */
	.pics_banner div {
		float:left;
		cursor:pointer;
		width:263px !important;
		height:106px;
		margin:0px;
	}
	
	/* possible settings for the active scroll */
	.scroll.active {
	
	}	