/*
 * 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;
}
.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:990px;
	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 {
    /*text-indent: -9999px;*/
color: #1B1B1B;     font-size: 20px;
height: 300px;
    left: 65px;
    overflow: hidden;
    position: absolute;   
    width: 459px;
    z-index: 9;
}
#slideshow1.nivoSlider div.nivo-caption
 {left: 105px;
    width: 375px;}

.nivo-caption p {
    color:  #1B1B1B;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}
.nivo-caption a {
	display:inline !important;
	text-decoration:underline;

}
.nivo-caption h2 {font-size: 20px;
    text-align: left;
    color: #1B1B1B;
       margin-top: 15px;
    opacity: 1;
    padding-left: 20px;
    margin-left:0;
    font-weight: normal;text-transform: uppercase;
}
.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;
	background:#20BCEE;
}
/* slider theme */
.slideshow { 
}
.slideshow a {
	border: 0;
	display: block;
}
.nivo-controlNav {   bottom: 120px;
    height: 22px;
    left: 40%;
   
    position: absolute;
    text-align: center;
    width: 495px;
    z-index: 99999;
}
.nivo-controlNav a {
 background: none repeat scroll 0 0 #CCCCCC;
    border: 0 none;
    border-radius: 37px;
    color: #1B1B1B;
    display: block;
    float: left;
    font-size: 10px;
    height: 25px;
    margin-left: 5px;
    margin-right: 0;
   text-decoration: none;
    text-indent: -9999px;
    vertical-align: top;
    width: 25px;
}
}
.nivo-controlNav a.active {
	background:#20BCEE;
}
.nivo-directionNav a {
	/* display:block;*/
	display: none;
	width:30px;
	height:60px;
	background:url('../image/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
	top: 108px;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-11px;
}
a.nivo-prevNav {
	left:-12px;
}

