/*********************** SCROLLERS MENU ***********************/

img{	
	border:none;
}

.root {
	position:relative;
	height:	385px;
	width:600px;
	margin:10px 0px 0;
	/*background-color:#99CCCC;*/
}

.root p {
	margin:10px 10px 5px 10px;
}

.root p.fin{
	margin-bottom:0;
}

.root p.inicio{
	margin-top:0;
	padding-top:0!important;
}
		
.thumb {
	position:absolute;
	height:9px;
	width:15px;
	left:10px;
}

.up, .dn {
	position:absolute;
	left:10px;
}


.up, .thumb{
	margin:5px 0 0 568px !important;
	left:0 !important;
}

.dn{
	top:0 !important;
	left:0 !important;
	margin:359px 0 0 568px !important;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border:0;
}

.scrollContainer { 
	position:absolute; 
	left:0px!important; 
	top:19px; 
	width:560px !important; 
	height:376px !important; 
	clip:rect(0,467,200,0); 
	overflow:hidden; 
	font-size:16px; 
}

.scroll0Content{
	width:560px !important;
	overflow:hidden;
}

#scroll0Container div{
	width:560px !important;
}



