﻿#promos {
	margin-top: 7px;
	list-style-type: none;
}
#promos li {
	display: inline;
}


#gallery {
	position: relative;
	margin: 10px auto;
	width: 779px;
	height: 334px;
}
 
#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
	display: none;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #FAF3E6;
	color: #fff;
	font-weight: bold;
}

