.rotate-wrap {
	width: 950px;
	clear: both;
}

.rotate-outer {
	position: relative;
	display: block;
	width: 300px;
	height: 300px;
	background: #303030;
	float: left;
	margin-right: 25px;
	overflow: hidden;
}

.rotate-inner-show {
	display: block;
	width: 288px;
	height: 288px;
	margin: 6px;
	background: #000000;
	float: left;
}

.rotate-inner {
	display: none;
	width: 288px;
	height: 288px;
	margin: 6px;
	float: left;
}

.rotate-go {
	position: absolute;
	right: -288px;
	top: 6px;
	z-index: 2;
}

.sportslink,
.digitallink,
.medialink {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 288px;
	height: 288px;
	margin: 6px;
	z-index: 10;
}

.sportslink a {
	display: block;
	height: 288px;
	width: 288px;
	background: url(../images/sportsarrow.png) no-repeat bottom left;
	background-position: 0 248px;
	overflow: hidden;
	z-index: 10;
}

.sportslink a:hover {
	background-position: -288px 248px;	
}

.digitallink a {
	display: block;
	height: 288px;
	width: 288px;
	background: url(../images/digitalarrow.png) no-repeat bottom left;
	background-position: 0 248px;
	overflow: hidden;
	z-index: 10;
}

.digitallink a:hover {
	background-position: -288px 248px;	
}

.medialink a {
	display: block;
	height: 288px;
	width: 288px;
	background: url(../images/mediaarrow.png) no-repeat bottom left;
	background-position: 0 248px;
	overflow: hidden;
	z-index: 10;
}

.medialink a:hover {
	background-position: -288px 248px;	
}
