@CHARSET "UTF-8";

.promo-box-wrapper {
position: absolute;
z-index: 10;
left: 0px;
bottom: 38px;
width: 468px;
height: 230px;
background: #fff;
}

.promo-box-head {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-left: 10px;
	background: url(../images/orange-89_1.png);
	text-transform: uppercase;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	font-size: 20px;
}

.promo-box-inner {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 37px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

.promo-box-image {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	bottom: 0px;	
	width: 238px;
	
}

.promo-box-image img {
	height: 100%;	
}

.promo-box-content {
padding: 10px;
font-size: 13px;
position: absolute;
z-index: 1;
left: 238px;
right: 0px;
top: 0px;
bottom: 43px;
overflow: hidden;
padding-top: 0px;
}

.promo-box-content * {
	color: #000 !important;
}

.promo-box-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.promo-box-content .event-date {
	margin-top: 5px;
}

.promo-box-text {
	margin-top: 5px;
	height: 81px;
	overflow: auto;
	line-height: 1;
}

.promo-box-more {
	position: absolute;
	z-index: 1;
	left: 211px;
	right: 0px;
	bottom: 33px;
	height: auto;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
}

.promo-box-more a,.promo-box-more a:link {
	color: #000 !important;
}

.promo-box-items {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.promo-box-item {
	position: relative;
	display: inline-block;	
	height: 100%;
}

.promo-box-item-inner {
	
}

.promo-box-wrapper .dots {
	position: absolute;
	z-index: 4;
	bottom: 10px;
	right: 11px;
	height: 10px;
	width: auto;
}

.promo-box-wrapper .dots li {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 2px;
	background: url(../images/dots_1.png) no-repeat 0 0;
	cursor: pointer;
}

.promo-box-wrapper .dots li.selected,.promo-box-wrapper .dots li:hover
	{
	background-position: 0 -10px;
}

.promo-box-wrapper .secClose {
	right: -15px !important;
	left: auto !important;
	top: -15px !important;
	bottom: auto !important;
}