@charset "utf-8";
body {
	background-image: url(../img/cambg.gif);
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.4ex;
}
.title {
	background-image: url(../img/cam_titlebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 349px;
	height: 95px;
	margin: 0px;
	padding: 0px;
}
.title .cameraname {
	background-color: #FFFFFF;
	width: 180px;
	text-align: center;
	color: #000066;
	font-weight: bold;
	float: right;
	position: absolute;
	top: 54px;
	left: 154px;
	padding-top: 5px;
	height: 16px;
}
.bnr {
	width: 349px;
	text-align: center;
	padding-top: 20px;
}
#picture {
	width: 349px;
	text-align: center;
}
#picture .otcam {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.bnr img {
	border: 1px solid #FFFFFF;
}



#picture img {
	border: 2px solid #FFFFFF;
}
#picture .otcam ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#picture .otcam li {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

