/****************BANERY STANDARD CMS***************/
.rotationRegion
{
	position: relative;
}
.rotationRegion .navpages
{
	position: absolute;
	left: 40px;
	bottom: 20px;
}
.rotationRegion .navpages .navp
{
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	background-image: url(/gfx/kropka-biala.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.rotationRegion .navpages .navp.active
{
	background-image: url(/gfx/kropka-zolta.png);
	background-repeat: no-repeat;
}
.banblock
{
  position: relative;
}

.lower_layer
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lower_layer img {
	max-width: 100%;
}

.upper_layer
{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  background-color: transparent;
}
.rotationRegion .carousel {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}

.rotationRegion .carousel:first-child 
{
    display: block;
}

.rotationRegion .carousel a
{
	display:block;
	position: relative;	
}
.rotationRegion .carousel img {
	max-width: 100%;
}
.ms
{
	display: none;
}
/****************************************/
