#slideshow_wrap, #slideshow {
	position:relative;
	width: 845px;
	height: 507px;
	overflow: hidden;
}

	#slideshow_wrap a {
		float:left;
		position:absolute;
	}
	
	#slideshow_wrap a img {
		border:none;
		height: 507px;
	}
	
	#slideshow_wrap a.show {
		z-index:500;
	}

	#slideshow_wrap .caption {
		z-index:700; 
		background:transparent;  
		height:65px;		
		position:absolute;
		bottom:0;
		right:0;
	}
	
	#slideshow_wrap .logotag {
		margin: 5px;
		float: left;
	}

	#slideshow_wrap .caption .content {
		margin:5px
	}

#actionButtons {
	width: 242px;
	height: 49px;
	background: url(../design/main/main_flash_player_bg.png) no-repeat;
	padding: 5px;
}

#actionButtons:hover {
	background: url(../design/main/main_flash_player_bg_over.png) no-repeat;
}

/* prev, next, prevPage and nextPage buttons */
#actionButtons a.scr_button {
	float:left;
	cursor:pointer;
	width: 58px;
	height: 40px;
	border: 0px solid #fff;
	text-align: center;
}

/* right */
#actionButtons a.right 				{  }
#actionButtons a.right:hover 		{ background: url(../design/main/player_next.png) no-repeat center center; }
#actionButtons a.right:active 	{  } 


/* left */
#actionButtons a.left				{ } 
#actionButtons a.left:hover  		{ background: url(../design/main/player_prev.png) no-repeat center center; }
#actionButtons a.left:active  	{  }

/* play */
#actionButtons a.play 				{  }
#actionButtons a.play:hover 		{ background: url(../design/main/player_play.png) no-repeat center center; }
#actionButtons a.play:active 	{  } 


/* stop */
#actionButtons a.stop				{ } 
#actionButtons a.stop:hover  		{ background: url(../design/main/player_pause.png) no-repeat center center; }
#actionButtons a.stop:active  	{  }


/* disabled navigational button */
#actionButtons a.disabled {
	visibility:hidden !important;		
} 

#main_keplayer {
    left: 0;
    position: absolute;
    top: 0;
	height: 62px;
	width: 845px;
	background: url(../design/main/main_flash_keplayer_bg.png) repeat left top;
	margin-top: 445px;
	color: #fff;
	font-weight: bold;
	padding: 7px;
	z-index:600;
}

p.scr_logok_overlay {
    position: absolute;
	height: 50px;
	width: 300px;
	color: #000;
	font-weight: bold;
	z-index: 99999;
	margin-top: 450px;
	margin-left: 540px;
	text-align: right;
}

p.scr_logok_overlay img {
	height: 47px;
	margin-right: 10px;
}

#main_keplayer:hover {
	background: url(../design/main/main_flash_keplayer_bg_over.png) repeat left top;
}

#main_stiluslayer {
    left: 0;
    position: absolute;
    top: 0;
	height: 507px;
	width: 27px;
	color: #fff;
	font-weight: bold;
	margin-left: 818px;
	z-index:600;
}

#main_stiluslayer a {
	text-decoration: none;
}

#main_stiluslayer p {
	margin-top: 30px;
}	