.iReport_Wall {
	position: relative;
	width: 634px;
	height: 279px;
	overflow: hidden;
	-webkit-user-select: none;
	/* Disable tap highlighting */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.iReport_Wall > .iReport_Element {
	width: 126px;
	height: 69px;
	margin: 1px 0 0 1px;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #dedede;
	z-index: 1;
}

.iReport_Wall > .iReport_Element:nth-child(1),
.iReport_Wall > .iReport_Element:nth-child(2),
.iReport_Wall > .iReport_Element:nth-child(3),
.iReport_Wall > .iReport_Element:nth-child(4),
.iReport_Wall > .iReport_Element:nth-child(5) {
	margin-top: 0;
}

.iReport_Wall > .iReport_Element:nth-child(5n+1) {
	margin-left: 0;
}

.iReport_Wall > .iReport_Element > .iReport_Tile {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #696969;
	color: #fefefe;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.4s;
}

.iReport_Wall > .iReport_Element > .iReport_Tile.clicked {
	opacity: 0.8;
}

.iReport_Wall > .iReport_Element > .iReport_Tile > .iReport_Title {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 5px 10px;
	font: 14px Helvetica, Arial, sans-serif;
}

.iReport_Wall > .iReport_Stats {
	width: 380px;
	height: 69px;
	margin: 1px 0 0 1px;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #252525;
	z-index: 1;
}

.iReport_Wall > .iReport_Stats > .iReport_Buttons {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10px;
	width: 102px;
	height: 100%;
	border-right: 1px solid #2b2b2b;
	text-align: center;
}

.iReport_Wall > .iReport_Stats > .iReport_Buttons > button {
	width: 80px;
	height: 18px;
	font-size: 10px;
	background-color: #444;
	color: white;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 4px 0;
}

.iReport_Wall > .iReport_Stats > .iReport_Buttons > button.selected {
	background-color: #ca0002;
}

.iReport_Wall > .iReport_Stats > .iReport_Stats_Panel {
	position: absolute;
	top: 12px;
	right: 0;
	width: 277px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 200;
	-webkit-transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-duration: 1s, 0s;
	-webkit-transform: rotateX(-90deg);
}

.iReport_Wall > .iReport_Stats > .iReport_Stats_Panel.transitionOut {
	opacity: 1;
	-webkit-transform: rotateX(90deg);
}

.iReport_Wall > .iReport_Stats > .iReport_Stats_Panel.transitionIn {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
}

.iReport_Wall > .iReport_Stats > .iReport_Stats_Panel > .iReport_Stats_Widget {
	padding: 0 8px;
	border-left: 1px solid #646464;
	display: inline-block;
	white-space: nowrap;
}

.iReport_Wall > .iReport_Stats > .iReport_Stats_Panel > .iReport_Stats_Widget:first-child {
	border-left: none;
}

.iReport_Wall > .iReport_Stats > .iReport_Stats_Panel > .iReport_Stats_Widget > .iReport_Stats_Label {
	color: #858585;
	font: 12px/1.5em Helvetica, Arial, sans-serif;
}

.iReport_Wall > .iReport_Stats > .iReport_Stats_Panel > .iReport_Stats_Widget > .iReport_Stats_Numbers > .iReport_Stats_Number {
	display: inline-block;
	float: left;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 16px/1.5em Helvetica, Arial, sans-serif;
	background-color: #666;
	color: #fcfcfc;
	width: 1em;
	height: 1.5em;
	margin-left: 1px;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.iReport_Wall > .iReport_Overlay {
	position: absolute;
	width: 634px;
	height: 279px;
	overflow: hidden;
	background-color: black;
	opacity: 1;
	z-index: 2;
	-webkit-transition-property: opacity, z-index;
	-webkit-transition-duration: 0.5s, 0.2s;
	-webkit-transition-timing-function: linear, linear;
}

.iReport_Wall > .iReport_Overlay.hidden {
	opacity: 0;
	z-index: 0;
}

.iReport_Wall > .iReport_Overlay a[href] {
	color: #73c9f6;
	text-decoration: none;
}

.iReport_Wall > .iReport_Overlay a[href]:hover {
	color: #c70102;
}

.iReport_Wall > .iReport_Overlay > .iReport_CloseButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 19px;
	margin: 4px;
	content: url('http://i.cdn.turner.com/cnn/.element/img/3.0/ireport/close.png');
}

.iReport_Wall > .iReport_Overlay > .iReport_Description {
	position: absolute;
	top: 46px;
	left: 327px;
	width: 290px;
	font: italic 14px Helvetica, Arial, sans-serif;
	color: white;
}

.iReport_Wall > .iReport_Overlay > .iReport_Description > .iReport_Headline {
	font: bold 18px Helvetica, Arial, sans-serif;
}

.iReport_Wall > .iReport_Overlay > .iReport_Description > .iReport_Blurb {
	margin-top: 1em;
	padding-left: 40px;
	background-image: url('http://i.cdn.turner.com/cnn/.element/img/3.0/ireport/quote.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.iReport_Wall > .iReport_Overlay > .iReport_MediaWell {
	position: absolute;
	top: 46px;
	left: 10px;
	opacity: 1;
	-webkit-perspective: 200;
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: -50% 50%;
	-webkit-transition-property: opacity, -webkit-transform;
	-webkit-transition-duration: 0.4s, 0.5s;
	-webkit-transition-timing-function: ease-in-out;
}

.iReport_Wall > .iReport_Overlay > .iReport_MediaWell.hidden {
	visibility: hidden;
	opacity: 0;
}

.iReport_Wall > .iReport_Overlay > .iReport_MediaWell.transitionIn {
	opacity: 0;
	-webkit-transform: scale(0.8) rotateY(90deg);
	z-index: 1;
}

.iReport_Wall > .iReport_Overlay > .iReport_MediaWell.transitionOut {
	-webkit-transform: scale(1.2) rotateY(-90deg);
	opacity: 0;
	z-index: 2;
}

.iReport_Wall > .iReport_Overlay > .iReport_MediaWell > .iReport_Media {
	z-index: 3;
	line-height: 0;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left 95%, left bottom, from(transparent), to(white));
}

.iReport_Wall > .iReport_Overlay > .iReport_MediaWell > .iReport_Bug {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

.iReport_Wall > .iReport_Overlay > .iReport_MediaWell > .iReport_Bug.vetted {
	content: url('http://i.cdn.turner.com/cnn/.element/img/3.0/ireport/vetted.png');
}

.iReport_Wall > .iReport_Overlay > .iReport_MediaWell > .iReport_MediaSource {
	background-color: black;
	color: #696969;
	font: 12px Helvetica, Arial, sans-serif;
	opacity: 0.7;
	z-index: 4;
	padding: 4px;
}

.iReport_Wall > .iReport_Overlay > .iReport_PrevElement {
	position: absolute;
	bottom: 10px;
	left: 9px;
	content: url('http://i.cdn.turner.com/cnn/.element/img/3.0/ireport/prev.png');
	width: 32px;
	height: 32px;
}

.iReport_Wall > .iReport_Overlay > .iReport_NextElement {
	position: absolute;
	bottom: 10px;
	left: 279px;
	content: url('http://i.cdn.turner.com/cnn/.element/img/3.0/ireport/next.png');
	width: 32px;
	height: 32px;
}

.iReport_Wall > .iReport_Spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.2;
	z-index: 8;
	font: 48pt Helvetica, Arial, sans-serif;
	margin: -26pt 0 0 -16pt;
	-webkit-animation-name: rotateSpinner;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

.iReport_Wall > .iReport_Spinner.hidden {
	display: none;
}

@-webkit-keyframes rotateSpinner {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

