/* example_5 css */
#promocje {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 200px; /* important */
	height: 172px; /* important */
	background: #20314f;
}

#promocje_frame {position: relative;}
#promocje_frame img {position: absolute;}
#promocje_previous {top: 0; left: 0;}
#promocje_next {top: 172px; left: 0;}

#promocje_content {
	position: absolute;
	margin-top: 0px;
	left: 0;


}
strong.special {color: #ff1111}
.promocje_item {
	padding: 5px;
	height: 172px;
	background: #000;
	text-align: left;
	background: #20314f;
}

.promocje_item h4 {
	font-size: 165%;
	color: #ffffff;
	font-weight:bold;
}

.promocje_item p {
	font-size: 100%;
	color: #ccc;
	font-weight: bold; 
}

.promocje_item a {
	font-size: 100%;
	color: #47c5ff;
	text-decoration: underline;
	}
#container_bd .promocje_item a {
	color: #ff0;
	text-decoration: underline;
}
#container_bd .promocje_item a:hover {color: #0f0;}
			
