
#gallery {
	position: relative;
	right:0;
	width: 450px;
}
#thumbs_video {
	width: 400px;
	float: left;
}
#thumbs_video a {
	float: left;
	margin: 0 0 5px 5px;
	width: 60px;
	height: 50px;
}
#thumbs_video a img {
	width: 60px;
	height: 50px;
	border: 0;
}
#thumbs_video a:hover {
	border-color: #ddd;
}
#thumbs_video a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	top: 60px;
	border: 1px solid #333;
}
