@CHARSET "UTF-8";

#headerimages-slider
{
	position:relative;
	width:100%;
	height:29vw;
	overflow:hidden;
}

#buttons-container
{
	position:absolute;
	bottom:6%;
	left:0px;
	width:100%;
	text-align:center;
	z-index:5;
}

.btn-slider-switch-item
{
	display:inline-block;
	width:16px;
	height:16px;
	cursor:pointer;
	background-image:url("../bg/btn-slider.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size: 16px 16px;
	margin-right:10px;
}

#headerimages-sliderpane
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#headerimages-slider .item
{
	position:absolute;
	top:0px;
	display:none;
}

#headerimages-slider .headerimages-text
{
	position:absolute;
	left:440px;
	top:60px;
	width:400px;
}

#headerimages-slider .headerimages-text .slogan
{
	margin-top:20px;
}