/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		display:block;
		z-index:200;
		left: 0px;
		top:-3px;
		height:			1140px;
		width:			1185px;
		}
.root p	{
		margin-left:2px;
		margin-top:5px;
font-family:Georgia, "Times New Roman", Times, serif; color:#3E220D; font-size:12px;
		}
.root li {font-family:Georgia, "Times New Roman", Times, serif; color:#3E220D; font-size:12px;
}
.root a {font-family:Georgia, "Times New Roman", Times, serif; color:#3E220D; font-size:12px;
}

.left {
		top: 200px;
		left: -53px;
		float:left; 
		display:inline;
		z-index:200;
		position: absolute;
		}

.right 	{
		top: 200px;
		left: 707px;
		position: absolute;
		float:left;
		display:inline;
		z-index:200;
		}
		
.left a, .left a img, .right a, .right a img, .thumb a , .thumb a img {
		border:			0;
		}
.scrollContainer { 
		position:			relative; 
		left:			0px; 
		top:			200px; 
		width:			800px; 
		height:			140px; 
		/*clip:			rect(0 195 140 0); */
		border: 2px solid black;
z-index:100;
background: lightGrey;
		}
.scrollContent { 
		position:		absolute; 
display:inline;
		left:			0px; 
		top:			500px; 
		width:			185px; 
overflow:hidden;
z-index:100;

		}


