
a img {
	border: 0px;
}

.videocolumn {
	width: 500px;
	padding-top: 10px;
}
.videocolumnL {
 width: 535px;
 height: 100px;
 margin-left: 10px;
 float: left;
}
.videocolumnR {
	margin-top: 35px;
	width: 220px;
	margin-right: 25px;
	float: right;
}
.selector {
	font-size: 15px;
	border: 1px solid #CCCCCC;
	background-color: #ebebeb;
	padding-left: 5px;
	width: 220px;
	height: 25px;
}
.selection {
	border-bottom: 1px dotted #CCCCCC;
	margin-left: 10px;
	width: 188px;
	padding-top: 7px;
	padding-left: 2px;
}
.videotitle {
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#samples{
	width: 650px;
	list-style-type: none;
	clear: both;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-left: 10px;
	border-bottom: 1px solid #CCCCCC;
}
#samples li{
	width: 197px;
	clear: right;
	display: block;
	float: left;
	text-align: center;
}
.sampleimage {
	border: 1px solid #06F;
}

.videodescription {
	text-align: center;
}
.clear {
	clear: both;
}
