/* Skin Name: Nivo Slider Default Theme Skin URI: http://nivo.dev7studios.com Skin Type: flexible Description: The default skin for the Nivo Slider. Version: 1.2 Author: Gilbert Pellegrom Author URI: http://dev7studios.com */ #wrapper{ /* background: #EEE; border: 1px solid #CBCBCB; text-align:center;*/ } .slider-wrapper{ overflow:hidden; position: relative; margin:0 auto; width:578px; height:292px; } .theme-default .nivoSlider { position:relative; background:#fff url(loading.gif) no-repeat 50% 50%; /* margin-bottom:50px;*/ -webkit-box-shadow: 0 1px 5px 0 #4a4a4a; -moz-box-shadow: 0 1px 5px 0 #4a4a4a; box-shadow: 0 1px 5px 0 #4a4a4a; width: 578px; height: 292px; /*margin: 0 -200px 0 0 ;*/ /*float: left;*/ } .theme-default .nivoSlider img { position:absolute; top:0; left:0; display:none; } .theme-default .nivoSlider a { border:0; /*display:block;*/ zoom: 1; overflow:hidden; /* position: relative; IE5 needs this */ } .theme-default .nivo-controlNav { text-align: center; } .theme-default .nivo-controlNav a { display:inline-block; width:22px; height:22px; background:url(bullets.png) no-repeat; text-indent:-9999px; border:0; } .theme-default .nivo-controlNav a.active { background-position:0 -22px; } .theme-default .nivo-directionNav a { display:block; width:30px; height:30px; background:url(arrows.png) no-repeat; text-indent:-9999px; border:0; } .theme-default a.nivo-nextNav { background-position:-30px 0; right:15px; } .theme-default a.nivo-prevNav { left:15px; } .theme-default .nivo-caption { font-family: Helvetica, Arial, sans-serif; height: 44px; background:#000; -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+ */ } .theme-default .nivo-caption a { color:#fff; border-bottom:1px dotted #fff; } .theme-default .nivo-caption a:hover { color:#fff; } .theme-default .nivo-thumbs-mask{ position:absolute; right:0; bottom: 0; width:344px; overflow: hidden; height: 44px; z-index: 20;} .theme-default .nivo-thumbs-mask .nivo-controlNav.nivo-thumbs-enabled { position: absolute; top:0; left:0; overflow: hidden; padding: 0; height: 44px; text-align: left; /*height:250px; */ } .theme-default .nivo-thumbs-mask .nivo-controlNav.nivo-thumbs-enabled a { width: 80px; height: 40px; display: inline-block; *display:inline; background: #cbcbcb; margin-bottom: 5px; margin-left:10px; } .theme-default .nivo-thumbs-mask .nivo-controlNav.nivo-thumbs-enabled img { display: block; width: 80px; height: 40px; -moz-opacity: 0.6; filter:alpha(opacity=60); } .theme-default .nivo-controlNav.nivo-thumbs-enabled a.active{ margin:0; margin-left:10px; margin-bottom:2px; border:2px solid #FFC000; } .theme-default .nivo-controlNav.nivo-thumbs-enabled a.active img{ -moz-opacity: 1; filter:alpha(opacity=10); } .theme-default .nivo-controlNav.nivo-dots-enabled{ position: relative; top:-50px; }