#videogallery.steps {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
#videogallery .steps li {
	float:left;
	padding:0 12px 0 16px;
	background:url(../images/bullet.gif) no-repeat 0 50%;
	line-height:31px;
	font-weight:bold;
	word-spacing:-2px;
}
#videogallery .steps li.next {
	background:url(../images/bg-next.gif) no-repeat;
	padding:0 0 0 10px;
	width:99px;
	margin-right:4px;
	font-size:16px;
	color:#fff;
}
#videogallery.steps li a {
	color:#038af5;
	font-size:1.4em;
}
