@charset "utf-8";
/* CSS Document */


a.webcam_button {
	display:block;
	width:519px;
	height:26px;
	padding-left:66px;
	padding-top:29px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	line-height:1em;
	background:url(../img/webcam/button_webcam.gif) no-repeat;
	color:#fff;
}

a.webcam_button:hover {
	background-image:url(../img/webcam/button_webcam_ov.gif);
}

div.panel {
	float:left;
	width:275px;
	margin:0px 0px;
}

div.panel_left {
	margin-right:25px;
}

div.panel img {
	margin-top:10px;
}

a.zoom {
	font-size:10px;
	color:#999;
}

a.zoom:hover {
	color:#000;
}