/*
 * 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 {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
    width: 290px;
    height: 140px;
}
/* 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:60;
	/*display:none;*/
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#0d4da4;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
    display: block !important;
}
.nivo-caption p {
	padding:5px 10px;
	margin:0;
    font-size: 14px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



/* The Nivo Slider styles */
#slideshow .nivoSlider {
	position:relative;
}
#slideshow .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
    height: 235px;
}
/* If an image is wrapped in a link */
#slideshow .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
#slideshow .nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
#slideshow .nivo-caption {
	/*position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;*/ /* Overridden by captionOpacity setting */
    width: auto;
	z-index:89;
	left: 0;
	bottom: 0px;
	position: absolute;
    height: 42px;
    background: url(/img/slideshow-link.gif) right bottom no-repeat;
    z-index: 101;
    padding: 0 60px 0 10px;
    padding: 0 15px;
}
#slideshow .nivo-caption p {
	padding:5px 0;
	margin:0;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
}
/* Direction nav styles (e.g. Next & Prev) */
#slideshow .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
#slideshow .nivo-prevNav {
	left:0px;
}
#slideshow .nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
#slideshow .nivo-controlNav {
	bottom: 43px;
	left: 0;
	position:absolute;
	z-index:99;
}

#slideshow .nivo-controlNav a {
	z-index:99;
	cursor:pointer;
	margin-right: 1px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
    line-height: 32px;
	width: 32px;
	height: 32px;
	text-align: center;
    color: #9a9a9a;
	background: #fff;
}

#slideshow .nivo-controlNav a.active {
	color: #fff;
	background: #0d4da4;
}


#slideshow {
	position:relative;
	background:url(../img/loading.gif) no-repeat 50% 50%;
	clear: both;
    margin: 0 auto;
    width: 950px;
}

#slideshow img {
	position:absolute;
	top:0px;
	left:0px;
	/* display:none; */
}
