@charset "utf-8";
/* CSS Document */

/* ADROTATE
----------------------------------------------- */
div.adcontent {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 552px; 
}
div.adcontent a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.adcontent a:focus, div.adcontent a:hover, div.adcontent a:active {
	text-decoration: underline;
}
div.slideshow-container {
	position: relative;
	clear: both;
	padding:0px;
	margin:0px;
	overflow:hidden;
	height: 280px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/themes/mtg2013/images/indicator.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 552px;
	height: 280px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {se

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 552px;
	height: 280px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 280px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 0px solid #ccc;
	display:block;
	margin:0; 
	padding:0; 
}
div.caption-container {
	
}
span.image-caption {
	display: block;
	position: absolute;
	
}
div.caption {
	background-color: #818C95;
	padding: 8px;
	text-indent:50px;
	color: #fff;
}
div.caption a {
	color: #fff;
}
div.image-title {
/*font-family: Helvetica, sans-serif, Arial;*/
	font-size: 0.9em;
	font-weight:bold;
color: #fff;
text-transform: uppercase;
}

div.image-desc {
/*font-family: Helvetica, sans-serif, Arial;*/
	font-size: 0.6em;
	padding-top: 2px;
color: #fff;
}
div.navigation {
position: absolute;
	z-index:150;
top:10px;
right:10px;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	/*margin-right: 12px; bring back if add arrows*/ 
	margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
	padding-right: 0px;
float:right;
}
ul.thumbs li {
	float: left;
	padding: 0px;
	list-style: none;
	margin-top: 200px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 0px solid #ccc;
	background-color:#818C95;
	height:7px;
	width:7px;
	overflow:hidden;
}
ul.thumbs a{
color: #FFFFFF;
font-weight:bold;
font-size:0.1em;
}
ul.thumbs a:hover{
	text-decoration:none;
}
ul.thumbs li.selected a.thumb {
	background: #ccc;
}
a.thumb:focus {
	outline: none;
}
.controls{
position: absolute;
	z-index:50;
top:2px;
right:0px;
}
.nav-controls .prev{
	margin-right:75px;
}
#whatsonbox{
	margin-top:20px;
	width:123px;
	margin-right:20px;
	height:250px;
	display:block;
	overflow:hidden;	
}
#whatsonbox1{
	margin-top:20px;
	width:123px;
	height:250px;
	display:block;
	overflow:hidden;		
}
.whhead{
	color: #A7AEB5;
	font-size: 0.9em;
	font-weight:bold;
	margin-bottom:5px;
}
.whdesc{
	color: #B1AEB6;
	font-size: 0.7em;
}
#whatsonbox a, #whatsonbox1 a{
	color:#737F95;
	text-decoration:none;
}