/*
 * jQuery Nivo Slider v3.0
 * 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;
	margin:0 auto;
	/*width:1358px;*/
	top: opx;
	height:350px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.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 {
	background:url(../../../images/caption-bg.png) repeat;
	font-size: 15px;
	height:auto;
	padding:0;
	left:50px;
	min-height:190px;
	position: absolute;
	top: 45%;
	width: 380px;
	padding: 35px 30px 0 45px;
	z-index:8; display:none!important;
}
.nivo-caption h1 {
	color: #E7DAB2;
	font-size: 30px;
	line-height: 25px;
	margin:0px 0px 0px 0px;
	padding: 10px 14px 10px 14px;
}
.nivo-caption p {
	color: #a5a099;
	font-size:15px;
	line-height:22px;
	padding-left:10px;
	padding-right:10px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
    left:446px;
	margin: 0;
    position: absolute;
    text-align: center;
    top: 590px;
    width: 210px;
    z-index: 102;
}
.nivo-directionNav a {
	/*background-image:url(themes/default/arrows.png);
	background-repeat:no-repeat; */
    cursor: pointer;
    float: left;
    height: 61px;
    padding: 0;
    width: 100px;
}
.nivo-prevNav {
	background: url(../../../images/banner_arrow_lf.png) no-repeat scroll center top transparent;
	bottom: -12%;
	left: 5.6%;
	position: absolute;
	text-indent: -9999px;
	z-index: 999;
}
.nivo-prevNav:hover {
	background: url(../../../images/banner_arrow_lf.png) no-repeat scroll center bottom transparent;
	color:#900;
}
.nivo-nextNav {
	background: url(../../../images/banner_arrow_rg.png) no-repeat scroll center top transparent;
	position: absolute;
	bottom: -12%;
	text-indent: -9999px;
	right:10px;
	z-index: 10;
}
.nivo-nextNav:hover {
	background: url(../../../images/banner_arrow_rg.png) no-repeat scroll center bottom transparent;
	color:#900;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    left: 43.8%;
    margin: 0;
    position: absolute;
    text-align: center;
	top: 54px;
    z-index: 10; display:none;
}
.nivo-controlNav a {
	background: url(../../../images/banner_btn.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 35px;
	margin:0px 2.5px;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    width: 35px;
    z-index: 9;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
    background: url(../../../images/banner_btn_h.png) no-repeat scroll 0 0 transparent;
}
@media only screen and (min-width:1100px) and (max-width:1410px) {
.nivo-controlNav {  left:40%; }
}
@media only screen and (min-width: 600px) and (max-width: 769px) {
.nivo-caption h1{
	font-size:19px; 
}
.nivoSlider{
	left:0;
}
.nivo-directionNav{
	left:0;
	right:0;
	margin:0 auto;
	top:226px;
}
.nivo-caption{
	display:none !important;
	height:120px;
	top:41px;
	padding:17px 20px 0 20px;
}
.nivo-directionNav a{
	height:38px;
	width:56px;
}
.nivo-prevNav{
	background:url(../../../images/banner_arrow_lf1.png) no-repeat center top;
	left:34.1%;
}
.nivo-nextNav{
	background:url(../../../images/banner_arrow_rg1.png) no-repeat 0px 0px;
	right:26.6%;
}
.nivo-prevNav:hover {
	background: url(../../../images/banner_arrow_lf1.png) no-repeat center bottom;
}
.nivo-nextNav:hover { 
	background: url(../../../images/banner_arrow_rg1.png) no-repeat 0px -39px;
}
.nivo-controlNav{
	left:40.8%;
	top:47px;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover{
	background:url(../../../images/banner_btn1.png) no-repeat;
}
.nivo-controlNav a{
	background:url(../../../images/banner_btn_h1.png) no-repeat;
	width:21px;
	height:21px;
}
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
.nivo-caption h1{
	font-size:16px; 
	line-height:10px;
}
.nivoSlider{
	left:0;
}
.nivo-directionNav{
	left: 0;
    margin: 0 auto;
    right: 0;
    top: 162px;
}
.nivo-caption{
	display:none !important;
	height:85px;
	top:16px;
	padding:17px 10px 0 10px;
	width:300px;
}
.nivo-directionNav a{
	height:38px;
	width:56px;
}
.nivo-prevNav{
	background:url(../../../images/banner_arrow_lf1.png) no-repeat center top;
	left:34.3%;
}
.nivo-nextNav{
	background:url(../../../images/banner_arrow_rg1.png) no-repeat 0px 0px;
	right:26.6%;
}
.nivo-prevNav:hover {
	background: url(../../../images/banner_arrow_lf1.png) no-repeat center bottom;
}
.nivo-nextNav:hover { 
	background: url(../../../images/banner_arrow_rg1.png) no-repeat 0px -39px;
}
.nivo-controlNav{
	left:40%;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover{
	background:url(../../../images/banner_btn1.png) no-repeat;
}
.nivo-controlNav a{
	background:url(../../../images/banner_btn_h1.png) no-repeat;
	width:21px;
	height:21px;
}
.banner .banner-frame {
	padding-top:33px;
}
}
@media only screen and (min-width: 244px) and (max-width: 399px) {
.nivo-caption , .nivo-caption h1 , .nivo-caption p{
	display:none !important;
}
.nivoSlider{
	left:0;
}
.nivo-directionNav{
	left:-20%;
	top:112px;
}
.nivo-directionNav a{
	height:38px;
	width:56px;
}
.nivo-prevNav{
	background:url(../../../images/banner_arrow_lf1.png) no-repeat center top;
	left:34.3%;
}
.nivo-nextNav{
	background:url(../../../images/banner_arrow_rg1.png) no-repeat 0px 0px;
	right:26.6%;
}
.nivo-prevNav:hover {
	background: url(../../../images/banner_arrow_lf1.png) no-repeat center bottom;
}
.nivo-nextNav:hover { 
	background: url(../../../images/banner_arrow_rg1.png) no-repeat 0px -39px;
}
.nivo-controlNav{
	left:25.8%;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover{
	background:url(../../../images/banner_btn1.png) no-repeat;
}
.nivo-controlNav a{
	background:url(../../../images/banner_btn_h1.png) no-repeat;
	width:21px;
	height:21px;
}
.banner .banner-frame {
	padding-top:34px;
}
}