#ctube-carousel {
	background-color:#000000;
	overflow:hidden;
	padding:0px;
	height:351px;
	width:624px;
}
#ctube-carousel #ctube-carousel-mgr {
	margin:0px;
	overflow:hidden;
	padding:0px 80px 0px 80px;
	height:351px;
}
#ctube-carousel .merry-go-round-previous {
	background-color:#000000;
	background-image:url('/img/ctube-prev.gif');
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	height:351px;
	width:80px;
	padding:0px;
	margin:0px;
}
#ctube-carousel .merry-go-round-next {
	background-color:#000000;
	background-image:url('/img/ctube-next.gif');
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	height:351px;
	width:80px;
	padding:0px;
	margin:0px;
}
#ctube-carousel .merry-go-round-pagination {
	height:17px;
	left:0px;
	margin:auto;
	position:absolute;
	right:0px;
	top:10px;
}
#ctube-carousel .merry-go-round-pagination div {
	background-image:url('/img/ctube-page.gif');
	float:left;
	height:17px;
	margin:0px 5px 0px 5px;
	width:17px;
}
#ctube-carousel .merry-go-round-pagination div.merry-go-round-current-page {
	background-image:url('/img/ctube-current.gif');
}
#ctube-carousel #ctube-carousel-mgr .ctube-carousel-slide {
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	font-family:arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:37px 0px 0px 0px;
	text-align:center;
	width:464px;
}
#ctube-carousel #ctube-carousel-mgr .ctube-carousel-slide .video-still {
	margin:0px 0px 2px 0px;
	text-align:center;
	width:464px;
}
#ctube-carousel #ctube-carousel-mgr .ctube-carousel-slide .video-still img {
	display:block;
	height:239px;
	width:424px;
	margin:0px auto 10px auto;
}


#ctube-webcast {
}
#ctube-webcast #ctube-webcast-title {
	font-size:18px;
	margin:0px 0px 20px 0px;
}
#ctube-webcast #ctube-webcast-rate {
	background-color:#F9F9F9;
	border-color:#999999;
	border-style:dashed none dashed none;
	border-width:1px;
	height:30px;
	padding:5px;
}
#ctube-webcast #ctube-webcast-sponsor {
	background-color:#F9F9F9;
	border-color:#999999;
	border-style:dashed none dashed none;
	border-width:1px;
	clear:both;
	font-weight:bold;
	line-height:50px;
	margin:4px 0px 4px 0px;
	padding:5px 5px 5px 20px;
}
#ctube-webcast #ctube-webcast-article {
	background-color:#F9F9F9;
	border-color:#999999;
	border-style:dashed none dashed none;
	border-width:1px;
	float:left;
	padding:10px;
	width:404px;
}
.ratings-header {
	float:left;
}
.ratings-form {
	float:right;
}
#comments {
	background-color:#F9F9F9;
	border-color:#999999;
	border-style:dashed none dashed none;
	border-width:1px;
	float:right;
	padding:10px;
	width:175px;
}
#commentText {
	height:50px;
	width:100%;
}
