#galer{
width:370px;
margin:0 auto;
}


#galerimg{
float:left;
width:250px;
height:190px;
line-height:190px;
text-align:center;
}
#galerimage{
vertical-align:middle;
text-align:center;
margin:0 auto;
}

.thumbimg{
cursor:pointer;
vertical-align:middle;
text-align:center;
}

.thumdiv{
width:90px;
height:75px;
line-height:75px;
text-align:center;
}

/*********************** SCROLLERS ***********************/
.root 		{
float:right;
		position:relative;
		height:			200px;
		width:			100px;
		margin: 			0px 10px 8px 0px;		
		}

.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:			absolute; 
		left:			2px; 
		top:			19px; 
		width:			90px; 
		height:			200px; 
		
		overflow:			auto; 
		background:		transparent;
    
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			90px;

		}
