
/* PICTURE */

.border
{
	border: 2px solid #132320;
}

.alignright
{
	margin-left: 20px;
}

.picture
{
	position: relative;
	margin: 4px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
	-moz-border-radius: 10px;

}



.picture.right
{
	float: right;

}

.picture.trevor
{
	background: rgba(0, 0, 0, 0.8) url('images/trevor-1.png') no-repeat;
	width: 225px;
	height: 250px;
}

.picture .caption
{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	color: white;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
	font-weight: bold;

	
}
