
#promo_container {
	position: relative;
}

.jcarousel-skin-tc  .jcarousel-container {
}

.jcarousel-skin-tc .jcarousel-container-horizontal {
    width: 100%;
}
.jcarousel-skin-tc ul li {
	padding: 0;
	margin: 0;
	background: none;
}
.jcarousel-skin-tc .promo_block {
	margin-left: 0;
}

.jcarousel-skin-tc .jcarousel-clip-horizontal {
    width:  99%;
    height: 290px;
    position: relative
}

.jcarousel-skin-tc .jcarousel-item {
    width: 783px;
    height: 290px;
    position: relative
}

.jcarousel-skin-tc .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


.promo_carousel_control {
	position: absolute;
	right: 15px;
	bottom: -32px;
	width: 250px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-family: Verdana;
}
.promo_carousel_control a:link,
.promo_carousel_control a:active,
.promo_carousel_control a:visited,
.promo_carousel_control a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	clear: none;
	width: 60px;
	height: 27px;
	line-height: 27px;
	padding-bottom: 5px;
	text-align: center;
	background: url(control-bg.gif) repeat-x left top;
}
.promo_carousel_control a.active:link,
.promo_carousel_control a.active:active,
.promo_carousel_control a.active:visited,
.promo_carousel_control a.active:hover {
	background-position: left bottom;
}

.promo_block {
	
}


#left-x {
	background: url(pleyada_light.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 290px;
}
#right-x {
	background: url(pleyada_right.png) no-repeat left top;
	position: absolute;
	top: 0;
	right: 1%;
	width: 10px;
	height: 290px;
}






