.photo-gallery a.photo{
    display: block;
    float: left;
    padding: 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-image: url(../img/gallery-box-background.png);
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid  #392e29;
    background-color: #655d5a;
    border-radius: 4px;     /*opera chrome*/
    -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */

}

.photo-gallery a.photo img{
    border: 0px none;
}


.photo-gallery a.photo:hover{
    background-image: url(../img/gallery-box-background-hover.png);
    background-repeat: repeat-x;
    background-position: bottom;
	background-color: #897c77;
}

/* caegories */
.gallery-categories a.box{
    float: left;
    display: block;
    width: 400px;
    margin-bottom: 10px;
    margin-right: 15px;
    background-color: #301d13;
    background-image: url(../img/gallery-box-background.png);
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #392e29;
    padding: 10px;

    border-radius: 4px;     /*opera chrome*/
    -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
}


.gallery-categories a.box:hover{
    background-color: #352720;
    background-image: url(../img/gallery-box-background-hover.png);
    background-repeat: repeat-x;
    background-position: top;
	text-decoration: none;
}


.gallery-categories img{
    border: 0px none;
}

.gallery-categories table, .gallery-categories p{
	color: ##1e1e1e;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
}

.gallery-categories .thumbnail{
	float: left;
	width: 100px;
	height: 75px;
}

.gallery-categories .description-box{
	float: right;
	display: block;
	width: 290px;
}



