/*
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.0
Author:Gilbert Pellegrom
Author URI:http://dev7studios.com
*/
.slider-home{position:relative;clear:both;background:url(../../assets/images/bg/slide.png) 0 0 no-repeat;width:871px;height:333px;padding:10px 0 0 83px;top:-40px}
.slider-home .img1{position:absolute;top:148px;left:0;background:url(../../assets/images/ico02.png) 0 0 no-repeat;width:94px;height:174px;z-index:9}
.slider-home .img2{position:absolute;top:27px;right:0;background:url(../../assets/images/ico03.png) 0 0 no-repeat;width:103px;height:149px;z-index:9}
.ribbon{position:absolute;top:0;left:0;width:802px;height:310px;z-index:7}
.theme-default{position:relative;width:802px;height:310px;background:#fff;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(../../assets/styles/ie-css3.htc)}
.theme-default .nivoSlider a{border:0;display:block}
.theme-default .nivo-controlNav{position:absolute;right:-90px;top:245px;background:url(../../assets/images/slide/nav.png) 0 0 no-repeat;width:284px;height:66px;padding:35px 0 0 110px;z-index:100000; transform: rotate(-5deg); -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -o-transform: rotate(-5deg); -ms-transform: rotate(-5deg) }
.theme-default .nivo-controlNav a{float:left;width:27px;height:26px;background:url(../../assets/images/slide/bullets.png) 0 0 no-repeat;text-indent:-9999px;border:0;display:block;margin:0 5px;z-index:1000000 }
.theme-default .nivo-controlNav a.active{background-position:0 -26px}
.theme-default .nivo-directionNav a{display:block;width:30px;height:65px;background:url(../images/slide/arrows.png) no-repeat;text-indent:-9999px;border:0}
.theme-default a.nivo-nextNav{background-position:-30px 0;right:0}
.theme-default a.nivo-prevNav{left:0}
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */ 
/* The Nivo Slider styles */
.nivoSlider{position:relative;}
.nivoSlider img{position:absolute;top:0px;left:0px;display:none;width:802px;height:310px;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;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}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}
.nivo-prevNav{left:0}
.nivo-nextNav{right:0}
/* 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}
/* Caption styles */
.nivo-caption{position:absolute;left:0;top:0;width:100%;height:100%;z-index:8}
.nivo-html-caption{display:none}
.nivo-caption span{position:absolute;left:0;top:265px;background:url(../../assets/images/opacity-slide.png) 0 0;width:100%;height:47px;text-indent:20px;z-index:8;font: 17px/47px 'DINbold',Arial,Verdana,Tahoma,'Sans-serif'; color: #024ca3; text-transform:uppercase}
.nivo-caption a{position:absolute;left:0;top:0;display:block !important;width:802px;height:310px}
