#popup_window { background: #fe6506; text-align:center; margin: 0; padding: 0; overflow: hidden; }
H1 { margin: 0 0 15px; }

.slideshow_minimize { height: 200px; width: 320px; }

#loader {display: none; position: absolute; z-index: 999; background-image: url(../img/slideshow/ajax-bar.gif); width: 220px; height: 19px;}

#slide {position:absolute; top:0; left:0; z-index:1000;}

#slide_name { 
	z-index:999; 
	height: 0; 
	overflow: hidden; 
	margin: 5px auto; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center; 
	display: none;
}

#controls { 
	border: solid 1px silver; 
	color: black; 
	width: 420px; 
	height: 50px; 
	cursor:pointer; 
	margin: 0 auto;
	filter: expression(fixDIV(this)); 
}

#close {
	float: right;
	width: 28px; height: 25px;
	margin: 15px 22% 0 0;
	cursor:pointer; 
    background: url(../img/slideshow/close.png) no-repeat; 
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity:0.7;
}

#images, #prev, #next, #speed, #stopplay { float: left; }

#images { float: left; width: 80px; margin: 19px 0 0 10px; }
.bordered { border: 1px solid #ae3719; padding: 3px; }

#prev span { background-position: 0 0; width: 73px; background-repeat:no-repeat;
    display:block; height:29px; overflow:hidden; text-indent:-999px;
    background-image: url(../img/slideshow/left.png); float: left; margin: 10px;
}

#next span { background-position: 0 0; width: 73px; background-repeat:no-repeat;
    display:block; height:29px; overflow:hidden; text-indent:-999px;
    background-image: url(../img/slideshow/right.png); float: left; margin: 10px 10px 0 0;
}

#stopplay span { background-position: 0 0; width: 37px; background-repeat:no-repeat;
    display:block; height:29px; overflow:hidden; text-indent:-999px;
    float: left; margin: 10px 10px 0 0;
}
.pause {background-image: url(../img/slideshow/pause.png);}
.resume {background-image: url(../img/slideshow/center.png);}

#speed { margin: 19px 0 0 0; position:relative; }

#speed_arrow {width: 85px;}

#speed_arrow div {
    background-position:0 0;
    background-repeat:no-repeat;
    float:right;
    height:5px;
    overflow:hidden;
    text-indent:-999px;
    width:9px;
    margin: -9px 0 0 13px;
}

.arrow_up { background-image:url(../img/slideshow/arrow-up.png);}
.arrow_down { background-image:url(../img/slideshow/arrow-down.png); }
#speed_values {
	border: solid 1px silver; 
    background-color:#efefef;
    color:black;
    position:absolute;
    top: -65px;
    padding:0 10px 0 5px;
    line-height:130%;
    z-index: 200;
    display: none;
}
#speed_values a{
    background-color:#efefef;
    color:black;
    text-decoration: none;
}
#speed_values a:hover{
    background-color:#2A5982;
    color:black;
    text-decoration: underline;
}
#speed_values ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    overflow:hidden;
    padding: 5px 15px 5px 15px;
    width: 5em;
    *width: 6em;
}
#speed_values ul li {cursor: pointer; float: left; padding-bottom: 2px; }

#speed_values ul li a.li_highlight {
    background-color:#efefef;
    color:black;
    text-decoration: underline;
}

.transparentDiv70 {
	background-color:#efefef;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity:0.7;
}
