/*********************** SCROLLERS ***********************/
#root0		{
	position:relative;
	width:			249px;
	background: url(/newzealand/img/scrollBG.gif) right 0 repeat-y; 
	height: 335px;
	margin: 0px;
	padding: 0px;
}
#root1 		{
	position:relative;
	width:			355px;
	background: url(/newzealand/img/scrollBG.gif) right 0 repeat-y;	
	height: 165px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thumb 		{
	position:			absolute;
	height:			25px;
	width:			9px;
	background-color: #c7c7c7;
	cursor: pointer;
		}
.up, .dn 	{
	position:			absolute;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:			absolute;
	width:			249px;
	height:			335px;
	overflow:			auto;
	left: 0px;
	top: 0px;
		}
.scrollContent {
	position:			absolute;
	width:			229px;
	text-align: justify;
		}
#scroll1Container {
	left:0px;
	height: 165px;
	width: 352px;
}
#scroll1Content{
	width: 330px;
}

