.loading {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:100000;
 background:url(../image/loading.gif) no-repeat center center #fff;
}


#slider {
 width: 1100px;
 height: 306px;
 position:relative;
 background:#fff url('../image/loading1.gif') no-repeat 50% 50%;
}

#slider img {
 position:absolute;
 top:0px;
 left:0px;
 display:none;
}

#slider a {
 border:0;
 display:block;
}

#slider .nivo-controlNav {
 position:absolute;
 left:31%;
 bottom:-34px;
 margin-left:-40px; 
}

a.nivo-control {
 float: left;
 color: black;
 text-indent:-9999px;
 background: url("../image/bullet.png");
 display: block;
 width: 12px;
 height: 12px;
 margin-right: 5px;
}

div.line1 {
 background: url("../image/line1.png");
 float: left;
 width: 185px;
 height: 12px;
}

div.line2 {
 background: url("../image/line2.png");
 float: left;
 width: 185px;
 height: 12px;
}

a.nivo-control:hover, a.active {
 background: url("../image/bullet_active.png");
}

#slider .nivo-directionNav a {
 display:block;
 width:30px;
 height:30px;
 text-indent:-9999px;
 border:0;
}

#slider a.nivo-nextNav {
 width: 35px;
 height: 35px;
 background: url('../image/arrowRight.png');
 right:10px;
}

#slider a.nivo-prevNav {
 width: 35px;
 height: 35px;
 background: url('../image/arrowLeft.png');
 left:10px;
}

#shadow {
 width: 1100px;
 height: 49px;  
 background: url('../image/shadow.png');
 margin-top: -27px;
 margin-bottom: 30px;
}



 

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.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;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption {
	position:absolute;
	left:0px;
	top:20px;
	z-index:8;
}
.nivo-caption p p{
 padding:5px;
 margin:0;
 font-family: RomeralRegular;
 font-size: 21px;
 letter-spacing: 0.7px;
 color: #fff;
 line-height: 25px;
 padding: 10px;
 background: #395896;
}
.nivo-caption div {
 font-family: Arial, sans-serif;
 font-size: 13px;
 width:230px;
 padding: 10px;
 color: #fff;
 background: #395896; 
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}