/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default {
position: relative;
margin: 0px;
}

.slider-wrap{
overflow: hidden;
position: relative;
}

.theme-default  a{color:#fff;}

.theme-default .nivoSlider {
position:relative;
background:#fff url(loading.gif) no-repeat 50% 50%;
width:1280px;
height:690px;
overflow: hidden;
left: 50%;
margin: 0 0 0 -640px;
}

.theme-default .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.theme-default .nivoSlider a {border:0;}

.theme-default .nivo-controlNav {
margin: 91px 0 0;
position: absolute;
right: 64px;
top: 70%;
width: 502px;
z-index: 6;
}
.theme-default .nivo-controlNav a {
float:left;
margin:0 8px 0 0;
width:13px;
height:13px;
background:#2e628a;
text-indent:-9999px;
border:0;
}
.theme-default .nivo-controlNav a.active {
background:#f8f8f8;
}

.theme-default .nivo-directionNav a {
border: 0;
display: block;
height: 176px;
margin: -96px 0 0;
text-indent: -9999px;
top: 69%;
width: 22px;
}

.theme-default a.nivo-nextNav {
background:url(arr-r.png) no-repeat 0 50%;
right: 42px;
}

.theme-default a.nivo-prevNav {
background:url(arr-l.png) no-repeat 0 50%;
right:566px;
left: auto;
}

.theme-default .nivo-caption{
background: url(caption-bg.png) repeat;
height: 176px;
margin: -96px 0 0;
padding: 0 28px;
position: absolute;
right: 64px;
top: 69%;
width: 446px;
z-index: 6;
color:#fff;
}


.theme-default .nivo-caption h2{
padding: 15px 0;
color:#fff;
}

.theme-default .nivo-caption .discount-title{
float: left;
font-size: 24px;
}

.theme-default .nivo-caption .star{
margin:5px 0 0 14px;
}

.theme-default .nivo-caption .discount-descr{
clear:both;
color: white;
font-size:16px;
line-height:24px;
padding:16px 0 0;
}

.theme-default .nivo-caption .discount-descr p{
padding:0;
margin:0;
}

.theme-default .nivo-caption .discount-descr{
clear:both;
color: white;
font-size:16px;
line-height:24px;
}


