.Carousel{
  height: 350px;
    overflow: hidden;
    position: absolute;
    width: 680px;
}
.Carousel > ul{
	position:absolute;
	top:0px;
	left:0px;
}
.Carousel > ul > li{
	position:relative;
	overflow:hidden;
	float:left;
	z-index:1;
}

.MainPanel
{
	margin: 10px;
	visibility: visible;
	float: left;
	position: relative;
	z-index: 1;
}

.MainPanel .MainPanelImage{
	border: none;
	  height: 350px;
    width: 680px;
	float: left;
}

.MainPanel .MainPanelImage a, .MainPanel .MainPanelImage a:hover{
	text-decoration: none;
	display:block;
}
	
.MainPanel .MainPanelImage img{
	border: none;
}

.PanelBackground
{
	background: transparent url("../images/DescriptionBg.png") repeat scroll left top;
	width: 930px;
	height: 45px;
	z-index: 1;
	position: absolute;
	bottom: -600px;
	left: 0px;
	padding: 0 25px;
}

.MainPanel .BigText {
	color: #FFFFFF;
	width: 620px;
	display: inline-block;
	font-size: 24px;
	line-height: 100%;
	position: absolute;	
	bottom: -100px;
	left: 0;
	z-index: 3;
	padding: 0 25px;			
}
.MainPanel .BigTextInPlace{
	bottom:65px;
}

.MainPanel .MediumText
{
	color: #FFC700;
	position: absolute;	
	width: 550px;
	font-size: 21px;
	bottom: -600px;
	left: 0;	
	z-index: 3;	
	padding: 0 25px;
}

.MainPanel .MediumTextInPlace{
	bottom:65px;
}
.MainPanel .MediumText .Subtitle
{
	font-size: 12px; 
	color: #ffffff;
	width: 550px;
	float: left;
}

.MainPanel .Links
{
	position: absolute;
	left: 0;	
	width: 930px;
	height: 30px;
	bottom: -600px;
	z-index: 3;	
	padding: 0 25px;
	overflow:hidden;
}

.MainPanel .MainPanelLink
{
	float: left;
	z-index: 5;
	padding: 7px 10px 0 0;
}

.MainPanel .ButtonsList
{
	 left: 530px;
    position: relative;
    top: 315px;
    z-index: 10;	
}

.MainPanel .ButtonsList li
{
	float: left;
}

.MainPanel .ButtonsList a{
	float: left;
	background: transparent url("../images/GoButton.png") no-repeat right top;
	color: #63625C;
	display: block;
	height: 20px;
	margin: 0;
	padding-top: 6px;
	text-align: center;
	width: 20px;	
	font-size:12px;
	cursor:pointer;
}

.MainPanel .ButtonsList li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.MainPanel .ButtonsList a.ButtonSelected
{
	background-position: left top;
	color: #FFFFFF;
}

.MainPanel .Arrows .Left 
{
	background: transparent url("../images/LeftRightArrow.png") no-repeat scroll left top;
	height: 99px;
	left: 0;
	position: absolute;
	top: 140px;
	width: 26px;
	z-index: 10;
	cursor:pointer;
}

.MainPanel .Arrows .Left:hover{
	background-position: left bottom;
}

.MainPanel .Arrows .Right 
{
	background: url("../images/LeftRightArrow.png") no-repeat scroll right top transparent;
    cursor: pointer;
    height: 99px;
    left: 655px;
    position: absolute;
    top: 140px;
    width: 26px;
    z-index: 5;
}
.MainPanel .Arrows .Right:hover{
	background-position: right bottom;
}

/* === LOADER === */
.Loading{
	background: transparent url("../images/loader.gif") no-repeat center center;
}
.Loading img{
	display:none;
}