.block {
	height:200px;
	width:240px;
	font-size: 1em;
	margin-right: 10px;
	padding: 10px;
	background: #E9E9E9;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
    -moz-box-shadow: 0.4em 0.4em 1em gray;
    -webkit-box-shadow: 0.4em 0.4em 1em gray;
    -khtml-box-shadow: 0.4em 0.4em 1em gray;
}
.block img {
	margin: 0 auto;
	-ms-interpolation-mode: bicubic;
	display: block;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.cam_loading {
	height:180px;
	width:240px;
	background:url("/img/loading.gif") no-repeat center center;
}
.cam {
	cursor: pointer;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	height:180px;
	width:240px;
}
ul.column{
	width: 100%;
    height:100%;
	padding: 0;
	margin: 10px 0 50px 0px;
	list-style: none;
}
ul.column li {
	float: left;
	padding: 0;
	margin: 5px 0;
	display: inline;
}

#cam_list_main div.title {
    margin:7px 0 0;
    text-align:center;
}
#cam_list_main div.title span {
    color: #000;
    font-size:11px;
    text-decoration:none;
}

