/** Slideshow **/
.xi-slideshow-wrapper .slideshow-cms-block {display: none;}

/* The Nivo Slider styles */
.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}
.nivoSlider .nivo-caption img {position:relative;display:block;}

/* 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:1;display:none;}

/* The slices and boxes in the Slider */
.nivo-slice {display:block;position:absolute; height:100%;}
.nivo-box {display:block;position:absolute;z-index:5;}

/* Caption styles */
.nivo-caption {background:none;color:#000;max-width:100%;max-height:100%;z-index:8;}
.nivo-caption p {display: none;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}

/* Caption position */
.nivo-caption div.top_left {position:absolute;top:0px;left:0px;}
.nivo-caption div.top_right {position:absolute;top:0px;right:0px;}
.nivo-caption div.bottom_left {position:absolute;bottom:0px;left:0px;}
.nivo-caption div.bottom_right {position:absolute;bottom:0px;right:0px;}

/* 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;}

/* Skin */
.nivoSlider {position:relative;background:#fff url(../images/xi/widgets/loading.gif) no-repeat 50% 50%; }
.nivoSlider img {position:absolute;top:0px;left:0px;display:none;}
.nivoSlider a {border:0;display:block;}
.nivo-controlNav {position:absolute;right:0;bottom:-35px; display: none;}
.nivo-controlNav a {display:block;width:22px;height:22px;background:url(../images/xi/widgets/bullets.png) no-repeat;text-indent:-9999px;border:0;margin-right:3px;float:left;}
.nivo-controlNav a:hover {background-position:0 -40px;}
.nivo-controlNav a.active {background-position:0 -20px;}
.nivo-directionNav a {display:block;width:13px;height:25px;background:url(../images/xi/widgets/arrows.png) no-repeat;text-indent:-9999px;border:0;opacity: 0.7;}
.nivo-directionNav a:hover {opacity: 1;}
a.nivo-nextNav {background-position:-21px 0;right: -20px;}
a.nivo-prevNav {left: -20px;}
.nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.nivo-caption a {color:#fff;border-bottom:1px dotted #fff;}
.nivo-caption a:hover {color:#fff;}