/*
 * 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 */
.slideshow {
	float:right;
	}
.nivoSlider {
	position: relative;
	background:url(../image/loading.gif) no-repeat 50% 50%;
	margin-bottom:11px;
}
.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:55px;
	top:75px;
	color:#999999;
	z-index:8;
	width:313px;
	line-height:20px;
	text-transform:uppercase;
	font-size:12px;
	text-align:right;
}
.nivo-caption h1 {font:600 50px/50px 'Open Sans', sans-serif; color:#505050; margin:0px 0 0px;}
.nivo-caption h2 {font:600 20px/25px 'Open Sans', sans-serif; color:#8fbf4d; margin:-2px 0 19px;}
.nivo-caption h3 {font:300 28px/35px 'Open Sans', sans-serif; color:#8e8e8e; margin:0px 0 5px; text-transform:capitalize;}
.nivo-caption h3 span {font-weight:600}
.nivo-caption p{ position:relative; margin-bottom:15px;}
.nivo-caption a {
	display:inline-block;
	margin-top:14px;
	background:url(../image/button-2.png) repeat-x left top #88bb48;
	font:normal 15px/19px 'Open Sans', sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:11px 15px
}
.nivo-caption a:hover {
	background:#88bb48;
	}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:165px;
	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;
	left:294px;
	bottom:96px;
	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-right:8px;
	width:19px; 
	height:19px;
	background:url(../image/paggs.png) no-repeat right top;
}
.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:52px;
	height:107px;
	text-indent:-9999px;
	border:0;
	z-index:10
}
.nivo-directionNav a:hover { opacity:0.8}
a.nivo-nextNav {
	right:0px;
	background:url(../image/next.png) right 0 no-repeat;
}
a.nivo-prevNav {
	left:0px;
	background:url(../image/prev.png) right 0 no-repeat;
}
.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-directionNav {
	display:block !important;
}	