/*
 * jQuery Nivo Slider v2.7.1
 * 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;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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;

	color:#000;
	/* Overridden by captionOpacity setting */
	width:300px;
	margin-top:60px;
	margin-left:30px;
	z-index:8;
}
.nivo-caption h1, .nivo-caption .span-title
{
font-size:2.5em;
color: #f7f7f7;
font-weight:200;
height:92px;
float:left;

}
.nivo-caption h2, .nivo-caption .span-desc
{
font-size:1.6em;
font-weight:200;
color: #f7f7f7;
height:62px;
float:left;
}
.nivo-caption h3, .nivo-caption .span-link
{
font-size:1.3em;
width:103px;
height:36px;
font-weight:200;
color:#fff;
float:left;
margin-top:70px;
margin-left:208px;
background: none;
z-index: 2000;
}

.nivo-caption h3 a:link, .nivo-caption .span-link a:link{
    font-size: 14px;
    width:125px;
    padding:5px;
    padding-left:15px;
    padding-right: 42px;
    height:36px;
    color:#fff;
    background-image:url(../images/bandou/bandou_det.png);
    opacity:0.8;
}

.nivo-caption h3 a:hover,  .nivo-caption .span-link a:hover{
    width:125px;
    height:36px;
    background-image:url(../images/bandou/bandou_det_roll.png);
    color:#000;
    opacity:1;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;

}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	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:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}