	.scroll {
		position:relative;
		overflow:hidden;
		width: 620px;
		height: 413px;
		float:left;
	}
	
	/* root element for the scroll pics */
	.scroll .pics {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scroll item */
	.pics div {
		float:left;
		cursor:pointer;
		width:400px !important;
		height:300px;
		margin:0px;
	}
	
	/* possible settings for the active scroll */
	.scroll.active {
	
	}
	
	#tourContainer
	{
		margin: 20px 0 0 20px;
	}
	
	.pics img
	{
		cursor: pointer;
	}
	
	.clickable
	{
		cursor: pointer;
	}
