

.slider{width:1000px; height:550px; overflow:hidden;}
.slider_inner{width:8000px; height:550px; position:relative; left:0px;}
.slider_inner img{margin:0px; padding:0px; vertical-align:top; vertical-align:top; font-size:1px; line-height:0; }

.system_title{height:72px; padding-top:28px; float:left;}
#ctr_blt{float:left; width:190px; padding-top:50px; padding-left:340px;}
#ctr_blt  ul{list-style:none; height:11px; width:264px;}
#ctr_blt  ul li{display:block; float:left; width:11px; height:10px; padding-left:22px;}
.clearfix:after{content: "."; display:block; height: 0; clear: both; visibility: hidden;}


#play,#stop{cursor:pointer; position:relative; top:-620px; left:910px;}





/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:1000px;
	height:550px;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;

	}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;

}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;

	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;

	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	margin-top:-280px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	text-indent:-9999px;
	left:-80px;
	width:31px; height:61px;
	background:url(img/ctrsl_left.gif);
}
.nivo-nextNav {
	right:-80px;
	text-indent:-9999px;
	width:31px; height:61px;
	background:url(img/ctrsl_right.gif);
	}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
position:relative;
top:-595px;
left:770px;
width:180px;
	}
.nivo-controlNav a {
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
	background:url(img/baletoff.gif); width:11px; height:11px;
	margin-left:10px;
}
.nivo-controlNav a.active {
	text-indent:-9999px;
	background:url(img/baleton.gif); width:11px; height:11px;
	margin-left:10px;
	}