@charset "utf-8";

/* Slider */
.nivoSlider { position:relative; overflow:hidden; width:100%; height:0; background: url('./img/loading.gif') no-repeat 50% 50%; }
.nivoSlider img { position:absolute; display:block; top:0px; left:0px; width:100%; height:auto !important; border:0px; }
.nivoSlider a { border:0; display:block; }
.nivo-main-image { display: block !important; position: relative !important;  width: 100% !important; height: auto; }
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:2; display:none; background:white; filter:alpha(opacity=0); opacity:0; }
.nivo-slice { display:block; position:absolute; z-index:1; height:100%; top:0; }
.nivo-box { display:block; position:absolute; z-index:1; overflow:hidden; }
.nivo-box img { display:block; }
.nivo-directionNav a { position:absolute; top:45%;	z-index:3; cursor:pointer; display:block; width:30px; height:30px;	background:url('./img/arrows.png') no-repeat; text-indent:-9999px; border:0; opacity: 0; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.nivoSlider:hover .nivo-directionNav a { opacity: 1; }
a.nivo-prevNav { left:15px; }
a.nivo-nextNav { background-position:-30px 0; right:15px; }

/* Caption */
.nivo-caption { position:absolute; left:0px; bottom:0px; background:#000; color:#aaa; width:100%; z-index:8; padding:12px; opacity: 0.8; text-overflow:ellipsis; white-space:nowrap; 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 i { margin-right:5px; }
.nivo-caption:hover { color:#fff; }
.nivo-html-caption { display:none; }
