@import "global.css";
/* CSS Document */
#videos h1{
	float:left;
}
#videos ul{
	float:left;
	width:605px;
}
#videos li{
	margin:10px 5px;
	padding:0;
	width:290px;
	height:235px;
	overflow:hidden;
	float:left;
	text-align:center;
}
#videos li img{
	margin:0px auto;
	padding:0 0 5px 0;
	width:280px;
}
#videos li a{
	color:#666;
	text-decoration:none;
}