@charset "UTF-8";
/* slideshow.css (c)2009 SugarHill Works LLC - http://www.sugarhillworks.com */


body#films_images {
	background-image: url(../img/bgd_body_frames.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#films_images #main_body {
	height: 570px;
	/*background-image: url(../img/bgd_frames.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
}

#images { 
	position: absolute;
	/*top: 145px;
	left: 582px;
	width: 315px;
	height: 250px;*/
	top: 103px;
	left: 540px;
	width: 400px;
	height: 335px;
	overflow: hidden;
	z-index: 550;
}

#images .frame { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/frame_ss_img.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 590;
}

#ss_cntr { 
	position: relative;
	top: 42px;
	left: 0px;
	width: 315px;
	height: 250px;
	margin: 0px auto;
	text-align: center;
	visibility: visible;
	z-index: 560;
}

#ss_cntr img {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 570;
}



#films { 
	/*background-color: #000;*/
	background-image: url(../img/frame_film.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	/*top: 61px;
	left: 111px;
	width: 370px;
	height: 295px;*/
	top: 12px;
	left: 60px;
	width: 470px;
	height: 395px;
	overflow: hidden;
	z-index: 550;
}

#mplayer {
	background: none;
	position: relative;
	top: 0px;
	left: 1px;
	width: 371px;
	height: 295px;
	margin: 50px;
	z-index: 590;
}
