/* HOME */
#sideright {
	width:304px;	
}

.banner  {	
	margin-left:15px;
}

#main {
	width:625px;
	margin:0;
	padding:0;
}

#intro {
	padding:0px;
	margin-bottom:20px;
}

#skipnavlink, #quick-search label, .hidden {display:none}

/* What's on gallery */

#whatson {
	width: 625px;
	height: 275px;
	position: relative;
	overflow: hidden;
}

#whatson ul,
#whatson li {
	margin: 0;
	padding: 0;
	list-style: 0;
}

#whatson {
	line-height: normal;
}

#whatson li {
	position: relative;
}

#whatson img {
	display: inline;
	vertical-align: bottom;
}

#whatson .background {
	display: block;
	width: 625px;
	height: 45px;
	background: #0863CC;
	position: absolute;
	bottom: 0;
	bottom: -1px;
	left: 0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 100;
}

#whatson .blurb a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#whatson .blurb {
	position: absolute;
	bottom: 12px;
	left: 15px;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	z-index: 102;
	font-weight: bold;
}

#whatson .blurb img {
	margin: 0 5px;
	vertical-align: middle;
}

#whatson .pager {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 103;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
}

#whatson .pager a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 6px 2px 6px;
	margin: 0 2px;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #0863CC;
	color: #a0ccff;
}

#whatson .pager a.activeSlide,
#whatson .pager a:hover {
	background: #0863CC;
	color: #fff;
}

#whatson .title {
	position: absolute;
	z-index: 100;
	top: 15px;
	left: 15px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}