/**************************************/
/* PHOTOS */

.photo {
	background:			#000;
	border:				1px #000 solid;
	float:				left;
}

.image {
	text-align:			center;
}

.full {
	width:		618px;
}

.half {
	width:			298px;
	margin-right:	20px;
}

.photo .caption {
	padding:			3px;
	color:				#fff;
	font-family:		Verdana;
	font-size:			11px;
}

/**************************************/
/* PHOTO CONTROLS */

.photoButtons {
	position:			relative;
	top:				-3px;
	float:				right;
}

.photoButton {
	font-size:			14px;
}

a.photoButton:active, a.photoButton:visited, a.photoButton:link {
	text-decoration:	none;
	color:				#fff;
}

a.photoButton:hover {
	text-decoration:	underline;
	color:				#ddd;
}