@CHARSET "UTF-8";

#interslide {
	border: 1px solid #1B75A4;
	/* position: fixed; */
	position: fixed;
	z-index: 1986;
}

#interslide img {
	z-index: 1987;
    color: #9999ff;
}

#interslide_dimmer {
    background-color: black;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1984;
}

#interslide_help {
    z-index: 1985;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    border-top-style: solid;
    border-top-width: 2px;
    background-color: #003366;
    color: #cccccc;
    border-top-color: #000033;
}

#interslide_text {
	z-index: 1990;
	color: white;
	background-color: #1B75A4;
	display: block;
	padding: 3px;
	text-align: center;
	font-size: 11px;
	position: fixed;
}
	
#interslide_control {
	position: fixed;
	z-index: 1988;
	cursor: pointer;
	background-color: #1B75A4;
}