.amvmtv {
	font-size	: 10px;
}
.videoTitle {
	color		: #FFFFFF;
	font-weight	: bold;
}
.videoTitleBlue {
	color		: #305B02;
	font-weight	: bold;
}
.channelTitle {
	color		: #0A60C2;
	font-weight	: bold;
}
.category2nd {
	font-size	: 14px;
	color		: #305B02;
	font-weight	: bold;
}
.white {
	color		: #FFFFFF;
}
.videoListDate {
	background-color:#FFF3C9;
	height			: 12px;
}
.videoListDesc {
	font-size		: 10px;
	line-height		:13px;
}
.detail{
	font-size		: 12px;
}

.detail .title {
	font-size		: 11px;
	font-weight		: bold;
}
.detail .promotion {
	font-size		: 14px;
	font-weight		: bold;
	color			: #D34C11;
}
.detail .bottom {
	font-size		: 11px;
	color			: #1A4596;
}

/* scroller */
#Container {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 904px;
	height			: 568px;
	overflow		: hidden;
}

.Scroller-Container {
	position		: absolute;
	margin			: 0;
	padding			: 0;
}

#Scrollbar-Container {
  position			: relative;
  margin			: 0;
  padding			: 0  0 0 918px;
}

.Scrollbar-Up {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 13px;
	height			: 14px;
	font-size		: 0px;
	top				: -5px;
	background		: url(../../templates/default/amvmtv/alllanguage/bon_plan_scroller_up.jpg) no-repeat;
	cursor			: pointer;
}
.Scrollbar-Track {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 16px;
	height			: 551px;
	top				: 9px;
	background		: url(../../templates/default/amvmtv/alllanguage/bon_plan_scroller_track.jpg) repeat-y;
	cursor			: pointer;
}
.Scrollbar-Handle {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 16px;
	height			: 170px;
	background		: url(../../templates/default/amvmtv/alllanguage/bon_plan_scroller_handle.jpg) no-repeat;
	cursor			: pointer;
}
.Scrollbar-Down {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	top				: 560px;
	width			: 13px;
	height			: 14px;
	font-size		: 0px;
	background		: url(../../templates/default/amvmtv/alllanguage/bon_plan_scroller_down.jpg) no-repeat;
	cursor			: pointer;
} 
/* end scroller*/
