.gallery
{
    width: 750px;
    height: 130px;
    border: 5px solid #253d54;
    position: relative;
    overflow: hidden;
}
.deleteimage
{
    float:none !important;
    text-align: center;
    margin-right:-10px;
}
.fullview
{
    width: 750px;
    min-height: 800px;
    border: 5px solid #253d54;
    background-color: ThreeDDarkShadow;
    position: relative;
    overflow: hidden;
}
.image_container
{
    position: absolute;
    z-index: 1;
}
.image_container img
{
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
}

/* Not Necessary for tut*/
a.next
{
    position: absolute;
    z-index: 2;
    left: 695px;
    top: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(sprite_home.png) -16px -16px no-repeat;
    width: 61px;
    height: 42px;
    display: block;
}
a.prev
{
    position: absolute;
    z-index: 2;
    left: -3px;
    top: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(sprite_home.png) -78px -16px no-repeat;
    width: 61px;
    height: 42px;
    display: block;
}
a.next:hover
{
    background-position: -16px -59px;
}
a.prev:hover
{
    background-position: -78px -59px;
}
