@charset "utf-8";
/* CSS Document by Cow XL - Ronald Menges*/

*
{
	padding:0;
	margin:0;
	border:none;
}

html, body 
{
	height:100%;
	font:12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#000;
	background:transparent;
}

a
{
	color:#cc170e;
	text-decoration:underline;
}

#container
{
	width:350px;
	height:350px;
	overflow:hidden;
	background-image:url(/images/webcam_bg.jpg);
	color:#000;
}

h1
{
	height:40px;
	font-size:14px;
	text-align:center;
	font-family:arial, verdana, sans-serif;
	overflow:hidden;
}

#selectCam
{
	line-height:25px;
	text-align:center;
	margin-bottom:10px;
}

#selectCam span
{
	color:#000;
}

#content
{
	padding:0px 15px;	
}

#content img
{
	border:1px solid #fff;
}

#webcamplayerSlider
{
	width:350px;
	line-height:25px;
}

#webcamplayerSlider p
{
	width:338px;
	height:25px;
	line-height:25px;
	padding-left:12px;
}

#cam
{
	width:320px;
	height:240px;
	overflow:hidden;
}

.camdiv
{
	margin-left:12px;
	width:320px;
	height:240px;
	overflow:hidden;
	border:#666 2px solid;
}



