
/* Video Gallery */

#Video-cont{
	width:645px;
	height:auto;
	padding:7px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	position:relative;
	}
	
#borderbrown{
	border:0px solid #755a38;
	background:#ffffff;
	padding:0px;
	}
	
#playback1{
	width:300px;
	height:245px;
	float:right;
	padding:0px;
	margin:0px;
	background:#000000;
	margin-top:0px;
	}
	
#PlayList{
	width:320px;
	_width:305px;
	#width:330px;
	#height:1100px;
	background:#ffffff;
	overflow-y:hidden;
	overflow-x:none;
	padding:0px;
	margin:0px;
	text-align:left;
	float:left;
	}

#PlayList table{
	width:100%;
	#width:95%;
	/*background-color:#faf0e2;*/
	border-width:0 0 1px 0;
	border-color:#ce9335;
	border-style:solid;
	padding:0px;
	margin:0px;
	background-image:url(/videos/bg-list.jpg);
	
	}
	
#PlayList table td{
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	line-height:22px;
	
	}


	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	line-height:normal;
	}
	}

#PlayList table td a{
	padding:0px;
	margin:0px;
	text-decoration:none;
	color:#333333;
	
	
	}
	
#PlayList table:hover,
#PlayList table td a:hover{
	/*background-color:#f1d5ad;*/
	background-image:url(/videos/bg-list-2.jpg);
	#background-image:url(/videos/bg-list1.jpg);
	}
	
#PlayList table td img{
	float:left;
	margin:0px;
	padding:0px;
	width:75px;
	height:67px;
	border:0px;
	}
	
#PlayList #title{
	font-weight:bold;
	color:#8a1c00;
	font-size:13px;
	margin:0px 0px 0px 0px;
	display:compact;
	text-decoration:underline;
	
	}
	
#PlayList #title a{
	color:#8a1c00;
	font-weight:bold;
	text-decoration:none;
	}
