div.bc_widget_rba {
	width: 0px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	background: #FFFFFF;
}
div.bc_widget_rba div.bc_title {
	padding: 3px;
	font-size: 12px;
	overflow: hidden;
	color: #336699;
	font-weight: bold;
}
div.bc_widget_rba div.bc_title a {
	color: #336699;
	text-decoration: none;
}

div.bc_widget_rba div.bc_mainVideo_thumb {
	position: relative;
	left: 0;
	margin-top: 10px;
}

div.bc_widget_rba div.bc_mainVideo_thumb_over {
}

div.bc_widget_rba div.bc_mainVideo_thumb img.bc_src {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
div.bc_widget_rba div.bc_mainVideo_thumb div.bc_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	background: none;
	cursor: pointer;
	background: transparent url('/resources/video/widgets/bcw_rightbox300/inactive_overlay_large.png') no-repeat center center;
}
div.bc_widget_rba div.bc_mainVideo_thumb div.bc_mainHover {
	background: transparent url('/resources/video/widgets/bcw_rightbox300/overlay_large.png') no-repeat center center;
}
div.bc_widget_rba div.bc_mainVideo_title {
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 16px;
	padding-top: 5px;
	text-align: center;
	overflow: hidden;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}
div.bc_widget_rba div.bc_arrow_left {
	position: relative;
	left: 0;
	top: 26px;
	cursor: pointer;
	width: 19px;
	z-index: 500;
}
div.bc_widget_rba div.bc_arrow_right {
	position: relative;
	left: 0;
	top: 7px;
	cursor: pointer;
	width: 19px;
	z-index: 500;
}
div.bc_widget_rba div.bc_arrow_disabled {
	-moz-opacity: .25;
	opacity: .25;
	filter: alpha(opacity=25);
	cursor: auto;
}
div.bc_widget_rba div.bc_outer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	overflow: hidden;
}
div.bc_widget_rba div.bc_outer div.bc_inner {
	position: relative;
	width: 1000px;
}
div.bc_widget_rba div.bc_outer div.bc_inner div.bc_video {
	float: left;
	margin-right: 10px;
}
div.bc_widget_rba div.bc_outer div.bc_inner div.bc_video div.bc_thumb {
	position: relative;
	width: 80px;
	height: 60px;
}

div.bc_widget_rba div.bc_outer div.bc_inner div.bc_video div.bc_thumb_over {
}

div.bc_widget_rba div.bc_outer div.bc_inner div.bc_video div.bc_thumb img.bc_src {
	position: absolute;
	width: 80px;
	height: 60px;
	cursor: pointer;
}
div.bc_widget_rba div.bc_outer div.bc_inner div.bc_video div.bc_thumb div.bc_overlay {
	position: absolute;
	width: 80px;
	height: 60px;
	cursor: pointer;
}
div.bc_widget_rba div.bc_outer div.bc_inner div.bc_video div.bc_thumb div.bc_smallHover {
	background: transparent url('/resources/video/widgets/bcw_rightbox300/overlay_small.png');
}
div.bc_widget_rba div.bc_outer div.bc_inner div.bc_video div.bc_video_title {
	font-size: 10px;
	font-weight: normal;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	width: 82px;
	line-height: 12px;
	height: 50px !important;
	overflow: hidden;
	text-align: center;
	padding-top: 3px;
}
div.bc_widget_rba div.bc_footer {
	text-align: right;
}
div.bc_widget_rba div.bc_footer a {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}