#CJ_Gallery_Container { position: relative; display: block; width: 100%; height: auto; margin-top: 50px; }
#CJ_Gallery_Container .GJ_Gallery_Item { position: relative; display: block; width: 245px; height: auto; float: left; clear: none; background: #fff; border: 1px solid silver; margin-bottom: 20px; }
#CJ_Gallery_Container .GJ_Gallery_Item .photo { position: absolute; top: 21px; left: 21px; display: block; width: 200px; height: 200px; background: #fff;  border: 1px solid #eee;  overflow: hidden; }
#CJ_Gallery_Container .GJ_Gallery_Item .photo a { position: relative; display: block; width: 200px; height: 200px; }
#CJ_Gallery_Container .GJ_Gallery_Item .caption { display: block; width: 80%; height: 48px; margin: 242px auto 0; text-align: center; font-size: 10px; line-height: 140%; }
#CJ_Gallery_Container .GJ_Gallery_Item .caption strong { font-size: 12px; font-weight: normal; }

#CJ_Gallery_Container .gutter { margin-right: 30px; }

#CJ_Gallery_Container .GJ_Gallery_Single_Item { position: relative; display: block; width: 245px; height: auto; float: left; clear: none; background: url(../images/background_single.gif) no-repeat top left; }
#CJ_Gallery_Container .GJ_Gallery_Single_Item .photo { position: absolute; top: 21px; left: 21px; display: block; width: 200px; height: 200px; background: #fff;  border: 1px solid #eee; overflow: hidden; }
#CJ_Gallery_Container .GJ_Gallery_Single_Item .photo a { position: relative; display: block; width: 200px; height: 200px; }
#CJ_Gallery_Container .GJ_Gallery_Single_Item .caption { display: block; width: 80%; height: 48px; margin: 242px auto 0; text-align: center; font-size: 10px; line-height: 140%; }
#CJ_Gallery_Container .GJ_Gallery_Single_Item .caption strong { font-size: 12px; font-weight: normal; }
