/*
 * jQuery Nivo Slider v3.2
 * 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:260px;
	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;
}

#ads-slider{
	height:200px;
}

#ads-slider .nivo-caption{
	height:80px;
}


/* 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:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* 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:0px;
	bottom:-70px;
	height:115px;
	background:#fff;
	color:#666;
	width:100%;
	z-index:10000;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:0px;
	margin:0;
	line-height:14px;
}
.nivo-caption h2 {
	color:#333;
	margin:0;
	padding:0px;
}
.nivo-caption a {
	color:#888;
	position:absolute;
	right:10px;
	bottom:10px;
}


.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-bar.slider-wrapper {
    position: relative;
    overflow: hidden;
}
.theme-bar .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
}
.theme-bar .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-bar .nivoSlider a {
	border:0;
	display:block;
}

.theme-bar .nivo-controlNav {
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 10;
    width: 100%;
    height: 30px;
	text-align: center;
	padding: 5px 0;


}
.theme-bar:hover .nivo-controlNav {
    bottom: 95px;

}
.theme-bar .nivo-controlNav a {
	display:inline-block;
	width:5px;
	height:5px;
	text-indent:-9999px;
	border:0;
	color:#fff;
	background-color:#fff;
	margin: 2px;
}
.theme-bar .nivo-controlNav a.active {
	background-color:#d6591f;
}

.theme-bar .nivo-directionNav a {
	display:block;
	width: 22px;
	height: 40px;
	background:url(../img/slide_navigation.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);	
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-directionNav a { 
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }

.theme-bar a.nivo-nextNav {
	background-position:-22px 0;
}
.theme-bar a.nivo-prevNav {
	
}

.theme-bar .nivo-caption {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-bar:hover .nivo-caption {
    bottom: 0px;
}

.theme-bar .nivo-caption a {
    color:#888;
}

.theme-bar .nivo-caption a:hover {
    color:#333;
}

.theme-bar .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.theme-bar .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}

.theme-bar .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.theme-small.slider-wrapper {
    position: relative;
    overflow: hidden;
}

.theme-small .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 20%;
}

.theme-small .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.theme-small .nivoSlider a {
	border:0;
	display:block;
}

.theme-small  .nivo-directionNav a {
	position:absolute;
	top:20%;
	z-index:9;
	cursor:pointer;
}

.theme-small .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	height:140px;
	background:none;
	color:#666;
	width:100%;
	z-index:10000;
	padding: 5px 0px;
	overflow: hidden;
}

.theme-small .nivo-caption h3 {
	color:#333;
	margin: 4px 0;
	text-align:left;
	padding: 0;
}

.theme-small .nivo-caption p {
	font-size: 12px;
	color: #666;
	padding: 0;
	margin: 5px 0;

}

.theme-small .nivo-controlNav {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1000;
    width: 100%;
    height: 30px;
	text-align: center;
	padding: 5px 0;
}

.theme-small:hover .nivo-controlNav {
    top: 100px;;
}

.theme-small .nivo-controlNav a {
	display:inline-block;
	width:5px;
	height:5px;
	text-indent:-9999px;
	border:0;
	color:#fff;
	background-color:#fff;
	margin: 2px;
}

.theme-small .nivo-controlNav a.active {
	background-color:#d6591f;
}

.theme-small .nivo-directionNav a {
	
	display:block;
	width: 22px;
	height: 40px;
	background:url(../img/slide_navigation.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	
}

.theme-small:hover .nivo-directionNav a { 
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

 }

.theme-small a.nivo-nextNav {
	background-position:-22px 0;
}

.theme-small a.nivo-prevNav {
	
}

.theme-small .nivo-caption {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-small:hover .nivo-caption {
    bottom: 0px;
}

.theme-small .nivo-caption a {
    color:#888;
}

.theme-small .nivo-caption a:hover {
    color:#333;
}

.theme-small .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.theme-small .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}

.theme-small .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}