﻿#gallery {
	position: relative;
	margin: 0px auto;
	width:800px;
	height:600px;
	background: #ffffff;
}

.progress-holder
{
	background-color:White;
	border-top-style:solid;
	border-top-width:3px;
	border-top-color:#de3b70;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#de3b70;
	padding:5px 5px 0px 5px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	clear:both;

}

#progress 
{
	position: fixed;
	top:40px;
	left:500px;
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}
.start_again
{
	font-size:x-small;
	top:-100px;
	left:500px;
}
