@charset "utf-8";
/* CSS Document */

section.slider {
	height:490px;
	width:100%;
	position: relative;
	overflow: hidden;
	}

/* Fallback styles for when JavaScript fails */
section.slider.no-js {
	overflow: visible;
}

section.slider.no-js > div {
	display: block !important;
	float: left !important;
	width: 100% !important;
	position: relative !important;
}

.pagination {
	z-index: 1;
	}
ul.pagination {
	position: absolute;
	top: 470px;
	left: 200px;
	}

.pagination li {
	float: left;
	margin: 0 6px;
	display: block;
	width:8px;
	height: 8px;
	}

.pagination li a span {
	text-indent:-997em;
	width: 8px;
	height: 8px;
	display: block;
	border: #6f6f6e solid 1px;
	background: none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}

.pagination li a:hover span {
	background: #e3000f;
	border: 1px solid #e3000f;
	}
	
section.slider .column {
	background: rgba(207, 207, 207, 0.85);
	padding:30px;
	height: 490px;
	}
	
	
section.slider > div {
	width:5000px;
	height:490px;
	position:relative;
	}
	
section.slider a:hover {
	color:#fff;
	}
	
h2#promocje {
color: #e3000f;
}

h2#promocje:hover a {
color: #6f6f6e;
}