/* The containing box for the gallery. */
div.info {
    position:relative;
    width:800px;
    margin:2px auto 0 auto;
    }
/* Removing the list bullets and indentation */
div.info ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }

/* Remove the images and text from sight */
div.info a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
	font-weight:bold;
    }
/* Adding the thumbnail images */
div.info a.gallery, div.info a.gallery:visited {
    display:block;
    color:#fff;
    text-decoration:none;
    border:1px solid #000;
	border-color: #FFFF22;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }

/* set the size of the unordered list to neatly house the thumbnails */
div.info ul {
    width:220px;
    }
div.info li {
    float:left;
    }
/* move the thumbnails into the correct position */
div.info ul {
    margin:5px;
    float:right;
    }

/* change the thumbnail border color */
div.info a.gallery:hover {
    border:1px solid #fff;
	border-color: #FF6A00;
    }
/* styling the :hover span */
div.info a.gallery:hover span {
    position:absolute;
    width:540px;
	height:560px;
    top:15px;
    left:15px;
    }
div.info a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }
div.info a.slideb:hover img, div.info a.slideo:hover img {
    float:right;
    }


img.vert
{
	height:470px;
	width:400px;
}

img.oriz
{
	height:400px;
	width:500px;
}

div#content
{
	min-height : 760px;
}
