ul.gallery { 
           float: left; 
           padding: 10px;
           min-height: 12em; 
           background:#CCC;
           list-style: none;
           -moz-border-radius:10px;
           margin-top: 0;
		   min-width: 250px;

           } * 
html #gallery { 
     height: 12em; 
} /* IE6 */
      
.gallery.custom-state-active { 
       background: #eee; 
}
.gallery li {
      padding: 0; 
      margin: 10px 0; 
      text-align: center; 
      border: 2px solid #999;
      background:#EEE;
      cursor: move;
	  max-width: 250px;
}
      
.gallery li h5 { 
         margin: 0 0 0.4em; 
         cursor: move; 
 }
      
.gallery li a { 
         color: #000 !important;
}
      
.gallery li a.ui-icon-zoomin { 
         float: left; }

.gallery li img{ 
      max-width: 350px; 
      cursor: move;       
      margin: 4px;
}
.gallery li .imageFrame{
      max-width: 400px;
}

.rankheader{
font-weight: bold;
font-size: 15px;
color:#08507C;
margin-bottom: 3px;
}
      
ul.rankbox { 
           float: left;
           min-height: 20; 
           padding: 10px;
           list-style:decimal;
           background: #FFF;
           -moz-border-radius: 10px;
           min-height:160px;
           border: 2px dashed #08507C;
	       min-width: 250px;
           } * 

html #rankbox { 
     height: 18em; 
     } /* IE6 */
      

ul.rankbox li{
      cursor: move; 
      margin: 5px 20px;
      padding: 3px;
      font-weight: bold;
      font-size: 18px;
	  width: 160px;
}
ul.rankbox li img { 
      vertical-align:top; 
}
ul.rankbox li .AnswerText{
      font-weight: normal;
}


.rankbox h4 { 
         line-height: 16px; 
         margin: 0 0 0.4em; 
}
      
.rankbox h4 .ui-icon { 
         float: left; 

         }
      
.rankbox .gallery h5 { 
         display: none; 
         }
      
.ui-helper-reset { 
                 list-style:decimal inside;
}
.rankHeader  {
	padding:10px;
    margin-left:25px;
    max-width: 300px;
}