/*
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
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/img/ajax-loader.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	margin: -37px 0 0;
	position: relative;
	text-align: center;
	width: 1000px;
	z-index: 100;
	display: none;
}
.nivo-directionNav {
	display: block!important;
}

.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	background: url("/img/f_left.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 36px;
    text-indent: -9999px;
    top: 146px;
    width: 22px;
}
.theme-default a.nivo-nextNav {
	background: url("/img/f_drch.png") no-repeat scroll 0 0 transparent;
    right: -44px;
}
.theme-default a.nivo-prevNav {
	left: -40px;
}

.theme-default .nivo-caption {
	background: none repeat scroll 0 0 rgba(0,0,0,0.7);	top: 24px;	color: #FFFFFF;	font-family: 'OswaldBook','Arial Narrow',sans-serif;
	text-transform: uppercase;	font-size: 15px;	left: 0;	line-height: 110%;	padding: 20px 30px;	width: 320px;
	letter-spacing: 1px;
}
.theme-default .nivo-caption a {
    
}

.theme-default .nivo-caption a:hover {
    color:#fff;
}
.theme-default .nivo-caption h2 {
	display: block;	text-transform: uppercase;
}
.theme-default .nivo-caption h2 span{
	display: block;}
.theme-default .nivo-caption h2 .fila1{
	font-size: 12px;
	}
.theme-default .nivo-caption h2 .fila2{
	font-size: 38px;
    margin: 13px 0 0;
	}
.theme-default .nivo-caption h2 .fila3{
	font-size: 53px;
    margin: 31px 0 0;
	}
.theme-default .nivo-caption hr{
	color: transparent;
    height: 14px;
    border: none;
	}
.theme-default .nivo-caption hr:after{
	color: #FFFFFF;
    content: "//////////////////////////////";
    display: block;
    font-size: 10px;
    height: 0;
    letter-spacing: 3px;
    margin: 24px 0 0;
	}

	
.theme-default .nivo-caption p{
	font-family: OswaldLight;
    font-size: 13px;
    line-height: 151%;
    padding: 0;
    width: 190px;
	
	}


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

}