.theme-glazik .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-glazik .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-glazik .nivoSlider a {
	border:0;
	display:block;
}

.theme-glazik .nivo-controlNav {
	position:absolute;
 /*   right: 50%;
    bottom: 5px; */
}
.theme-glazik .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-glazik .nivo-controlNav a.active {
	background-position:0 -20px;
}

.theme-glazik .nivo-directionNav a.nivo-prevNav {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
    background-position: 0px 0px;
	text-indent:-9999px;
	border:0;
	margin: 0px 15px;
	z-index: 9999999999!important;
}

.theme-glazik .nivo-directionNav a.nivo-nextNav {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	background-position: -30px 0px;
	text-indent:-9999px;
	border:0;
	margin: 0px 15px;
	z-index: 9999999999!important;
}

.theme-glazik .nivo-div-right {
	left: 0px;
	z-index: 99!important;
	padding: 50px 33px;
	position: absolute;
/*	margin-top: 11%; */
	cursor: pointer;
}


.theme-glazik .nivo-div-left{
	right:0px;
	z-index: 99!important;
	padding: 50px 33px;
	position: absolute;
/*	margin-top: 11%; */
	cursor: pointer;
}

/*
@media screen and (max-width: 830px) {
	.theme-glazik .nivo-div-right, .theme-glazik .nivo-div-left {
		margin-top: 9% !important;
	}
}

@media screen and (max-width: 670px) {
	.theme-glazik .nivo-div-right, .theme-glazik .nivo-div-left {
		margin-top: 5% !important;
	}
}


@media screen and (max-width: 450px) {
	.theme-glazik .nivo-div-right, .theme-glazik .nivo-div-left {
		margin-top: 0% !important;
	}
}
*/
.theme-glazik .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-glazik .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-glazik .nivo-caption a:hover {
    color:#fff;
}


#left_nivo_slider{
    min-height: 164px;
}
#right_nivo_slider{
    min-height: 300px;
}