body {
	padding:10px;
}

#img_list {
	position: relative;
	float:left;
}
#img_list div.img_frame {
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
}

.frame_label {
	position:absolute;
	bottom:0;
	left:0;
	text-align: right;
}
.frame_label span {
	font-size:1.2em;
	color:black;
	background-color:white;
	padding:1px 4px;
	border-width:1px;
	border-style:solid;
	border-color:black;
}

.frame-slider {
	position: absolute;
	bottom:0;
	width:100%;	
	margin: 0;
}

#btnPlayPos {
	clear: both;
	margin-top:5px;
}

.hideFrame {
	visibility: hidden;
}

.IP_Cred {
	clear: both;
	color: #888888;
	font-size:0.85em;
}
.IP_Cred div {
	text-align: right;
}