/* ----------------- Hacks ------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#multiImageThumbs {
	position:relative;
	width:250px;
	overflow:auto; 
	height:100px; 
	white-space:nowrap;
	padding:2px 5px 0 5px;
	border:1px double #AAAAAA;
}

#multiImageThumbs span {margin:5px;}
#multiImageThumbs img {height:75px;}
#multiImageMain {margin:50px 10px 50px 10; text-align:left;line-height:1.2;}
#multiImageMain div {text-align:left;font-size:9px;color:#AAAAAA}
.multiImageMainHidden_image {border:0;display:none;}
