/*S gcmsVideoModal*/ #gcmsVideoModal { position: absolute; right: auto; top: 75px; left: 305px; bottom: auto; margin: 0px; width: 500px; } #coorForGcmsVideoModal { 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; } #gcmsVideoModal .modal-header { cursor: pointer; } #gcmsVideoModal .modal-body { max-height: none; } #gcmsVideoPlayer { height: 100%; width:100% } #gcmsVideoList { overflow: hidden; } #gcmsVideoList li { float: left; margin:5px 10px 5px 0; } #gcmsVideoList li .btn { width: 80px; } #gcmsVideoList li .btn.selected { background: #00287b; border-color: #00287b; color: #ffffff; } /*E gcmsVideoModal*/