/*Placeholders*/
/*****************************************************************************/

#openPlaceholder
{
}

#webCamImage
{
	background-color: #CCC;
	margin: 0 0 21px 0;
	padding: 5px 0 0 0;
	width: 352px;
}

#webCamNav
{
	width: 352px;
	height: 35px;
	margin: 0;
	padding: 10px 0;
	color: #666;
	font-weight: bold;
}

#webCamNav strong
{
	color: #000;
}

#panLeft, a#panLeft:link, a#panLeft:visited, a#panLeft:active, a#panLeft:hover
{
	background-color: Transparent;
	float: left;
	width: 105px;
	height: 35px;
	background-image: url(../../gfx/pan_left.gif);
}

#panRight, a#panRight:link, a#panRight:visited, a#panRight:active, a#panRight:hover
{
	background-color: Transparent;
	float: right;
	width: 105px;
	height: 35px;
	background-image: url(../../gfx/pan_right.gif);
}

#panLeft .alt,
#panRight .alt
{
	display: none;
}

