.photo {
	width : 135px;
	height : 100px;
	border-bottom : 1px solid #313131;
	border-left : 1px solid #313131;
	border-right : 1px solid #313131;
	border-top : 1px solid #313131;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#bbbbbb', Positive='true');
}

.photo_small {
	width : 100px;
	height : 135px;
	border-bottom : 1px solid #313131;
	border-left : 1px solid #313131;
	border-right : 1px solid #313131;
	border-top : 1px solid #313131;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#bbbbbb', Positive='true');
}

.picture {
	border-bottom : 1px solid #313131;
	border-left : 1px solid #313131;
	border-right : 1px solid #313131;
	border-top : 1px solid #313131;
}

a.photos {
	text-decoration : none;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
}

a:hover.photos {
	text-decoration : none;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
}

a:visited.photos {
	text-decoration : none;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
}