/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	background:url(../image/loading.gif) no-repeat 50% 50%;
	margin-bottom:20px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	overflow:hidden;
	padding-left:0px;
	left:63px;
	top:56px;
	color:#7d7d7d;
	z-index:8;
	width:335px;
	line-height:18px;
	font-size:13px;
	font-weight:bold;
}
.nivo-caption .slide-2 h1 { color:#1f1f1f}
.nivo-caption h1 {
	margin:0;
	font-size:51px;
	line-height:47px;
	font-family: 'Vidaloka', serif;
	color:#fff;
	font-weight:normal;
	}
.nivo-caption h2 {
	margin:3px 0 5px;
	font-size:23px;
	line-height:25px;
	font-family: 'Fjalla One', sans-serif;
	color:#8f754b;
	font-weight:normal;
	}
.nivo-caption a:hover {
	background:#a7916e
	}
.nivo-caption a {
	display:inline-block;
	background:url(../image/button-2.png) repeat-x left top #a7916e;
	border:1px solid #b7a588;
	box-shadow:0 0 1px #a6906d, 0 0 1px #695b45, 0 0 1px #463c2e, 0 0 1px #a6906d;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Fjalla One', sans-serif;
	line-height:24px;
	padding:10px 20px;
	margin-left:1px;
	border-radius:2px;
	text-decoration:none;
	font-weight:normal;
	}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:9;
	cursor:pointer;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* slider theme */
.nivo-controlNav {
	position: absolute;
	right:13px;
	top:13px;
	z-index:9;
}
.nivo-controlNav a:hover{color:#d41c0a;}
.nivo-controlNav a {
	vertical-align: top;
	display: block;
	text-indent:-9999px;
 	text-decoration:none;
	font-size:0px; 
	cursor:pointer;
	float:left;
	margin-left:4px;
	width:16px; 
	height:16px;
}
.nivo-controlNav a:hover, .nivo-controlNav a.nivo-control.active {
	background-position:left 0;	
}
.nivo-controlNav a.nivo-control.active { cursor:default;}

.nivo-directionNav a {
	display:block;
	width:43px;
	height:51px;
	text-indent:-9999px;
	border:0;
	z-index:10;
	margin-top:-25px;
}
.nivo-directionNav a:hover { background-position:0 bottom;}
a.nivo-nextNav {
	right:0;
	background:url(../image/next.png) right 0 no-repeat;
}
a.nivo-prevNav {
	left:0px;
	background:url(../image/prev.png) right 0 no-repeat;
}
.nivo-directionNav {
	display:block !important;
}	