#ImgLayer{position:relative;}
#ImgLayer .mask{position:absolute;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:white;}

#thumbnailPanel{display:inline-block;}
.content{
	overflow: auto;
	position: relative;
	padding: 0px;
	background: #333;
	margin: 0px;
	width: 95%;
	height: auto;
}
.content li{ margin: 0px; }
.content li a{
	display: block;
	margin:5px 5px 5px 0px;
	/*border: 5px solid rgba(255,255,255,.1);*/
}
#gallery_01{
	padding: 0px;
	background-color: transparent;
	width:100% ;/*500px*/
	overflow:hidden; /*20190830: height:105px;*/
}
#gallery_01 .mTSButtonIcon{ fill: #aaa; }
#gallery_01 .mTSButton .mTSButtonIcon{ opacity: .5; }
#gallery_01 .mTSButton:hover .mTSButtonIcon{ opacity: 1; }

#productZoomW_0{border:0px;}
/*set a border on the images to prevent shifting*/ 
#gallery_01 img{border:1px solid #ccc;width:100px;} 
#gallery_01 img:hover{
	filter:alpha(opacity=30);
    opacity:0.3;
    -moz-opacity:0.3;
}
/*Change the active colour*/ 
.r-img.active img{border:1px solid #333 !important;
} 