/*
 * jQuery Nivo Slider v2.4
 * 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
 */
 
 
/* The Nivo Slider styles */
.slider-wrapper              { width:400px; height:300px; overflow:hidden; *position:relative;}
.nivoSlider                  { position:relative; background:url(images/loading.gif) no-repeat center;}
.nivoSlider img              { position:absolute; top:0px; left:0px; width:400px; height:300px;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink { display:none; position:absolute; top:0px; left:0px; width:100%; height:100%; margin:0; padding:0; border:0;z-index:60;}
/* The slices in the Slider */
.nivo-slice                  { display:block; position:absolute; height:100%; z-index:50;}
/* Caption styles */
.nivo-caption                { position:absolute; left:0px; bottom:0px; background:#000; color:#fff; opacity:0.8; /* Overridden by captionOpacity setting */width:100%; height:40px; line-height:40px; z-index:89; font-family:"Microsoft YaHei"; font-size:16px;}
.nivo-caption p              { width:310px; margin:0 80px 0 10px; padding:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.nivo-caption a              { display:inline !important;}
.nivo-html-caption           { display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a         { display:block; position:absolute; top:40%; background:url(images/arrows.png) no-repeat; width:35px; height:45px; border:0; z-index:99; cursor:pointer; opacity:0.4; text-indent:-9999px;}
.nivo-directionNav a:hover   { opacity:1;}
a.nivo-nextNav               { background-position:-35px 0;right:0;}
a.nivo-prevNav               { background-position:0 0;left:0;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav             { position:absolute; bottom:15px; right:10px; padding:0; z-index:100; text-align:right; font-size:0;}
.nivo-controlNav a           { display:inline-block; background:url(images/bullets.png) no-repeat; width:10px; height:10px; margin-right:5px; cursor:pointer;text-indent:-9999px;}
.nivo-controlNav a.active    { background-position:0 -10px;}




