#slidepanel { position: relative; width: 100%; /*height: 380px;*/ overflow: hidden; margin: 0 0 30px; }
.slide { position: absolute; left: 0px; top: 100%; width: 100%; overflow: hidden; cursor: pointer;}
.slide img {width: 100%;}
.slidelabel { position: absolute; width: 100%; height: 101%; left: 0px; top: 0px; cursor: pointer; background-image: url(../images/slideback.png); background-position: left bottom; background-repeat: no-repeat;}
.slidelabel-content { position: absolute; left: 3%; bottom: 9%; }

.slidelabel-content h2,
.slidelabel-content h2 a { color: #666666; font-size: 20px; font-weight: bold; margin-bottom: 0px; text-decoration: none; }
.slidelabel-content p { font-size: 16px; margin-top: 0px; font-weight: normal; color: #666666; }

#slideThumblist { position: absolute; right: 10px; bottom: 10px; z-index: 1000; }
.slideThumb { position: relative; float: left; margin: 5px; cursor: pointer; /*border: solid 1px #ffffff;*/ width: 20px; height: 20px; border-radius: 10px;}

@media (max-width: 1000px) {
	#slideThumblist { right: 20px; }
	}
