



div.slide_right {
height:600px;
width:234px;
overflow-y:auto;
}

div.videoborder {
background:url(../images/video_border.png);
height:135px;
width:163px;
background-repeat: no-repeat;
background-position:center;
cursor:pointer;	
}


td.vidtext {
color: #896370;
font-size:12px;
font-weight:bold;
}


img.vid_thumb {
padding-top:6px;
padding-left:2px;
border:none;
}

a.seemore {
color:black;
}

a.seemore:hover {
font-weight:bold;
}


#layer1 {
       position: relative;
       display: none;
       width: 500px;
       height: 150px;
       background-color: white;
       border: 1px solid #000;
       padding: 10px;
	   text-align:left;
}

#close {
       float: right;

}

div.popup {
	border:1px solid black;
	display: none;
	width:100%;
	height:1000px;
	text-align:center;
	position: absolute;
	z-index:10000;
	top:0px;
	background:url(../images/blanket.png);
	background-repeat: repeat;
}



span.comment { 
 text-decoration: underline;
 cursor:pointer;
}


span.comment:hover { 
 text-decoration: none;
}