/*********************** SCROLLERS ***********************/
.root 	{
		position:relative;
		height:	200px;
		width:280px;
		margin:	0px 0px 8px 0.5em;	
		float:left;
		}
.root p {
		margin:10px 10px 5px 10px;
		}
.thumb 	{
		position:absolute;
		width:15px;
		left:10px;
		top:2px;
		}
.up, .dn{
		position:absolute;
		left:10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:0px;
		}
.scrollContainer 
		{ 
			position:absolute; 
		}
.scrollContent 
		{ 
		position:absolute; 
		width:100px; 
		}
		
		
.rootinner
 		{
		position:relative;
		width:100px;
		margin:	0px 0px 0px 0px;	
		float:left;
		}

.rootmyclip
 		{
		position:relative;
		width:400px;
		margin:	10px 0px 0px 0px;	
		float:left;
		
		}

.dataContainer
{
	height:285px;
	float:right;
}

.purple
{
	color:gray;	
	font-weight:normal;
	font-family:Lucida Grande ,Trebuchet MS , Helvetica, Arial;
	font-size:11px;
}
.Comment
{
	color:Black;
	font-size:12px;
}

