/*
FILENAME: hh_gallery.css
VERSION: 1.0
DMS VERSION: 3.5
CREATED ON: 
NOTES:
	Basic color and layout, should be styled site specific.
	Empty CSS tags listed here for structure only.
*/

.hhImageBox{width: 175px; height: 125px;}

#Albums{}
#Albums ul{display: block; clear: both; display: block; overflow: hidden;list-style:none;}
#Albums ul li{float: left; margin-right: 30px; margin-bottom:20px; list-style:none; width:175px; text-align:center;min-height:240px;}
#Albums ul li a{font-size: 16px; margin-bottom: 10px; display: block; line-height:normal;height:40px;}
#Albums ul li .album-image{max-width: 175px; max-height: 125px; overflow: hidden;}

.back-to a:link{
    color:#BA0100;
    text-decoration:underline;
    font-size:90%;
}

.back-to a:visited{
    color:#BA0100;
    text-decoration:underline;
        font-size:90%;
}

.back-to a:hover{
    color:#333;
    text-decoration:none;
        font-size:90%;
}

.back-to a:active{
    color:#BA0100;
    text-decoration:underline;
        font-size:90%;
}
