@charset "utf-8";
/* CSS Document */

a img {
    border:0;
}

.photogallery .category, .photogallery .photo {
    float: left;
            margin-right: 5px;
            margin-bottom: 5px;
            text-align: center;
            font-size:11px;
            color:Black;
            width:112px;
            height:153px;
			margin-right: 26px;
			margin-top: 5px;
}

.photogallery .category label, .photogallery .photo label {
    padding:2px 5px;
    display:block;
	clear: both;
}

.photogallery .category a, .photogallery .photo a {
            color:#F15926;
}

.photogallery img {
            border: 13px solid #e5e5e5;
}

.photogallery .categoryTitle {
    font-weight:bold;
    font-size:16px;
    color:#333;
    margin:10px 0px;
	clear: both;
}
