/* example_5 css */
#promocje {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 264px; /* important */
	height: 195px; /* important */
	background: #20314f;

}

#promocje_frame {position: relative;}
#promocje_frame img {position: absolute;}
#promocje_previous {float: left}
#promocje_next {float: right;}

#promocje_content {
	position: absolute;
	margin-top: 0px;
	top: 0;
width: 5418px;

}
strong.special {color: #ff1111}
.promocje_item {
	padding: 0px;
	height: 195px;
	background: #000;
	text-align: left;
	background: #20314f;
	float: left;
	#display: block;
	list-style: none;  
    margin: 0;  
    padding: 0;  
	
}

.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;}
			
