@charset "utf-8";

/* all supporting elements */
#Photo p
{
}

/* caption */
#Photo p.caption
{
	float: left;
	font-size: 1.2em;
	color: #81939d;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* prev next controls */
#Photo p.controls
{
	margin: 0px;
	display: inline;
	float: right;
}

/* pause control */
#Photo p.pause
{
	padding-left:10px;
	display: inline;
	font-size: .9em;
	margin-top: 4px;
}

/* number links */
#Photo p.numbers
{
	display: inline;
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #e1e6e8;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	font-size: 1.1em;
}
#Photo p.numbers a
{
	font-weight: normal;
}
#Photo p.pause a
{
	font-size: 0.7em;
	font-weight: normal;
}

/* entire photo box */
#Photo {
	margin-top: 0px;
	margin-bottom: 11px;
}

/* photo itself */
#Photo p.image
{
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 275px;
}

#Photo p.image a:active, #Photo p.image a:focus
{
	outline:0;
}

#Photos {
	display: none;
}
