body {
	background-color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	z-index: 1; 
}

#slideshow_bg {
	display: none;
	position: absolute; 
	top: 50%;
	left: 50%; 
	width: 644px;
	height: 600px; 
	padding: 0px 30px; 
	text-align: center; 
	margin-left: -350px;
	margin-top: -300px; 
	z-index: 90; 
	opacity: 0.85;
	filter:alpha(opacity=85);
}
#slideshow_body_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 90;
}

#slideshow_container {
	display: none;
	position: absolute; 
	top: 50%;
	left: 50%; 
	width: 644px;
	height: 600px; 
	padding: 0px 30px; 
	text-align: center; 
	margin-left: -350px;
	margin-top: -300px; 
	z-index: 100; 
}

#slideshow {
	margin: 2px auto 15px auto; 
	padding: 0px; 
	width: 640px;
	height: 480px;
	border: none; 
	text-align: center; 
}

#slideshow div {
	margin: 0px auto; 
	text-align: center; 
	border: none; 
	width: 640px;
	height: 480px; 
    padding: 0px;
    white-space: nowrap;
}

#slideshow div span.slide-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0px;
}

#slideshow div img {
	margin: auto;
	text-align: center;
	vertical-align: middle; 
/*	display: block; */
    display: inline-block;
	padding: 0px; 
/*
	width: 640px;
	height: 480px; 
*/
    max-width: 636px;
    max-height: 476px;
	background-color: #eef; 
	border: none; 
}

#slide_controls {
	padding: 5px 10px;
	margin: 5px auto;
	clear: both; 
	display: block; 
	text-align:center; 
	border: none; 
}

#pause {
	margin: 10px auto;
	text-align: center;
}

.float-left { float: left; }
.float-right { float: right; }

.curs-pointer { cursor: pointer; }

