

.FullPicture {
	display: block;
	width: 100%;
	height: 319px;
	position: absolute;
}

#PromoContent .Content {
	display: block;
	width: 100%;
	height: 319px;
	position: absolute;
}

#PromoContent {
	background: url(../../images/promo/promo_bg.png) left top repeat-x;
	width: 100%;
	height: 319px;	
	position: absolute;
	overflow: hidden;

}


#PromoInfoContainer {
	height:319px;
	margin:0 auto;
	overflow:hidden;
	width:100%;
}

#PromoContentBg a {
	width: 100%;
	height: 100%;		
	display: block;
	position: absolute;
	z-index:2;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;	
	
}

#PromoContentBg .Content {
	z-index:2;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 1px;
	height: 1px;
}

#PromoContentBg .Content .inside {
	background: url(../../images/promo/3d-rightbg1.png) left top repeat-y;
	*background: none;
	width: 100%;
	height: 100%;	
	display: block;
	position: absolute;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#PromoContentBg .Content.FPC_1 .inside {
	background: none;
}

#PromoContentBg .Content.LeftSide .inside {
	background: url(../../images/promo/3d-leftbg1.png) right top repeat-y;
	*background: none;
}


