#mod_slideshow_selectorthumbs {
	position:relative;
	top:-35px;
	clear:both;
}

#mod_slideshow_selectorthumbs ul li {
	float:left;
	border:1px solid #333;
	background-color:#ddd !important;
	text-align:center;
	width:104px;
}

#mod_slideshow_selectorthumbs ul li a div {
	width:100px;
	padding:2px;
}

#mod_slideshow_selectorthumbs ul li a img {
	float:left;
	width:102px;
	height:75px;
	border:1px solid white;
}


.preload {
	background:url('../images/loading.gif') center center no-repeat;
}

.tip {
	background-color:white;
	padding:2px 4px 2px 4px;
	border:1px solid #ccc;
}