#sliderHomePage{
	width:98%;
	height:auto;
	padding:1%;
	background:#f0f0f0;
}

.positive_flight #sliderHomePage{
  width:100% !important;
}

.aviastore #sliderHomePage{
  width:100% !important;
}

.emBehaviorNivoSlider {
    position: relative;
	background-size: 100% auto !important;
	max-width:100% !important;
	max-height:100% !important;
}
.emBehaviorNivoSlider img {
    right: 0; 
    position: absolute;
    top: 0;
	max-width:100%;
	height:auto;
}
.emBehaviorNivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    max-width: 100%;
    z-index: 6;
}
.emBehaviorNivoSlider a.nivo-imageLink img{
}
.nivo-slice {
    display: block;
  max-height: 100% !important;
  background-size: 100% auto !important;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none ;
    top: 10%;
    color: #FFFFFF;
    left:10%;
    opacity: 0.8;
    position: absolute;
    width: auto;
	height:auto;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption p strong {
	display:none;
}
.nivo-caption p h3 {
	font-size:4em;
	text-transform:uppercase;
	color:#fff;
	line-height:90%;
	float:left;
	text-shadow: 0px 0px 5px #000;
    filter: dropshadow(color=#00384e, offx=0, offy=0);
}
.nivo-caption .fleches {
	clear:left;
	display:block !important;
	width:30% !important;
	height:12% !important;
	border:none;	
}
.nivo-caption .fleches img {	
	width:100% !important;
	height:auto !important;
	position:inherit;
		border:none;	
}
.nivo-caption a {
    display: inline !important;
}
.emBehaviorNivoSliderHtmlCaption {
    display: none;
}
.nivo-directionNav a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
    opacity: 0.7;
    padding: 10px;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav a {
	float:left;
	margin:5px;
    cursor: pointer;
    position: relative;
	text-indent:-5000px;
    z-index: 9;
	display:block;
	width:18px;
	height:18px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	background:#f0f0f0;
	-webkit-box-shadow:  0px 0px 1px 1px #868585;
    box-shadow:  0px 0px 1px 1px #868585;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background:#dc911b;
}
.emBehaviorNivoSliderThumbsPositionOutBottom .nivo-controlNav {
    bottom: -70px;
    position: absolute;
}
.emBehaviorNivoSliderThumbsPositionOutTop .nivo-controlNav {
    position: absolute;
    top: -70px;
}
.emBehaviorNivoSliderThumbsPositionOutRight .nivo-controlNav {
    bottom: 0;
    position: absolute;
    right: -110px;
}
.emBehaviorNivoSliderThumbsPositionOutLeft .nivo-controlNav {
    left: -100px;
    position: absolute;
    top: 0;
}
.emBehaviorNivoSliderThumbsPositionOutBottom .nivo-controlNav img {
    display: inline;
    margin-right: 10px;
    position: relative;
}
.emBehaviorNivoSliderThumbsPositionOutTop .nivo-controlNav img {
    display: inline;
    margin-right: 10px;
    position: relative;
}
.emBehaviorNivoSliderThumbsPositionOutRight .nivo-controlNav img {
    display: block;
    margin-right: 10px;
    position: relative;
}
.emBehaviorNivoSliderThumbsPositionOutLeft .nivo-controlNav img {
    display: block;
    margin-right: 10px;
    position: relative;
}
.emBehaviorNivoSliderThumbsPositionInTop .nivo-controlNav {
    position: absolute;
   bottom: 10px;
   left:10px;
}
.emBehaviorNivoSliderThumbsPositionInTop .nivo-controlNav img {
    display: inline;
    margin-right: 10px;
    position: relative;
}
