#leftpanel {
	display: inline;
	float: left;
	width: 148px;
	padding: 0px;
	color: white;
	font: small Verdana,sans-serif;
	border: 1px solid white;
	background-color: #657776;
}

#content {
	margin-left: 178px;
}

/************** Position the Sire Profile div *****************/

#profile {
	clear: right;	/*needed to avoid sire slideshow */
	float: right;
	padding: 0px;
	margin: 10px 3% 20px 0px;
	width: 495px;
	color: #657776;
}

.ukUnderline {
	background: #657776;
	height: 2px;
}

td#split {
	background-image:url(images/split.jpg);
}

/************** Position the Sire Production div *****************/

#production {
	float: right;
	padding: 0px;
	margin: 10px 40px 0px 0px;
	width: 200px;
	color: #657776;
}

/************** Extra formattting for the Production div *****************/

#productionbody {
	padding: 15px;
}

#productionbody p {
	margin: 0px;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px dashed black;
	font-size: 0.8em;
	font-weight: bold;
}

#pdleft {
	float: left;
	width: 50px;
}

#pdright {
	float: right;
	width: 160px;
}

/************** Extra formattting for the Canadian profile, as it includes extra fields *****************/

#canadian {
	float: left;
	width: 180px;
	font-size: 0.8em;
}

#canadian .left {
	float: left;
	padding-left: 10px;
}

#canadian .right {
	float: right;
	padding-right: 10px;
}

/************** Formattting for the slideshow area including the photo, caption, and buttons *****************/

#slideshow {
	float: right; 
	width: 360px;
	height: 315px;	/* by fixing the height of the slideshow DIV, it stops the other elements 'jerking' up and down when the graphic changes */
}

#controls {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

#controls img {
	margin-right: 5px;
}

#picsCount {
	margin-left: 5px;
	display:inline;
	}

#picsSpan {
	float:left;
	font-weight: bold;
	font-size: 0.9em;
}

#caption {
	font-weight: bold;
	margin-top: 0px;
	text-align:center;
}

