/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* 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;
}
/* 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 {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    display: none;
    right: 0;
    margin: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 8;    
    color: #000;
    border: 1px solid #fff;
   /*To change font color of image name and description*/
   /*width: 25%; To change the width of an image name and description*/

}

.nivo-caption p,
.nivo-caption h1 {    
    margin:0;
    padding: 0;
    line-height: 15px
}
/*.nivo-caption h1{
    padding:5px 15px 10px;
}*/
.nivo-caption p{
    font-size: 12px;
    font-weight: normal;
	font-family: "Arial", Helvetica, sans-serif;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    background:url("arrows-slider.png") no-repeat;
    display:block;
    width:25px;
    height:25px;
    font-size:1px;
    text-indent:-9999em;
}
.nivo-controlNav {
	position:absolute;
	right:1px;
	bottom:1px;
	padding:0 12px 11px 0;
	background:url("arrows-slider.png") 0 bottom no-repeat;
	z-index:99;
}
.nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url("pagination.png") 0 top no-repeat;
	text-indent:-9999px;
	border:0;
	margin-left:1px;
	float:left;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background-position:0 bottom;
}
.nivo-directionNav a.nivo-prevNav {
    left:0px;
    background-position: left top;
}
.nivo-directionNav a.nivo-nextNav {
    right:0px;
    background-position: right top;
}
.nivo-directionNav a.nivo-prevNav:hover{
    background-position: left -25px;
}
.nivo-directionNav a.nivo-nextNav:hover{
    background-position: right -25px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    /*text-align: center;*/
    float: right;
    padding: 5px;
    margin-right: 10px;
    position: relative;
    top: -40px;
    z-index: 1000;

}
/* 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;
}
.nivo-caption h1 {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 16px;
    word-spacing: 40;
    color: #000;
    font-weight: bold;
    padding-bottom: 12px;
}
.nivo-caption .htmlcaption-wrapper,.nivo-caption .htmlcaption-wrapper h1,.nivo-caption .htmlcaption-wrapper p {
    float: left;
    width: 100%;
}
.nivo-caption .htmlcaption-wrapper {    
    padding: 20px 18px 15px 23px;
}
.nivo-caption .htmlcaption-wrapper .read-more {
    padding-top: 17px;
    float: left;
    text-align: right;
}
.nivo-caption .htmlcaption-wrapper .read-more a {    
    padding: 3px 10px;
    background: #5D534B;
    color: #fff;
    text-decoration: none;    
}
.nivoSlider a.nivo-imageLink
 {
	 background:white; 
	filter: alpha(opacity=0);
	 opacity: 0;
 }
