div.videocontainer a.ajaxstate {
	display: block;
	width: 320px;
	height: 240px;
}
div.videocontainer a.ajaxstate:hover {
	background: url(images/play.jpg) center no-repeat;
	opacity: 0.66;
	filter:alpha(opacity=66);
}

div.video_loading a.ajaxstate, div.video_loading a.ajaxstate:hover {
	background: url(images/loading.gif) center no-repeat;
	opacity: 0.66;
	filter:alpha(opacity=66);
}

div.videocontainer a.format {
	margin-right: 1px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #E8F1F7;
	text-decoration: none;
	border: 1px solid #A8CCE2;
	border-left-width: 2px;
	border-right-width: 2px;
}
div.videocontainer a.format:hover {
	background-color: #C2DCEB;
}
div.videocontainer a.selected {
	background: #A8CCE2;
	font-weight: bold;
}
