#imagelistadmin {
             font-family: Arial, sans-serif;
                list-style-type: none;
                margin: 0px;
                padding: 0px;
                text-align: center;
                <!--695px;-->
}

#imagelistadmin li {
                cursor: move;
                position: relative;
                float: left;
                margin: 1px 1px 0px 0px;
                width: 170px;
                height: 230px;
                text-align: center;
}

#imagelist {
             font-family: Arial, sans-serif;
                list-style-type: none;
                margin: 0px;
                padding: 0px;
                text-align: center;
                <!--695px;-->
}

#imagelist li {
                position: relative;
                float: left;
                margin: 1px 1px 0px 0px;
                width: 170px;
                height: 230px;
                text-align: center;
}


.outer { position:relative; top:0px; left:0px; }
.popup a span { display: none; z-index: 1; position: absolute;}
.popup a#iefix:hover { border: 0; }
.popup a:hover span { display: block; position: absolute; padding: 0px; z-index: 50; }
span.imagepopup { bottom: -100px; left: -40px; }

.galpreviewpopup {  z-index: 50; position: absolute; top: -40px; left: 200px; display: none; opacity:0; filter: alpha(opacity=0); }

div.infowindow
{
background-color: white; text-align: left; border: 1px solid #555; font-weight: normal; padding: 5px; opacity: 0.9; filter: alpha(opacity=90);
}

div.lastcomment
{
position: absolute; top: 5px; width: 160px; z-index: 1000; display: none; overflow: hidden;
}

div.lastcommpreview
{
position: absolute; top: 0px; left: -30px; width: 200px; z-index: 1000; display: none; overflow: hidden;
}

div.randomimage
{
position: absolute; top: 5px; width: 250px; z-index: 1000; display: none; overflow: hidden;
}


div.infobutton
{
  filter: alpha(opacity=50);
  opacity: 0.5;
}

div.infobutton:hover
{
  filter: alpha(opacity=100);
  opacity: 1;
}


a.infobutton
{
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a.infobutton:hover
{
  filter: alpha(opacity=100);
  opacity: 1;
}



ul.sortable li {
        position: relative;
}

ul.boxy {
        font-family: Arial, sans-serif;
        list-style-type: none;
        width: 695px;
        margin: 0px;
        padding: 4px 4px 0 4px;
        font-size: 13px;
        border: 1px solid #ccc;
}
ul.boxy li {
        cursor:move;
                float: left;
                width: 170px;
                height: 150px;
        margin-bottom: 4px;
        padding: 2px 2px;
        border: 1px solid #ccc;
        background-color: #eee;
}