#marqueeBox {
	background: #f4f4f4;
	height: 320px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#marqueeData {
	display: none;
}

#marquee {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

	div#marquee a {
		display: block;
		
		margin: 0 auto 5px;
		width: 180px;
	}
	
		div#marquee a img {
			background: url(../images/grey-loader.gif) no-repeat center center;
			height: 112px;
			width: 180px;
		}

		div#marquee a span {
			display: block;
			color: #000;
			padding: 5px 0 0;
			text-align: center;
		}

			div#marquee a:hover span {
				text-decoration: underline;
			}
