/* The Nivo Slider styles */

#slider img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display:none;
	}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	}
       
.nivoSlider a {
        border: 0;
        display: block;
        }

/* 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;
        background-image: url("http://www.files.red-sun-design.com/lemonchili/t.png"); /* IE Fix */
        }



/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
        }
        
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
        }

.nivo-box img { display:block; }


/* Caption styles */
.nivo-caption {
	position:absolute;
	left: -1px;
	bottom: 50px;
	color: #fff !important;
        text-align: left;
	z-index:8;
        opacity: 0.87;
	-moz-opacity: 0.87;
	filter:alpha(opacity=87);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 0;
        font-weight: bold;
        width: 280px;
        display: inline;
        padding-left: 11px;
        }

.nivo-caption p {
	color: #fff; 
	margin: 0;
	padding: 0;
    box-decoration-break: clone;
	}
        
.nivo-html-caption {
        display:none;
        }
        
.nivo-caption  a {
	color: #fff !important;   
	display:inline-block !important;
        }

.nivo-caption a:hover {
	color:#fff;
	}
	
.nivo-html-caption {
        display:none;
        }


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom: 0;
	z-index: 9;
	cursor: pointer;	
	display: block;
	width: 30px;
	height: 30px;
	border: 0;        
	}

.nivo-nextNav i,
.nivo-prevNav i{
        line-height: 30px;
        font-size: 14px;
        color: #eee !important;
        font-weight: normal;
	}

.nivo-prevNav i {
        padding-left: 9px;
	}

.nivo-nextNav i {
        padding-left: 10px;
	}
	
a.nivo-nextNav {
	background-position:-30px 0;
	left:32px;

	}

a.nivo-prevNav {
	left: 0;

	}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;	
	display:block;
	width:22px;
	height:22px;
	background:url(../images/nivoSlider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:1px;
	float:left;
        }
        
.nivo-controlNav a.active {
	font-weight:bold;	
	background-position:0 -22px;
        }

.nivo-controlNav {
	position: absolute;
	left: 10px;
	bottom: 0px;
	}