@charset "utf-8";
/* CSS Document */
#vid_box {
	margin-left: 15px;
	height: 152px;
	width: 450px;
	background: url(../IMAGES/VID_SCROLL/back.png) no-repeat;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.thumb_box {
	margin: 1px auto;
	border-style: none;
	width: 75px;
	height: 75px;
	display: block;
}
#info {
	margin: 10px 10px 5px;
	width: 330px;
	height: 125px;
	float:left;
	border: thin inset #FFFFFF;
	overflow: visible;
}
.text {
	width:100px;
	float: left;
	margin: 3px 4.5px 0px;
}

.v_title {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	display: block;
	font-size: .9em;
	text-indent: 2px;
	text-align: center;	
}

#r_button {
	float: right;
	text-align: center;
	margin-right: 16px;
	width: 30px;
}

#l_button {
	float: left;
	text-align: center;
	margin-left: 15px;
	width: 30px;
}

.button {
	display: block;
	margin-top: 5px;
	border: 0;
}
.v_date {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.75em;
	font-style: italic;
	display: block;
	text-align: center;	
}
#clear {
	 clear: both;
}