/*
Skin Name: Bella Lujo Slider
Skin URI: http://www.luminosa.com.au
Description: Custom slider skin for Bella Lujo
Version: 1.1
Author: Luminosa by Bella Lujo
Author URI: http://www.creativeperspective.com.au
Supports Thumbs: true
*/

.theme-bellalujo .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	width: 100%;
}

.theme-bellalujo .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	margin-bottom: 4.2%;
}

.theme-bellalujo .nivoSlider a {
	border:0;
	display:block;
}
.theme-bellalujo .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-bellalujo .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-bellalujo .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-bellalujo .nivo-directionNav a {
	display: block;
	width: 22px;
	height: 47px;
	background: url(arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 1;
	-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;
	visibility: visible;
}

.theme-bellalujo:hover .nivo-directionNav a { opacity: 1; }
.theme-bellalujo a.nivo-nextNav {
	position: absolute;
	background-position:-22px;
	top: 40%;
	right:1%;
}
.theme-bellalujo a.nivo-prevNav {
	top: 40%;
	left:1%;
}
.theme-bellalujo .nivo-caption {
	position: absolute;
	bottom: 0;
	font-family: 'Questrial', Helvetica, Arial, sans-serif;
	background-color: #333333;
	background-repeat: repeat;
	margin-left: 0;
	width: 100%;
	height: 9%;
	padding: 0;
	text-align: center;
	color: #cac0b6;
	opacity: 1;
	font-size: 1.2em;
	font-weight: 300;
        letter-spacing: 1px;
        padding-top: 0.95%;
}

.theme-bellalujo .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-bellalujo .nivo-caption a:hover {
    color:#fff;
}

.theme-bellalujo .nivo-caption h1 {
	color: #fff;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: normal;
	padding-left: 2%;
}

.theme-bellalujo .nivo-caption h2 {
	color: #fff;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding-left: 2%;
}

.theme-bellalujo .nivo-caption h3 {
	color: #fff;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 1px;
	border: 2px solid #fff;
	padding: 4px;
	padding-left: 2%;
	padding-right:0;
	width: 45%;
	margin-left: 2%;
	margin-right: 2%;
}


.theme-bellalujo .nivo-controlNav.nivo-thumbs-enabled {

	width: 100%;

}

.theme-bellalujo .nivo-controlNav.nivo-thumbs-enabled a {

	width: auto;

	height: auto;

	background: none;

	margin-bottom: 5px;

}

.theme-bellalujo .nivo-controlNav.nivo-thumbs-enabled img {

	display: block;

	width: 120px;

	height: auto;

}