﻿
.marquee_container
{
	background-color: #144780;
	padding: 4px;
	border: 2px solid #d9e3ef;
}

.marquee
{
	height: 52px;
	background-image: url(../../_gfx2009/layout/infoscrollercenter.png);
	background-repeat: repeat-x;
	position: relative;
}

.marquee .left
{
	height: 52px;
	width: 70px;
	background-image: url(../../_gfx2009/layout/infoscroller_left_fadeoutlayer.png);
	position: absolute;
	top: 0px;
	left: -1px;
}

.marquee .right
{
	height: 52px;
	width: 70px;
	background-image: url(../../_gfx2009/layout/infoscroller_right_fadeoutlayer.png);
	position: absolute;
	top: 0px;
	right: -1px;
}



.marquee .games
{
	height: 30px;
	line-height: 30px;
}

.marquee .games .ajax__marquee_wrapper
{
	width: 850px;
}
.marquee .games .ajax__marquee_wrapper .item
{
	vertical-align: middle;
	padding-right: 16px;
	padding-left: 16px;
}
.marquee .games .ajax__marquee_wrapper .item .title
{
}

.marquee .games .ajax__marquee_wrapper .item a
{
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}

.marquee .games .ajax__marquee_wrapper .item img
{
	vertical-align: middle;
}

.marquee .games .ajax__marquee_wrapper .item span
{
	font-size: 12px;
	color: #444444;
	vertical-align: middle;

}

.marquee .games .ajax__marquee_wrapper .item span.date
{
	font-size: 14px;
	color: #444444;
	text-transform:capitalize;
}

.marquee .games .ajax__marquee_wrapper .item span.trailer
{
	font-size: 14px;
	color: #444444;
	font-weight:bold;
}


.marquee .headlines
{
	height: 20px;
	line-height: 20px;
}

.marquee .headlines .ajax__marquee_wrapper
{
	width: 850px;
}
.marquee .headlines .ajax__marquee_wrapper .item
{
	padding-right: 16px;
	padding-left: 16px;
}
.marquee .headlines .ajax__marquee_wrapper .item .title
{
}

.marquee .headlines .ajax__marquee_wrapper .item a
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #444444;
}

.marquee .headlines .ajax__marquee_wrapper .item span
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #444444;
}





