#video 
{
	position: fixed;
	width: 630px;
	padding-top: 200px;
	left: 133px;
	top: 4;
}

#thumbs 
{ width: 235px; 
  float: right;
}

#thumbs a 
{
	display: block;
	float: right;
	margin: 4px 4px 10px 10px;
	width: 50px;
	height: 50px;
}

#thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 9;
}

#thumbs a:hover {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#thumbs a:hover img 
{
	position: absolute;
	width: auto;
	height: auto;
	right: 250px;
	top: 350px;
	padding: 0px;
	border: 0px none #40403E;
}
