img.bs-ps{
	cursor: pointer;
}
#bs-photo-title{
	color: #fff;
}
.bs-thumbnail{
    max-height: 288px;
}
#bs-photo{
	/*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;*/
    margin-left: auto;
    margin-right: auto;
    max-height: 600px;
}
#bs-ps-content{
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: auto;
    height:inherit;
    /* To center horizontally */
    margin: 8px;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
#bs-photo-title{
	color:#444;
}