/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/**/
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */

/*重点*/
/*http://www.helloweba.com/view-blog-119.html*/

/* 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:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index: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;
	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;
}

/*default*/
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
#nivoslider img{width:260px;height:146px;}
.nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom:-5px;
	right:0;
}
.nivo-controlNav a {
	display:block;
	height:20px;
	border:0;
	float:left;
	width:65px;
	background: url(http://www.cyzone.cn/statics/css/cyzonev1/ver2/images/focus_line.gif) repeat-y scroll left top transparent;
	text-align:center;
	color:#484848;
	 background-color:#fff;
}
.nivo-controlNav a.active {
    background: url(http://www.cyzone.cn/statics/css/cyzonev1/ver2/images/focus_on.gif) no-repeat scroll left top transparent;
    bottom: 4px;
    color: #484848;
    height: 24px;
    position: relative;
    text-align: center;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
    font-size:14px;
}
.nivo-caption a:hover {
    color:#fff;
}
/*修改*/
.nivo-caption {
    background: #f3f7f7;
    bottom: -54px;
    color: #4c4c4c;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 8;
	padding:1px 0;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;}
.nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
}

.nivo-caption a{ color:#4c4c4c; text-decoration:none;}
.nivo-caption a:hover{ color:#4c4c4c; text-decoration: underline;}

.slider-wrapper{ width:260px;height:200px;}