.photo-gallery a.photo{
    display: block;
    float: left;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid  #ED7E05;
    background-color: #3e2406;

}

.photo-gallery a.photo img{
    border: 0px none;
}


.photo-gallery a.photo:hover{

	background-color: #ED7E05;
}

/* caegories */
.gallery-categories a.box{
    float: left;
    display: block;
    width: 380px;
    margin-bottom: 10px;
    margin-right: 15px;
    border: 1px solid  #ED7E05;
    background-color: #3e2406;
    /* background-image: url(../img/gallery-box-background.png); */
    background-repeat: repeat-x;
    background-position: top;
    padding: 10px;

    border-radius: 4px;     /*opera chrome*/
    -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
}


.gallery-categories a.box:hover{
    border: 1px solid  #ED7E05;
    background-color: #3e2406;
    /* 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: #FFF990;;
    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: 270px;
}



