﻿/*body {
	background-color: gray;
}*/

#container
{
	width: 900px;
	margin: 0 auto;
}
#loader
{
/*	display: inline;
	float: left;*/
	height: 405px;
	overflow: hidden;
	margin: auto;
	width: 900px;
/*	position: relative;
	text-align: center;
*/}

#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( 'http://www.glmt.com/img/index_set/slideshow_img/loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
	z-index:10;
}

