/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Unite CMS Additions */
.nivo-slider-wrapper{direction:ltr;text-align:left;}
.nivo-controlNav,
.nivo-directionNav,
.nivo-prevNav,
.nivo-nextNav{overflow:hidden;}
.nivoSlider {position:relative;width:100%;height:auto;overflow: hidden;}
.nivoSlider img {position:absolute;top:0px;left:0px;max-width: none;}
.nivo-main-image {display: block !important;position: relative !important;width: 100% !important;}
.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;background:white; 
filter:alpha(opacity=0);opacity:0;}
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box {display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img { display:block; }
.nivo-caption {position:absolute;left:0px;bottom:0px;background:#E6EAE2;color:#fff;width:555px;z-index:8;padding: 0px 10px;overflow: hidden;display: none;
-moz-opacity: 0.8;filter:alpha(opacity=8);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.nivo-caption p{padding:0px;margin:0;color:#363636;text-transform:uppercase;font-weight:bold;font-size:12px;position:relative;line-height:38px; /*bottom:-3px;*/}
.nivo-caption a {display:inline !important;background-color:#A51C30;right:0px;font-style:italic;font-weight:bold;bottom:0;right:0px;position: absolute;line-height:34px;height:38px;padding:0 10px;line-height:38px !important;}


.nivo_desc_20{position: absolute;/*background:#E6EAE2;*/    background: transparent;padding:0px 0px;}
.nivo_desc_20 .othe_data{width:46%; float:left;background:#E6EAE2;margin-right:0px;padding: 5px 10px;box-sizing:border-box;position: relative;}
/*.nivo_desc_20 .othe_data:first-child{width:46%;}*/
.nivo_desc_20 .othe_data:last-child{float:right;/*width:46%;*/}
.nivo_desc_20 p{padding:0px;margin:0;color:#363636;text-transform:uppercase;font-weight:bold;font-size:12px;position:relative;width:80%;float:left;bottom:0px;line-height:normal;}
.nivo_desc_20 a{width:20%;float:left;bottom:0;height:auto;margin:0;line-height:38px;padding:0px !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 {text-align:center;padding: 15px 0;}
.nivo-controlNav a {cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}
.slidetitle{color:#F00;font-style:italic;text-decoration:underline;font-weight:bold;position:relative;top:-5px;display:none;}