/* Seeming: most outer wrapper width, change the bg color here */
#divscreen {
	width: 950px;
	height: 439px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #000000;
}

/*-- where to menu --*/
#whereto {
	top: 180px;
	width: 950px;
	position: absolute;
	margin-left: 0px;
	z-index: 10;
}


/*##############################################################*/
/* wrapper for scrolling divs */ 
#scrollwrapper {
	overflow: hidden; 
	height: 100%; 
	width: 100%; 
	position: relative;
	z-index: 1;
}
 
#scrollinnerwrapper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}
/* CLASS TO ADD if div scrollable */
.scrolling-content {
	width: 0px;
	height: 0px;
	position: absolute;
}
/* DIV BOTTOM LEFT */ 
#bottomleftwrapper {
	left: 0px; 
	top: 0px;
	width: 2674px;
	height: 439px;
	background:url(../image/pano/panorama_taburhill.jpg) repeat-x;
}
/* DIV BOTTOM RIGHT */
/* Seeming: adjust the left value here */
#bottomrightwrapper {
	left:1128px; 
	top: 0px;
	width: 2674px;
	height: 439px;
}