/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

.full-size {
width:100% !important;
}

.nivo-caption a { 
border:0px none !important;
text-decoration:none;
}

.nivo-caption a:hover { 
text-decoration:underline;
}

.nivo-controlNav {
display:none;
}

.nivo-caption {
opacity: 0.6;
-moz-opacity: 0.6;
filter:alpha(opacity=6);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
top:0px !important;
}

.nivoSlider{
border:1px solid #ccc !important;
box-shadow:none !important;	
}