/*S gcmsPicturesModal*/ #gcmsPicturesModal { position: absolute; right: 420px; left: 50px; top: auto; bottom: 30px; } #gcmsPicturesModal .modal-body{ padding:3px; } #gcmsPicturesModal .modal-header { position: absolute; right: 0px; top: 0px; padding: 0px; height: 30px; width: 30px; border-bottom: none; z-index: 99999; cursor:pointer; } #gcmsPicturesModal .modal-header .close { right: 0px; top:0px; } #gcmsPicturesModal .modal-body { } #gcmsPicturesList { height: 104px; overflow: hidden; } #gcmsPicturesList li { float:left; position: relative; width: 200px; height: 100px; padding: 2px; cursor: pointer; } #gcmsPicturesList li.selected { padding: 0px; border:2px solid #00ffff; } #gcmsPicturesList li:hover{ padding: 0px; border:2px solid #00ffff; } #gcmsPicturesList li img { float: left; width: 200px; height: 100px; } #gcmsPicturesList li .title { position: absolute; left: 0px; bottom: 5px; padding: 0 10px; color: #ffffff; } #gcmsPicturesViewer { display: none; position: absolute; right: auto; top: 75px; left: 305px; margin: 0px; /*background:url(/images/layout/bg110.png) center center;*/ } #coorForGcmsPicturesViewer { width: 20px; height: 20px; overflow: hidden; cursor: se-resize; position: absolute; right: 0; bottom: 0; background: url(../../images/layout/bg-coor.png) no-repeat right bottom; z-index: 99999; } #gcmsPicturesViewer .modal-header { background: none; } #gcmsPicturesViewer .modal-body { max-height: inherit; padding-top: 0; overflow: hidden; padding: 0px; } #gcmsPicturesViewerTitleLabel .creater{ font-size: 13px; margin-right: 10px; float: right; margin-top: 5px; } #gcmsPicturesViewerTitleLabel .phone_num{ font-size: 13px; margin-right: 39px; float: right; margin-top: 5px; } #gcmsPicturesViewerTitleLabel .info{ float: right; font-size: 13px; margin-top: 3px; display: none; } #gcmsPicturesViewerBox { left: 0px; right: 0px; top: 0px; bottom: 10px; position: absolute; } #gcmsPicturesViewerBox img{ } #gcmsPicturesViewerInfo { position: absolute; right: 0px; top: 15px; height: 30px; background:url(../images/bg-000-90.png); padding: 0 35px 0 5px; } #gcmsPicturesViewerInfo .title { color: #fff; font-weight: bold; line-height: 30px; font-size: 14px; padding: 0 10px 0 15px; } #gcmsPicturesViewerInfo .viewer-close { position: absolute; right: 0px; top: 0px; text-indent: -999999px; overflow: hidden; background: url(../images/bg_close.gif) no-repeat center 7px; border: none; } /*E gcmsPicturesModal*/