
#matchschedule-carousel {
	position: relative;
	width: 482px;
	height: 165px;
	
	background: #085295 url(matchschedule-carousel.jpg);
	
	overflow: hidden;
	color: #fff;
	
	margin: 0 0 5px 0;
	}

/* Header */	
#matchschedule-carousel .header {
	background: #011d35;
	border-bottom: 1px solid #2164a0;
	height: 25px;
	width: 100%;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}
	
	#matchschedule-carousel .header h2 {
		font-size: 11px;
		margin: 0;
		padding: 0;
		text-shadow: 0 1px 0 rgba(0,0,0,.5);
		line-height: 25px;
		margin: 0 10px;
		color: #fff;
		}
		
/* UL */
#matchschedule-carousel ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 0;
	}
	
#matchschedule-carousel li {
	list-style: none;
	width: 483px;
	height: 115px;
	padding: 50px 0 0 0;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	font-size: 13px;
	position:relative;
	background: none;
	}
	
#matchschedule-carousel .event-label {
	position: absolute;
	top: 35px;
	left: 40px;
	background: #011d35;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 1px 4px;
	}
	
#matchschedule-carousel .dtend {
	display: none !important;
	position: absolute;
	top: 0;
	left: 0;
	}	
	
#matchschedule-carousel abbr {
	border: none;
	}
	
	#matchschedule-carousel .summary {
		font-size: 22px;
		margin: 0;
		padding: 0;
		color: #fff;
		}
		
		#matchschedule-carousel .summary em {
			color: #a8c7e2;
			font-style: normal;
			}
			
	#matchschedule-carousel .description {
		font-weight: bold;
		}
		
		
#matchschedule-carousel .next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 165px;
	background: url(nav.png) no-repeat -30px 0;
	cursor: pointer;
	z-index: 1;
	}
	
	#matchschedule-carousel .next:hover {		background-position: -30px -165px;		}
	
#matchschedule-carousel .prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 165px;
	background: url(nav.png) no-repeat 0 0;
	cursor: pointer;	
	z-index: 1;
	}
	
	#matchschedule-carousel .prev:hover {		background-position: 0 -165px;		}	
	
#matchschedule-carousel .button-group {
	margin: 10px 0;
	}	
	
#matchschedule-carousel	.msc-button {
	background: #0e88f6 url(button.png);
	height: 23px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,1);
	
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	
	padding: 0 10px;
	line-height: 23px;
	font-size: 10px;
	text-transform: uppercase;
		
	display:-moz-inline-stack;
	display: inline-block;
	text-decoration: none;
	
	margin: 0 3px;

	position: relative;
	}
	
	#matchschedule-carousel	.msc-button strong {
		font-weight: normal;
		}
		
#matchschedule-carousel	.msc-button:hover {
	background-color: #379df9;
	}	
	
#matchschedule-carousel .tickets {
	background-color: #ffd520;
	color: #3c3207;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	padding-left: 25px;
	}	
	
	#matchschedule-carousel .tickets .icon {
		width: 39px;
		height: 39px;
		background: url(ticket-icon.png);
		position: absolute;
		top: -6px; 
		left: -10px;
		}
		
	#matchschedule-carousel .tickets:hover {
		background-color: #ffe780;
		}
