/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			200px;
	width:			500px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: left;
		}
.root p 	{
	width: 200px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
		}
#root0 .teal {
	font-weight: bold;
	color: #009899;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}

.root img {
	margin-right: 2px;
	position: relative;
	display: inline;
	clear: left;
	left: 2px;
}


.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border:			0;
		}
.scrollContainer {
	position:		relative;
	left:			2px;
	top:			30px;
	width:			500px;
	overflow:		auto;
		}
.scrollContent {
	position: relative;
	left: 0px;
	width: 500px;
	float: left;
	}
#leftColumn {
	float: left;
	width: 200px !important;
	display:block;
	margin-right: 10px;
}
#rightColumn {
	float: left;
	width: 200px !important;
	display:block;
	

}
