/*
 * jQuery Nivo Slider v2.1
 * 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 */
#slider {
    margin: 0;
}

    .icon {
        background: url(../images/icon.png) no-repeat;
        width: 158px;
        height: 70px;
        position: absolute;
        bottom: 10px;
        right:20px ;
        z-index: 9999999;
    }

.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: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:0;
	bottom:0;
	background: url(../img/trans_banner.png) repeat-y;
    width: 1018px;
    height: 85px;
	color:#cbc4af;
	z-index:89;
}
.nivo-caption p {
	font-family: Georgia, Times New Roman, serif;
    font-size: 18px;
    font-style: italic;
    color: #808080;
    font-weight: normal;
    text-transform: capitalize;
    padding: 17px 25px 0 180px;
    width: 510px;
    line-height: 25px;
}
.nivo-caption a {
	display:inline !important;
    font-family: 'Arial';
    font-size: 18px;
    color: #fff;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
    display: block;
    
}

.nivo-directionNav a {
	position:absolute;
	bottom:0;
	z-index:1100;
	cursor:pointer;
}
.nivo-prevNav {
    background: url(../img/bn-prev.png) no-repeat 0 0;
	left:25px;
    top: 125px;
    display: block;
    width: 57px;
    height: 57px;
    cursor: pointer;
    font-size:0;
    z-index:1100;
    opacity:0.8;
}

.nivo-prevNav:hover {
    opacity:0.9;
}

.nivo-nextNav {
    background: url(../img/bn-next.png) no-repeat 0 0;
	right:25px;
    top: 125px;
    display: block;
    width: 57px;
    height: 57px;
    cursor: pointer;
    font-size:0;
    z-index:1100;
    opacity:0.8;
}

.nivo-nextNav:hover {
    opacity:0.9;
}

.nivo-nextPause {
    position: absolute;
	left:80px;
    display: block;
    background: url(../images/pause.jpg) no-repeat;
    width: 22px;
    height: 20px;
    cursor: pointer;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    width: 140px;
    height: 20px;
    position: absolute;
    bottom: 32px;
    left: 30px;
    z-index: 999;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
    display: inline-block;
    background-color: #c3c1be;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.nivo-controlNav a.active {
	background-color: #6b8d30;
    
}