/* marquee
------------------------------------------------------------------------------------*/
#marquee-wrapper {
	position: relative;
	width: 536px;
	height: 408px;
	margin:0 0 15px 20px;
	background: url(/images/play/sports/marquee/bg_marquee.jpg) no-repeat;
}
#featured-mast {
	position:absolute;
	width: 499px;
	height: 314px;
	top:7px;
	left:13px;
	overflow: hidden;
}
#mast {	position: absolute; }
#mast a {	
	position:absolute;
	top:0px;
	left:0px;
}
#scroll-marquee {
	position: absolute;
	top: 333px;
	left: 3px;
	width: 517px;
	z-index: 90;
}	
	#scroll-marquee span.thumb-marquee  {
		float: left;
		margin: 0;
		width: 94px; 
		height: 78px;
		cursor: pointer;
	}
		#scroll-marquee span.thumb-marquee img {
			display: block;
			padding: 19px 0 0 15px;
		}
	#scroll-marquee-controls img {
		float: left;
		margin: 13px 0 0 2px;
		cursor: pointer;
	}
	#scroll-marquee-controls img:hover {
		background: none;
		padding: 0 0 0 0;
	}
	#scroll-marquee span.active, #scroll-marquee span:hover {
		background: url(/images/play/sports/marquee/thumb_marquee_active_bg.png) no-repeat;
		padding: 0;	
	}
/*----------------------------------------------------------------------------------*/


/* marquee
------------------------------------------------------------------------------------*/
#buckets{
	width:905px;
	height:246px;
	margin:45px 0 0 0;
	background:url(/images/play/sports/buckets.jpg) no-repeat left top;
	overflow:hidden; /* clear floats */
}
#buckets .my-vegas{
	float:left;
	width:325px;
	height:246px;
}
#buckets .rsvp{
	float:left;
	width:260px;
	height:246px;
}
#buckets .special-offer{
	position:relative;
	float:left;
	width:320px;
	height:246px;
}
#buckets p.offer{
	position:absolute;
	top:150px;
	left:98px;
	width:215px;
	height:45px;
	text-transform:uppercase;
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
}
#buckets .special-offer a.view-details{
	position:absolute;
	bottom:37px;
	left:98px;
	display:block;
	width:130px;
	height:12px;
	background:url(/images/play/sports/type/view_details.gif) no-repeat left top;
}
#buckets .special-offer a.more-offers{
	position:absolute;
	right:10px;
	bottom:17px;
	display:block;
	width:132px;
	height:12px;
	background:url(/images/play/sports/type/more_offers.gif) no-repeat left top;
}
/*----------------------------------------------------------------------------------*/