.ict_supershow_wrap{
	padding:0;
	margin: 0;
}
/********************** (.ict_supershow_wrap .supershowSlider) added z-index: 0; to be eable to show toppanel on top of images ***********************/
.ict_supershow_wrap .supershowSlider { width:100%; position:relative; height: 100%; z-index: 0; }
.ict_supershow_wrap .supershowSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.ict_supershow_wrap .supershow-caption h2{
	padding: 0;
	font-family: Tahoma;
	font-size: 100%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: #EFEFEF;
}
.ict_supershow_wrap .supershow-caption h2 a{
	color:#FFFFFF !important;
    font-weight: bold;
    line-height: 20px;
}
.ict_supershow_wrap .supershow-caption .supershow_des_wrap{
	padding: 0;
	font-size: 100%;
	margin: 2px 5px;
	color: #eee;
}
/* If an image is wrapped in a link */
.ict_supershow_wrap .supershowSlider a.supershow-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.ict_supershow_wrap .supershow-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.ict_supershow_wrap .supershow-caption { position:absolute; color:#fff; font-size: 150%; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89; }
.ict_supershow_wrap .supershow-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.ict_supershow_wrap .supershow-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.ict_supershow_wrap .supershow-directionNav .supershow-prevNav {
	left:15px;
	background:url(../images/ict_supershow/arrows.png) no-repeat;
	height:30px;
	width:30px;
	text-indent:-9999px;
}
.ict_supershow_wrap .supershow-nextNav {
	right:15px;
	height:30px;
	width:30px;
	text-indent:-9999px;
	background:url(../images/ict_supershow/arrows.png) -30px 0 no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.ict_supershow_wrap .supershow-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	float:left;
	height:11px;
	width:14px;
	margin:0 2px;
	display:block;
	text-indent:-9999px;
	background-color:#666666
}
.ict_supershow_wrap .supershow-controlNav { position: absolute; z-index: 999; padding: 10px; background-color: #1f1f1f; bottom: 10px; }
.ict_supershow_wrap .supershow-controlNav  a.active {
	font-weight:bold;
	background-color:#333333
}