@charset "utf-8";
/* The Nivo Slider styles */
.nivoSlider{position:relative;}
.nivoSlider img{position:absolute;top:0px;left:0px;}
/* 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:6;display:none;}
/* The slices and boxes in the Slider */
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;}
.nivo-box{display:block;position:absolute;z-index:5;}
/* Caption styles */
.nivo-caption{position:absolute;left:0px;bottom: 0px;background:#000;color:#fff;opacity:0.8; /* Overridden by captionOpacity setting */width:100%;z-index:8;}
.nivo-caption p{padding:5px;margin:0;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
/* 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;}

/* theme-orman */
.nivo-controlNav-bg{position: absolute;left: 0;bottom: -15px;width: 1200px;height: 44px;z-index: 100;background: url(../images/slider_nav_bg.png) no-repeat	}
.nivo-controlNav{position:absolute;bottom: 20px;width:100%;z-index: 101; text-align: center; }
.nivo-controlNav a{display:inline-block; width:13px;height:13px; border-radius: 50%;border: 2px solid #fff; background:#fff;text-indent:-9999px;margin-right:5px; margin-left:5px;}
.nivo-controlNav a.active{background-position:0 -12px;background:#df4717; }
.nivo-directionNav a{display:inline-block; width:25px;height: 240px;background:url(../images/arrows.png) no-repeat 0% 50%;text-indent:-9999px;border:0;top:40px;}

.theme-orman a.nivo-nextNav{background-position:100% 50%;right:-24px;padding-right:20px;}
.theme-orman a.nivo-prevNav{left:-24px;padding-left:20px;}
.theme-orman .nivo-caption{font-family: Helvetica, Arial, sans-serif;}
.theme-orman .nivo-caption a{ color:#fff;border-bottom:1px dotted #fff;}
.theme-orman .nivo-caption a:hover{ color:#fff;}
.theme-orman .ribbon{background:url(../images/ribbon.png) no-repeat;width:111px;height:111px;position:absolute;top:-4px;left: -5px;z-index:300;}