/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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,
#nivo-slider	{
	position:relative;
	z-index:105;
	width:780px;
	height:523px;
	margin:0 auto;
	top:0px;
}

#imageSlider img {
	width:780px;
	height:523px;
	display:block;
	position:absolute;
	overflow:hidden;
	display:none !important;
	left:0;
	top:0 !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	overflow:hidden;
	left:0px;
	width:780px;
	height:573px;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

/* The slices in the Slider */

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
	
/* Caption styles */

.nivo-caption	{
    background: url("../../images/caption-trans-dark.html") repeat scroll 0 0 transparent;
    color: #141313;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 10px;
    width: 541px;
    z-index: 999;
}
.nivo-caption h6 {
	line-height:0.6em;	
} 

.nivo-caption p h2 a{
	color: #352D26;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 50px;
    font-style: italic;
    font-weight: normal;
    line-height: 50px;
}


/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
	z-index:999;
	width:100%;
	position:absolute;
	bottom:55%;
	left:0;
}

.nivo-directionNav a {
	position:absolute;
	top:33%;
	z-index:99;
	cursor:pointer;
}

a.nivo-prevNav {
	display: block;
	height: 156px;
	margin: 0;
	outline: 0 none;
	text-align: center;
	text-indent: -9999px;
	width: 73px;
}

a.nivo-nextNav {
	width: 73px;
	height: 156px;
	text-indent:-9999px;
	right:10px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position:absolute;
	bottom:5%;
	left:4% !important;
	padding:7px 0 0 10px;
	z-index:99999999999;
}

.nivo-controlNav a {
   cursor: pointer;
	display: block;
	float: left;
	height: 13px;
	margin-right:3px;
	outline: medium none;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: 13px;
	z-index: 99;
}
	
.nav-thumbs {
	position:absolute;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 1000;
	bottom: 0px;
	background: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.nav-thumbs a	{
	cursor: pointer;
	position: relative;
	margin: 0px 5px;
	padding: 0px;
	display: inline;
}

.nav-thumbs a, .nav-thumbs a.active {
	background: none;
}

.nivo-controlNav a img {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.nivo-controlNav a.active img,
.nivo-controlNav a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.nav-thumbs {
	padding: 7px 0px 2px;
	display: none;
}
				
/* ---- Nivo Slider ---- */

a.nivo-prevNav, a.nivo-nextNav {
	background:url(../../images/directionNav.png) 0 0 no-repeat;
	height:51px;
	width:35px;
}

a.nivo-prevNav {left:0;} 
a.nivo-prevNav:hover {background-position:0 -64px;} 
a.nivo-nextNav {right:0; background-position:-45px 0;} 
a.nivo-nextNav:hover {background-position:-45px -64px;} 

.nivo-controlNav a {background:url(../../images/bullets.html) -20px 0 no-repeat;}
.nivo-controlNav a.active {background:url(../../images/bullets.html) 0 0 no-repeat;}