.multislideshow-ico-first { background: url("../images/multislideshow/ico/first.png") no-repeat center center; }
.multislideshow-ico-prev { background: url("../images/multislideshow/ico/arrow-left.gif") no-repeat center center; }
.multislideshow-ico-next { background: url("../images/multislideshow/ico/arrow-right.gif") no-repeat center center; }
.multislideshow-ico-last { background: url("../images/multislideshow/ico/last.png") no-repeat center center; }

.multislideshow-main { margin: 5px 0; position:relative;overflow:visible;}
.multislideshow-scroller { overflow: hidden; margin: 0; padding: 0; clear: both;position:relative;z-index:0; }
.multislideshow-content { width: 25000px;position:relative;z-index:0;overflow:visible; }
.slide { float: left; background-color: #FFF; position:relative;position:relative;overflow:visible;z-index:-1;}
.mss-clear { clear: both; }

a.mmslinkover { text-decoration: none; color: #000; position:relative;overflow:visible;z-index:100;}

/* GRAPH */
.multislideshow-menu-graph .multislideshow-ico { width: 10px; height: 16px; padding: 0; }
.multislideshow-menu-graph { margin: 5px 0; float: left; height: 16px; }
.multislideshow-menu-graph a { display: block; float: left; text-align: center; line-height: 16px; text-decoration: none; color: #000000; font-weight: bold;}
.multislideshow-menu-graph a.tab { padding: 0; width: 18px; height: 16px;  }
.multislideshow-menu-graph a.mss-graph {
	background: url("../images/multislideshow/ico/bullet.gif") no-repeat center center;
}
.multislideshow-menu-graph a.selected {
	background: url("../images/multislideshow/ico/bullet-check.gif") no-repeat center center;
	color: #CC0000;
}

/* NUMBER */
.multislideshow-menu-number .multislideshow-ico { width: 10px; height: 20px; padding: 0; }
.multislideshow-menu-number { margin: 5px 0; float: left; height: 20px; }
.multislideshow-menu-number-bottom {position:absolute;}
.multislideshow-menu-number a { display: block; float: left; text-align: center; line-height: 20px; text-decoration: none; color: #000000; font-weight: bold;}
.multislideshow-menu-number a.tab { padding: 0; width: 22px; height: 20px;  }
.multislideshow-menu-number a, .multislideshow-menu-number-bottom a {width:31px;height:32px;float:left;text-align:center;font-weight:bold;font-size:18px;color:#fff;}
.multislideshow-menu-number a.mss-number, .multislideshow-menu-number-bottom a.mss-number {background: url("../images/multislideshow/ico/slideshow1.png") no-repeat center center;}
.multislideshow-menu-number a.selected, .multislideshow-menu-number-bottom a.selected {background: url("../images/multislideshow/ico/slideshow2.png") no-repeat center center;}


/* TAB TOP */
.multislideshow-scroller-tab .multislideshow-margin { margin: 5px; }

.multislideshow-menu-tab { margin-bottom: 4px; float: left; height: 22px;}
.multislideshow-menu-tab .multislideshow-ico-prev,
.multislideshow-menu-tab .multislideshow-ico-next { display: none; }
.multislideshow-menu-tab a { color: #000; font-weight: bold; text-decoration: none; }
.multislideshow-menu-tab a.mss-tab { width: auto; padding: 5px 10px 5px 10px; border: 1px solid #CCD8E3; margin-right: 2px; background: #FAFAFA none; line-height: 28px;}
.multislideshow-menu-tab a.mss-tab-last { margin-right: 0; }
.multislideshow-menu-tab a.selected { color: #CC0000; border-bottom-color: #FFF; background-color: #FFF; }
.multislideshow-scroller-tab { border: 1px solid #CCD8E3; }

/* TAB BOTTOM */
.multislideshow-scroller-tab-bottom .multislideshow-margin { margin: 5px; }
.multislideshow-menu-tab-bottom { float: left; height: 22px; margin: -1px 0 0 0; *margin: -2px 0 0 0; }
.multislideshow-menu-tab-bottom .multislideshow-ico-prev,
.multislideshow-menu-tab-bottom .multislideshow-ico-next { display: none; }
.multislideshow-menu-tab-bottom a { color: #000; font-weight: bold; text-decoration: none; }
.multislideshow-menu-tab-bottom a.mss-tab { background: #FAFAFA none; width: auto; padding: 5px 10px 5px 10px; border: 1px solid #CCD8E3; margin-right: 2px; line-height: 28px; }
.multislideshow-menu-tab-bottom a.mss-tab-last { margin-right: 0; }
.multislideshow-menu-tab-bottom a.selected { color: #CC0000; border-top-color: #FFF; background-color: #FFF; }
.multislideshow-scroller-tab-bottom { border: 1px solid #CCD8E3; }

/* MSS Lightbox */
#msslightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:600px;
	height:400px;
	margin:-220px 0 0 -300px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#msslightbox[id]{ position:fixed; }
#mssoverlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#mssoverlay[id]{ position:fixed; }
#msslightbox.done #mmsLoading{ display:none; }
#msslightbox.done #mmsContent{ display:block; padding: 10px; overflow: auto; float: left; height: 380px; width: 600px; }
#msslightbox.mssloading #mmsContent{ display:none; }
#msslightbox.mmsloading #mmsLoading{ display:block; }
#msslightbox #mmsLoading{ background: url("../images/multislideshow/loading.gif") no-repeat center center; width:600px; height:400px; }
#mmslightbox.done img{ width:100%; height:100%; }
.content-bg {z-index:-1;}
