/*this is for a photo card*/
/* thanks to : http://wellstyled.com/css-photo-cards.html */

.card-left, .card-right {
	float: left;
	width: 330px; /*this must be changed with the size of the photo*/
	margin: 0 15px 15px 0;
	padding: 10px 0;
	text-align: center;
	background: #F0F8FF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 75%;
}
    .card-right {
       float: right;
       margin: 0 0 15px 15px;
       }