/*
 * jQuery Nivo Slider v2.7.1
 *
 */
 
 
/* The Nivo Slider styles */
.nivoSlider { position:relative;}
.nivoSlider img { position:absolute; top:0px; left:0px;}
/* 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;}
/* The slices and boxes in the Slider */
.nivo-slice { display:block; position:absolute; z-index:5; height:100%;}
.nivo-box { display:block; position:absolute; z-index:5;}
/* Caption styles */
.nivo-caption { position:absolute; left:0px; bottom:0;color:#000; width:100%; z-index:8;}
.nivo-caption p { padding:0 10px; margin:0;background:#dce5ec;height:25px;position:absolute;top:0; width: 280px;overflow:hidden; filter:alpha(opacity=100);opacity:1;-moz-opacity:1;
	 overflow:hidden;text-overflow:ellipsis; white-space:nowrap; font:11px/25px Tahoma}
.nivo-caption a { font:bold 12px/25px 'Microsoft Yahei'; color:#000}
.nivo-html-caption {  display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position:absolute; top:45%; z-index:9; cursor:pointer;}
.nivo-prevNav { left:0px;}
.nivo-nextNav { right:0px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a { position:relative; z-index:9; cursor:pointer;}
.nivo-controlNav a.active { font-weight:bold;}


#slider {
	position:relative;
	width:400px;
	height:200px;
	background-image: url(../Images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#slider img { position:absolute; top:0px; left:0px; display:none;}
#slider a { border:0; display:block; text-decoration:none}

.nivo-controlNav { position:absolute; right:0px; top:181px; z-index:100;}
.nivo-controlNav a {color:#FFF; border-style: none; border-color: inherit; border-width: 0; display:block; width:18px; height:18px; text-align:center;line-height:18px;
	background-color:rgba(0, 0, 0, .8); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF000000, endcolorstr=#BF000000);
	 text-indent:1px; margin-right:1px; float:left;}
.nivo-controlNav a.active {background-color:rgba(255, 20, 0, .8); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BFFF1400, endcolorstr=#BFFF1400); }

.nivo-directionNav a { border-style: none; border-color: inherit; border-width: 0; display:block; width:30px; height:30px; background:url('../Images/arrows.png') no-repeat; text-indent:2px; _background:url('../Images/arrows2.png') no-repeat; }
a.nivo-nextNav { background-position:-30px 0; right:15px;}
a.nivo-prevNav { left:15px;}

.nivo-caption { text-shadow:none; font-family: Helvetica, Arial, sans-serif;}
.nivo-caption a {  color:#efe9d1; text-decoration:underline;}
