/*
Skin Name: Nivo Slider Light Theme
Skin URI: http://nivo.dev7studios.com
Description: A light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-light.slider-wrapper {
    -webkit-box-shadow: 0px 16px 24px -10px rgba(50, 50, 50, 0.74);
    -moz-box-shadow:    0px 16px 24px -10px rgba(50, 50, 50, 0.74);
    box-shadow:         0px 16px 24px -10px rgba(50, 50, 50, 0.74);
}
.theme-light .nivoSlider {
	position:relative;
    top: 0;
    left: 0;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    overflow: visible;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.theme-light .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-light .nivoSlider a {
	border:0;
	display:block;
}

.theme-light .nivo-controlNav {
    display: none;
	text-align: right;
    bottom: 21px;
	padding: 0;
    margin-right: 10px;
	position: relative;
	z-index: 10;
}
.theme-light .nivo-controlNav a {
	display:inline-block;
	width:11px;
	height:11px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	text-align: left;
}
.theme-light .nivo-controlNav a.active {
	background-position:0 100%;
}


.theme-light .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(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;
}
.theme-light:hover .nivo-directionNav a { opacity: 1; }
.theme-light a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-light a.nivo-prevNav {
	left:15px;
}

.theme-light .nivo-caption {
    position: absolute;
    top: -60px;
    height: 60px;
    width: 745px;
    overflow: hidden;
    background: #fff;
    color: #d13030;
    font-family: Georgia, Times New Roman Times, Serif;
    padding: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
    -moz-opacity: 1.0; /* Mozilla 1.6 � ���� */
    -khtml-opacity: 1.0; /* Konqueror 3.1, Safari 1.1 */
    opacity: 1.0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */

}
.theme-light .nivo-caption div.date {
    float: left;
    line-height: 60px;
    height: 60px;
    padding: 0 0 0 10px;
    background:  #d13030;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.theme-light .nivo-caption div.date span {
    padding: 0 10px 0 0;
    font-size: 40px;
    color: #fff;
    vertical-align: baseline;
    line-height: 60px;
}
.theme-light .nivo-caption span {
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    color: #d13030;
    font-size: 13px;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}