.b_PromoBlock div.promos {
	height: 307px;
	width: 270px;
	overflow: hidden;
	position: relative;
	background-color: black;
	border-bottom: 2px solid #EC008C;
}
.b_PromoBlock div.index {
	position: relative;
	margin: 0 auto;
}
.b_PromoBlock div.index-pos {
	position: absolute;
	z-index: 6;
	top: 20px;
	left: 20px;
	width: 230px;
}
.b_PromoBlock div.index div {
	cursor: pointer;
	display: block;
	width: 13px;
	height: 13px;
	float: right;
	background: transparent url(/img/eurovisionfamily/dot_off.gif) 50% 50% no-repeat;
}
.b_PromoBlock div.index div.active {
	background-image: url(/img/eurovisionfamily/dot_on.gif);
}
.b_PromoBlock div.promos img.next {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	cursor: pointer;
}
.b_PromoBlock div.promos img.prev {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 5;
	cursor: pointer;
}

.b_PromoBlock ul.promos li {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
.b_PromoBlock ul, .b_PromoBlock li, .b_PromoBlock h2, .b_PromoBlock .promo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.b_PromoBlock h2 {
	font-size: 16px;
}
.b_PromoBlock .tagline {
}
.b_PromoBlock .promo {
	position: relative;
	height: 307px;
	width: 270px;
}
.b_PromoBlock .content {
	position: absolute;
	bottom: 0px;
	width: 270px;
	left: 0px;
	color: white;
}
.b_PromoBlock .cPad {
	padding: 10px 55px 10px 55px;
}
.b_PromoBlock .content a {
	color: white;
	text-decoration: underline;
}
.b_PromoBlock .extra h2 {
	margin: 20px 0 0px 0 !important;
}

