/*
Skin Name: Nivo Slider
Skin URI: http://demo.vinaora.com
Skin Type: dynamic
Image Width: 100%
Image Height: auto
Description: Nivo Slider
Version: 1.0
*/

.theme-nivo.slider-wrapper {
	margin:0 auto;
	position:relative;
}
.theme-nivo .nivoSlider {
	background:#fff url(loading.gif) no-repeat 50% 50%;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	z-index:10;
}
.theme-nivo .nivoSlider img {
	display:none;
}

/* Control nav styles (e.g. 1,2,3...) */
.theme-nivo .nivo-controlNav {
	position:absolute;
    background:url(control-nav.png) no-repeat;
    width:72px;
    height:13px;
	left:50%;
	bottom:15px;
    margin-left:-36px; /* Tweak this to center bullets */
    padding:15px 13px 15px 17px;
    opacity:0.5;
	z-index:20;
}
.theme-nivo:hover .nivo-controlNav {
    opacity:1.0;
}
.theme-nivo .nivo-controlNav a {
	display:block;
	width:11px;
	height:12px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-nivo .nivo-controlNav a.active {
	background-position:0 -12px;
}

/* Direction nav styles (e.g. Next & Prev) */
.theme-nivo .nivo-directionNav a {
	display:block;
	width:43px;
	height:43px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	bottom:15px;
	z-index:30;
}
.theme-nivo a.nivo-nextNav {
	background-position:-43px 0;
	right:50%;
	top:auto;
	margin-right:-102px;
}
.theme-nivo a.nivo-nextNav:hover {
	background-position:-43px -43px;
}
.theme-nivo a.nivo-prevNav {
	left:50%;
	top:auto;
	margin-left:-72px;
}
.theme-nivo a.nivo-prevNav:hover {
	background-position:0 -43px;
}

/* Caption styles */
.theme-nivo .nivo-caption {
	position:absolute;
	top:20%;
	right:10px;
	bottom:auto;
	left:50%;
	width:auto;
	height:auto;
    font-family: Helvetica, Arial, sans-serif;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	z-index:40;
}
.theme-nivo .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-nivo .nivo-caption a:hover {
    color:#fff;
}
.theme-nivo .nivo-heading{
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
}