/*
 * 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 {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    color: #202E75;
    left: 60px;
    position: absolute;
    top: 45px;
    width: 440px;
    z-index: 8;
    background: #ececec;
}
.nivo-caption h1 {
	color: #9d1348;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
        /* background: #ececec; */
        /* background-color: #ececec; */
}
.nivo-caption h1 img{
	padding-left: 8px;
	visibility: visible;
	position: relative;	
}
.nivo-caption h2 {
    color: #4e5f92;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin: 0 0 7px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
.nivo-caption p {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
.nivo-caption a {
    background: none repeat scroll 0 0 #3e4c75;
    border-radius: 8px;
	-moz-border-radius: 8px;
    color: #FFFFFF;
    display: block;
    font-size: 10.6px;
    height: 20px;
    line-height: 1em;
    margin: 15px 0 0;
    padding: 8.5px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
}
.nivo-caption a:hover {
    background: none repeat scroll 0 0 #4e5f92;
}
.nivo-html-caption {
    display: none;
    width: 250px;
}
.nivo-html-caption a {
    display: inline !important;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
	  visibility: hidden;
}

.nivo-nextNav {
    right: 0;
	  visibility: hidden;

}
.nivo-controlNav {
    left: 870px;
    position: absolute;
    top: 240px;
    z-index: 9;
}
.nivo-controlNav a {
    background: url("../images/dot_nav.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 10px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 10px;
}
.nivo-controlNav a.active {
    background-position: 0 -10px;
}

#slider a{
    display:block;
}