#youtubes .main {
	float: left;
	margin: 60px 0 0 20px;
	display: inline;
	padding: 0;
	overflow: hidden;
	width: 335px;
	height: 251px;
	position: relative;
}

#youtubes .main-sado {
	float: left;
	margin: 20px 0 0 20px;
	display: inline;
	padding: 0;
	overflow: hidden;
	width: 535px;
	height: 381px;
	position: relative;
}

#youtubes .main .main-container {
	margin: 0;
	padding: 0;
	width: 335px;
	position: relative;
	top: 0;
}

#youtubes .main-sado .main-container-sado {
	margin: 0;
	padding: 0;
	width: 535px;
	position: relative;
	top: 0;
}


#youtubes .slider {
	clear: both;
	position: absolute;
	left: 365px;
	top: 10px;
}

#youtubes .slider-sado {
	clear: both;
	position: absolute;
	left: 565px;
	top: 10px;
}

#youtubes .slideup, #youtubes .slidedown {
	margin: 5px;
	height: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#youtubes .slideup a, #youtubes .slidedown a {
	position: relative;
}

#youtubes .slideup img.off, #youtubes .slidedown img.off {
	position: relative;
	bottom: 15px;
}

#youtubes .slideup img.on, #youtubes .slidedown img.on {
	position: relative;
	bottom: 0;
}

#youtubes .replacements-container {
	height: 297px;
	overflow: hidden;
	position: relative;
}

#youtubes .replacements-container-sado {
	height: 347px;
	overflow: hidden;
	position: relative;
}

#youtubes .replacements {
	position: relative;
}

#youtubes .replacement {
	margin: 5px 10px 5px 10px;
	height: 68px;
}

#youtubes .replacement img{
	padding: 4px;
	height: 58px;
	border:solid 1px #ddd;
}

.live-tickets .current {
	color: red;
}

div.showswitch {
	text-align: right;
	margin-top: 10px;
}

div.showswitch .enabled {
	font-weight: bold;
	cursor: pointer;
}

div.showswitch .disabled {
	font-weight: normal;
}

table.calendar {
	width: 100%;
	margin-top: 10px;
/*	background-color: #dfdfdf; */
}

table.calendar tr.days {
	padding: 0;
}

table.calendar tr.days th {
	border: 1px solid #CCCCCC;
}

table.calendar th {
	text-align: center;
	width: 14%;
	background-color: #fff;
}

table.calendar td {
	height: 7em;
	text-align: right;
	vertical-align: top;
	text-align: center;
	width: 14%;
	background-color: #fff;
	border: 1px solid #CCCCCC;
}

/*
table.calendar td ul.events {
	text-align: left;
	font-size:85%;
	margin:0.5em;
	list-style:none;

	margin-top: .4em;
	padding-left: 2em;
}*/

