/*
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
*/

@font-face {
    font-family: 'Edwardian script bold';
    src: url('../fonts/Edwardian script.eot');
    src: url('../fonts/Edwardian script.eot?iefix') format('embedded-opentype'),
		 url('../fonts/Edwardian script.woff') format('woff'),
         url('../fonts/Edwardian script.ttf') format('truetype'),
         url('../fonts/Edwardian script.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.theme-default2 .nivoSlider2 {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    /*margin-bottom:10px;*/
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default2 .nivoSlider2 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default2 .nivoSlider2 a {
	border:0;
	display:block;
}

.theme-default2 .nivo-controlNav2 {
	/*text-align: center;*/
	/*padding: 20px 0;*/
	position:absolute;
	left:47%;
	top:102px;
    margin-left:-40px;
}
.theme-default2 .nivo-controlNav2 a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../nivo-slider/themes/default/bullets2.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	position:relative;
	z-index:9;
	cursor:pointer;
}
.theme-default2 .nivo-controlNav2 a.active {
	background-position:0 -22px;
}

.theme-default2 .nivo-directionNav2 a {
	display:block;
	width:49px;
	height:49px;
	background:url(../nivo-slider/themes/default/arrows2.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-default2:hover .nivo-directionNav2 a { opacity: 1; }
.theme-default2 a.nivo-nextNav2 {
	background-position:-52px 0;
	right:15px;
	top:45%;
}
.theme-default2 a.nivo-prevNav2 {
	left:15px;
}

.theme-default2 .nivo-caption2 {
    font-family: 'Edwardian script bold';
	padding:10px 0 15px 0;
}
.theme-default2 .nivo-caption2 a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default2 .nivo-caption2 a:hover {
    color:#fff;
}

.theme-default2 .nivo-controlNav2.nivo-thumbs-enabled2 {
	width: 100%;
}
.theme-default2 .nivo-controlNav2.nivo-thumbs-enabled2 a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default2 .nivo-controlNav2.nivo-thumbs-enabled2 img {
	display: block;
	width: 120px;
	height: auto;
}