@charset "UTF-8";
/* CSS Document */

/* begin video_select inner */

#mc_video_select {
	width: 355px;
	height:516px;
	margin-top:10px;
}

#mc_video_select_box {
	margin:0px;
}


/* #mc_video_select scrollbar {background-image:url(../img/video_select_scroll_bar.jpg) background-repeat:repeat-y; !important} */

#mc_video_select_container {
	height:516px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}

#mc_video_select_list {
	width: 330px;
        height:516px;
	overflow: hidden;
        float: left;
}

.mc_video_select_list_item {
	width: 330px;
	height:85px;
	background-image:url(../img/video_item_bg.jpg);
	margin-bottom:1px;
		
}

.mc_video_select_list_item img {
	width: 110px;
	height:62px;	
	border: 1px solid #d9d2ce;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.mc_video_select_list_item h1 a {
	font-size: 14px;
	color: #1a296b;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;

}

.mc_video_select_list_item h6 {
	padding-top:10px;
	color:#7a7775;
	margin-bottom:-4px; 	
}

.mc_video_select_list_item:hover {
	background-image:url(../img/video_item_bg_active.jpg);
}

#mc_video_select_list .active  {
	background-image:url(../img/video_item_bg_active.jpg);
}

#mc_video_select_list .active h6 {
	padding-top:10px;
}

#mc_video_select_list .active h1 a {
	color: #413f3e;
}

.mc_video_select_list_item:hover h1 a {
	color: #413f3e !important;
}

/* end video_select inner */

/* wrap to make sure that image area is clickable */
#wrap3 {
	float: right;
	width: 15px;
	height: 513px;
	border: 1px solid #d7d7d7;
}
			
/* top image of track */
#track3-top {
	width: 15px;
	height: 13px;
	background: transparent url(../img/video_select_scroll_o.jpg) no-repeat top left;
}

#track3-bottom {
	width: 15px;
	height: 13px;
        margin-top: 1px;
	background: transparent url(../img/video_select_scroll_u.jpg) no-repeat top left;
}
			
/* vertical track */
#track3 {
	width: 15px;
	height: 484px;
        margin-top:1px;
	background: transparent url(../img/video_select_scroll_track.jpg) top left;
}
			
/* vertical track handle */
#handle3 {
	width: 15px;
	height: 97px;
}