    .photo-pane{float:left; margin:10px 0; width:auto;}
    .ui-dialog-buttonpane {margin-top: -35px !important;}
    #multiUpload{
            width:190px !important;
    }
    .ui-dialog-buttonpane{
            margin-right:25px !important;
            border-radius: 5px !important;
            opacity:0;
    }
    .ui-dialog-buttonpane button{
            padding:1px 10px !important;
            background:#418E1C !important;
            border:1px solid #418E1C !important;
            color:#fff !important;
    }
    .ui-dialog-buttons{width:650px !important; min-height: 290px !important; border:3px solid #ccc !important;}
    .ui-dialog .ui-dialog-title{
            color:#000 !important;
    }

    .ui-button-text{
            padding:0 !important;
    }

    .ui-dialog .ui-dialog-titlebar{
            padding:10px !important;
            border:none !important;
            font-size:24px !important;
    }

    #demoFiler input{float: left !important; padding:5px 10px !important;}
    .ui-dialog-buttonpane{float: right !important; padding: 0 !important;}
    .uploadArea{ min-height:150px; height:auto; border:1px dotted #ccc; padding:10px; cursor:move; margin-bottom:10px; position:relative;}
    h1, h5{ padding:0px; margin:0px; }
    h1.title{ font-family:'Boogaloo', cursive; padding:10px; }
    .uploadArea h1{ color:#ccc; width:100%; z-index:0; text-align:center; vertical-align:middle; position:absolute; top:25px;}
    .dfiles{ clear:both; border:1px solid #ccc; background-color:#E4E4E4; padding:3px;  position:relative; height:25px; margin:3px; z-index:1; width:97%; opacity:0.6; cursor:default;}
    h5{ width:95%; line-height:25px;}
    h5, h5 img {  float:left;  }
    .invalid { border:1px solid red !important; }
    .buttonUpload { display:inline-block; padding: 4px 10px 4px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0074cc; -webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border: 1px solid #cccccc; color:#fff; }
    .progress img{ margin-top:7px; margin-left:24px; }
    #fancybox-overlay{
            background:#000 !important;
            opacity: 100 !important;
    }

    #fancybox-content{
            min-width:1100px !important;
    }
    .fancybox-title-over{background: #333 none repeat scroll 0 0 !important;}
    
    .ui-progressbar-value{height: 70% !important;margin-top: -27px !important;}
    .status {
      //position: relative;
      margin-top: 10px !important;
      margin-bottom: 10px !important;
      font-weight: bold;
      text-shadow: 1px 1px 0 #fff;
   }

    .status span{color:#fff; text-shadow: none; float: left}
    .cc{background: #f0f0f0; width: 50px; height: 16px; border-radius: 5px; padding: 4px; color: #000; margin-left: 45%; border: 1px solid #ccc;}

    .location{float:left; width:98%; cursor:pointer; padding: 0px 10px;height: 40px;margin-top: 10px;}
    .locations{float:left;}
    .locations p{margin-bottom:0;}
    .pick-img{
            width:283px;
            float:left;
            margin:10px;
            height:283px;
    }

    .pick-img img{
            width:100%
    }

   /* #lightboxOverlay{
            height:100% !important;
    }*/

    /* Photo selection overlay — controlled by inline <style> in photos_index.php */
    .select{float:right; text-align:right;}
    .select .btn{    padding: 8px 13px;
        background: #fff;
        border: 1px solid #bbb;
	border-radius:4px;
        color: #47525d;
    }
    .loding {
            background-color: #e9e9e9;
            border: 1px solid;
            border-color: #c6c6c6;
            color: #333;
            font-size: 12px;
            display: block;
            text-align: center;
            padding: 10px 0;
            outline: 0;
            font-weight:bold;
            }
            .loding_txt {
            background-image: url(../img/loading_16.gif);
            background-position: left;
            background-repeat: no-repeat;
            border: 0;
            display: inline-block;
            height: 16px;
            padding-left: 20px;
    }
    .show_more_main{text-align: center;}
    .show_more_imag{
            background-repeat: repeat-x;
            padding: 0;
            width: 504px !important;
            border: 1px solid #c6c6c6 !important;
            background-color: #f5f5f5;
            background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
            background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
            border: 1px solid #dcdcdc;
            border: 1px solid rgba(0,0,0,0.1);
            color: #444;
            -moz-border-radius: 2px;
            border-radius: 2px;
            cursor: default;
            height: 27px;
            line-height: 27px;
            margin: 2px 0;
            min-width: 54px;
            padding: 0 8px;
            text-align: center;
            -moz-transition: all 0.218s;
            transition: all 0.218s,visibility 0s;
            -moz-user-select: none;                
    }
    .show_more_imag:hover {
        background-color: #f8f8f8;
        background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
        background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
        border: 1px solid #c6c6c6;
        color: #222;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    }