.calendar
{
	width: 100%;
	border-collapse: collapse;
}

.calendar td
{
	border: 1px solid #555555;
	width: 14%;
	font-size: 0.9em;
	padding-bottom: 11px;
}

.calendar th
{
	font-size: 1.1em;
}

.more
{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 1px solid #CCCCCC;
    line-height: 1px;
    margin-top: 11px;
    padding: 2px 8px 8px;
    width: 12px;
}

.character
{
	float: left;
	position: relative;
}

.castPhotos
{
	float: left;
	position: relative;
	margin: 1px;
	opacity: 0.9;
}

.castPhotos:hover
{
	opacity: 1;
}

.castPhotos div
{
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,.5);
	color: white;
	width: 100%;
}

.character:hover
{
	opacity: 0.8;
}

#loading
{
	width:400px;
	float:right;
	text-align:center;
	padding:7px 0 0 0;
	font:bold 11px Arial, Helvetica, sans-serif;
}

#DVDMenu
{
	width:400px;
	float:right;
	position: relative;
	display: none;
}



.bubble
{
position: relative;
background-image:url(‘images/bubble.png');
left: 105px;
top: 60px;
color: black;
}