.img_player
{
	background: #333;
	padding: 10px;
}

.img_player .stage
{
	margin: 0 auto 0 auto;
	background: #333;
	overflow: hidden;
	text-align: center;
}

.img_player .controls
{
	height: 40px;
	margin-top: 10px;
	background: url(../images/player.png) 0 -212px repeat-x;
	overflow: hidden;
	border: none;
}

.img_player .controls a
{
	text-decoration: none;
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
}

.img_player a.play
{
	background: url(../images/player.png) 0 0 no-repeat;
}
.img_player a.pause
{
	background: url(../images/player.png) 0 -40px no-repeat;
}
.img_player a.stepforward
{
	background: url(../images/player.png) 0 -120px no-repeat;
}
.img_player a.stepbackward
{
	background: url(../images/player.png) 0 -160px no-repeat;
}

.img_player .scrubber
{
	float: left;
	height: 40px;
	background: url(../images/player.png) 0 -80px repeat-x;
}

.img_player .scrubber a
{
	display: block;
	position: relative;
	top: 50%;
	left: 0;
	margin: -6px 0 0 0;
	width: 8px;
	height: 12px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	background: url(../images/player.png) 0 -160px no-repeat;
}

.ui-widget-content
{
	border: none;
}

#pageActions
{
	position: absolute;
	top: 40px;
	left: 0;
}

img
{
	border: none;
}

@media print
{
	.noPrint
	{
		display: none;
	}

	.scrubber .ui-state-default
	{
		border: none;
	}
}

@media screen
{
	.noScreen
	{
		display: none;
	}
}

#imagePlayerDisplay
{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	overflow-y: auto;
	overflow-x: hidden;
	width: 600px;
	height: 430px;
}

h1
{
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0 0 0px 0;
	border-bottom: 1px solid #ccc;
}
html
{
	height: 100%;
}
body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#map_canvas
{
	height: 100%;
}
.camList
{
	background-image: url(images/cam.ico);
}