.photos-carousel {
    margin: 0;
    background: #ffffff;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}
	/* gallery bugfix 2014-03-20
    .photos-carousel li {
        width: 236px !important;
    }
        .photos-carousel li br {
            display: none;
        }
	*/
        .photos-carousel li a {
			/* gallery bugfix 2014-03-20
			width: auto !important;
            height: auto !important;
			*/

            padding: 16px 0 0 0;
			/* gallery bugfix 2014-03-20
			margin: 0 !important;
			*/
            box-shadow: none;
        }
			/* gallery bugfix 2014-03-20
            .photos-carousel li a img {
                width: 223px !important;
                height: auto;
            }
            .photos-carousel li a .ov {
                width: 100% !important;
                height: 100% !important;
            }
			*/