#cycle_main {
    background: #fff; margin: 0 0px 0px 0px;
    padding-bottom: 0px;
    border-spacing: 0px
}
//#cycle_main h1 { padding:0; margin-top: 0px }
//#cycle_main h2 { text-align: left }

#document_photos_table table { margin: auto; border-collapse: separate; border-spacing: 0px }
#document_photos_table td { vertical-align: top; text-align:center; width: 295px }
hr { margin-top: 0px; }

.pics { height: 285px; width: 380px; padding:0; margin:0; overflow: hidden }
.pics img { height: 275px; width: 370px; padding: 5px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img {
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}


#cycle-left-ico, #cycle-right-ico {
    /*
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
    */
}

cycle_left_icon {
    background:  url('cycle_nav_left.png') no-repeat;
}

cycle_right_icon {
    background:  url('cycle_nav_right.png') no-repeat;
}

