html {
	overflow-y: scroll;
}

#movie {
	width: 1100px; 
	margin: 100px auto;
	text-align: center;
}

#movie a { 
	color: #F0272A;
	font-family: verdana;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
}

#movie a:hover {
	background: #F0272A;
	color: #fff;
	
}

#movie p {
	font-family: verdana; font-size: 11px; 
	text-align: left;
}

#movie h2 { 
	font-family: verdana; 
	color: #f0272a;
	font-size: 16px;
	text-align: left;
}

#movie img {
	border: 3px solid #ccc; 
}

ul.steps li {
	list-style: none;
	display: inline;	
}

ul.steps li.prev {
	float: left;
	margin: 100px 0 0 0;
	width: 60px; 
	height: 60px;
}

ul.steps li.next {
	float: left;
	margin: 100px 0 0 0;
	width: 60px; 
	height: 60px;
}

ul.steps li.img {
	float: left;
	width: 900px;
}

ul.steps li img { border: none!important; }

ul.steps li a:hover { background: none!important; }
