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


.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:30px;
	margin-top:4px;
	margin-left:-20px;
   /* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
        right: 20px;
        bottom: 10px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:rgba(255,255,255,0.5);
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background:rgba(255,255,255,1);
}

.theme-default .nivo-directionNav a {
	display:block;
	width:16px;
	height:16px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	left:70px;
}
.theme-default a.nivo-prevNav {
	left:45px;
}

.theme-default .nivo-caption {
	font-family: 'ChevinStdLightRegular';
	font-size: 36px;
	line-height:1em;
	font-weight:normal;
        width: 240px;

}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:0px dotted #fff;
}


/*FONT FACE --------------------------------------------------*/

@font-face {
    font-family: 'ChevinStdLightRegular';
    src: url('../../../../fonts/chevinstd-light-webfont.eot');
    src: url('../../../../fonts/chevinstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../fonts/chevinstd-light-webfont.woff') format('woff'),
         url('../../../../fonts/chevinstd-light-webfont.ttf') format('truetype'),
         url('../../../../fonts/chevinstd-light-webfont.svg#ChevinStdLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ChevinStdMediumRegular';
    src: url('../../../../fonts/chevinstd-medium-webfont.eot');
    src: url('../../../../fonts/chevinstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../fonts/chevinstd-medium-webfont.woff') format('woff'),
         url('../../../../fonts/chevinstd-medium-webfont.ttf') format('truetype'),
         url('../../../../fonts/chevinstd-medium-webfont.svg#ChevinStdMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
