html, body {
    margin: 0;
    padding: 0px;
}

#cntMain {
    margin: 0;
    padding: 5px;
}

.c1{
    position: relative;
    width: 400px;
    height: 220px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.c1 h2, .c2 h2{
    margin: 0 0 5px 0;
}

.c1 .autoFloat{
    position: relative;
    float: left;
    margin-right: 5px;
    border: 1px solid #adadad;
}

.c2{
    position: relative;
    width: 370px;
    float: left;
    text-align: center;
}

.c2 .camCnt{
    position: relative;
    width: 118px;
    float: left;
    text-align: center;
    margin-right: 7px;
    margin-bottom: 9px;

}

.c2 .camCnt b{
    font-weight: bold;
    color: #4770ae;
}

.c2 .imgCnt{
    position: relative;
    width: 113px;
    padding: 1px;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 85px;
}

.c2 .camInfo{
    position: absolute;
    width: 113px;
    background-color: #fff;
    bottom:0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.8;
}
