/*
Skin Name: Nivo Slider Modern Theme
Description: A new theme for Nivo Slider
Version: 1.0
Author: Mikel Foruria
Design: Ana Dee (http://www.anadee.es)
Supports Thumbs: true
*/
.theme-modern.slider-wrapper {
	position: relative;
}

.theme-modern .nivoSlider {
	position:relative;
	background: url(loading.gif) no-repeat 50% 50% #fff;
	overflow: visible;
    width: 960px;
    margin: 0 auto;
}


.theme-modern .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    height: 409px;
	width: 2000px !important;
    left: 50% !important;
    margin-left: -1000px !important;
}

.theme-modern .nivoSlider a {
    border:0;
    display:block;
}

.theme-modern .nivo-controlNav {
	text-align: center;
	position:absolute;
	bottom:0;
	width: 100%;
	z-index: 10;
}

.theme-modern .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:15px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.theme-modern .nivo-controlNav a.active {
	background-position:0 -22px;
}


.theme-modern .nivo-directionNav{
	left: 0px;
	position: absolute;
	top: 150px;
	z-index: 10;
	overflow: hidden;
	height: 30px;
	width: 58px;
}


.theme-modern .nivo-directionNav a {
	display:block;
	top: 0;
	width:28px;
	height:28px;
	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-modern :hover .nivo-directionNav a {
	opacity: 1;
}

.theme-modern a.nivo-nextNav {
	background-position:-30px 0;
	right:0;
}

.theme-modern a.nivo-prevNav {
	left:0;
}

.theme-modern .nivo-caption {
    font-family: 'Arvo', serif;
    display: block;
	position: absolute;
	bottom: auto;
	background: none repeat scroll 0% 0% transparent;
	width: 440px;
	top: 50px;
	font-size: 18px;
	color: #272727;
}

.theme-modern .nivo-caption a {
    color:#fff;
    text-decoration: none;
    border-bottom:1px dotted #fff;
}
.theme-moern .nivo-caption a:hover {
    color:#fff;
    text-decoration: none;
}

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