/*

 * 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 */



/*

 * 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

 */

 

/* Unite CMS Additions */



.slider-wrapper{

	direction:ltr;

	text-align:left;

	display:block;
	/*max-height:564px;*/

}



.nivo-controlNav, 

.nivo-directionNav,

.nivo-prevNav,

.nivo-nextNav{

	overflow:hidden;

}



/* 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;

	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:relative;

	left:0;

	/*top:50%;*/

	background: #FFFFFF;

	color:#fa0805;

	width:100%;

    height: auto;

	z-index: 10;

	padding: 0px;

	opacity: 1;

	overflow: hidden;

	display: block;

	-moz-opacity: 1;

	filter:alpha(opacity=1);

	text-align:center;

}

.nivo-caption div,.nivo-html-caption span{ max-width:600px; margin:auto; text-align: center; height: 100%; }

/* Add more */

.nivo-content{

    max-width: 1350px;

    margin: auto;

       

}

.nivo-caption p {

	padding:5px;

	margin:0;

}

.theme-default .nivoSlider{margin-bottom: 0!important; }

/* Add more */

.nivo-caption a {

	display:inline !important;

}

.nivo-html-caption {

    display:none;

}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {

	position:absolute;

	top: 50%;

	margin-top:-112px;

	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;

}





/*

Skin Name: Nivo Slider Default Theme

Skin URI: http://nivo.dev7studios.com

Description: The default skin for the Nivo Slider.

Version: 1.3

Author: Gilbert Pellegrom

Author URI: http://dev7studios.com

Supports Thumbs: true

*/



.theme-default .nivoSlider {

	position:relative;

	background:transparent url(img/loader.gif) no-repeat 50% 50%;

	margin:auto;
	border-bottom:2px solid #ed2424;
	/*max-width:100%;*/

	/*max-height:564px;*/

	/*height:100%;*/

	z-index:1; 

	/*height: 540px;*/
	/*height:100% !important;*/
	/*width: 100% !important;*/
	overflow: hidden;
}

.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	display:none;
	margin:auto;
	/*width: 100% !important;*/
	/*width: auto !important;*/
	/*border-bottom:1px solid #bdbdbd;*/
}

.theme-default .nivoSlider a {
	border:0;
	display:block;
}



/*

Skin Name: Nivo Slider Default Theme

Skin URI: http://nivo.dev7studios.com

Description: The default skin for the Nivo Slider.

Version: 1.3

Author: Gilbert Pellegrom

Author URI: http://dev7studios.com

Supports Thumbs: true

*/



.theme-default .nivo-controlNav {

	text-align: center;

	padding: 0;

	position:relative;

	right: 0;

	left:0;

	bottom: 30px;

	z-index: 1;

	width: 100%;

	background:transparent;

	/*text-align: center;

	padding: 20px 0;

	width: 100%;

	position: absolute;

	bottom:60px;

	z-index: 1000;*/



}

.theme-default .nivo-controlNav a {

	display:inline-block;

	width:10px;

	height:10px;

	background:#ffffff;

	border-radius:16px;

	-moz-border-radius:16px;

	-webkit-border-radius:16px;

	text-indent:-9999px;

	border:0;

	margin: 0 8px;



}

.theme-default .nivo-controlNav a.active {

	background:#ed2424;

}



.theme-default .nivo-directionNav a {

	display:block;

	/*

	width:17px;

	height:23px;

	background:url(img/arrows.png?ver=2.0) no-repeat; 

	*/

	background:url(img/right-arrow-big.png);

	width:74px; 

	height:224px;

	text-indent:-9999px;

	border:0;

	opacity: 0;

	-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-default:hover .nivo-directionNav a { opacity: 1;  }

.theme-default a.nivo-nextNav {

	/* background-position:-17px 0; */

	background-position:0px 0px;

	right:15px;



}

.theme-default a.nivo-prevNav {

	left:15px;

	/*left:10%;*/

	background:url(img/left-arrow-big.png);

	background-position:0px 0px;

}



a.nivo-prevNav:active,a.nivo-nextNav:active { 



}



.theme-default .nivo-caption {

/*    font-family: 'Frutiger Light',Helvetica, Arial, sans-serif;

    font-size:20px;

    font-style: italic;*/

    font-size:90%;

}

.theme-default .nivo-caption a {

    color:#fff;

   

}

.theme-default .nivo-caption a:hover {

    color:#fff;

}

/* okstmtcc */

.theme-default .nivo-caption .banner-caption{ padding:5% 1% 5% 1%; line-height:1.6em !important; font-size:12px;}



.theme-default .nivo-controlNav.nivo-thumbs-enabled {

	width: 100%;

}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {

	width: auto;

	height: auto;

	background: none;

	margin-bottom: 5px;

}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {

	display: block;

	width: 120px;

	height: auto;

}

