/*
 * jQuery Nivo Slider v2.6
 * 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
 */
 
 @charset "utf-8";
/* CSS Document */

.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.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 {
    background: none repeat scroll 0 0 #75aa31;
    bottom: 0;
    right: 0;
    line-height: 1.1em;
    opacity: 0.9;
    position: absolute;
    width: 100%;
	height:20%;
    z-index: 8;
}

# slider .nivo-caption {
    opacity: 0.9 !important;
}

.nivo-caption p {
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
	line-height:1.3em;
    font-style: italic;
    font-weight: bold;	
    margin: 0;
    padding: 8px 70px;
	line-height:1.2em;
}
.nivo-caption a {
    display: inline !important;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
}
.nivo-html-caption {
    display: none;
}
.ie6 .nivo-directionNav, .ie7 .nivo-directionNav {
    display: none;
}
.nivo-directionNav a {
    background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 9;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
	top:224px;
}
a.nivo-prevNav {
    left: 15px;
	top:224px;
}