body {
background-color: #c2c1a2;
}

.main {
	top: 50%;
	left: 50%;
	margin-left: -568px;
	position: absolute;
	margin-top: -120px;	
	}

.cam_list {
    heigh: 110px;
    padding: 0px;
    border: 10px solid #333333;
    background: #000000;
	}


.cam_list_txt {
    width: 140px;
    heigh: 110px;
    border-bottom: 1px solid #000000;
    text-align: center;
    font-family: Tahoma;
    color: #ffffff;
    background: #444444;
    font-size: 0.9em;
    padding: 5px;
	}

img:hover {
opacity:0.7;
}

.copy {
    float: right;
    height: 20px;
    margin-top: 5px;
    font-family: Tahoma;
    color: #ffffff;
    font-size: 0.8em;
    padding-right: 30px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
