﻿


#container
{
    width: 243px;
	
}
#loader
{
background: url( '../images/photo.jpg' ) no-repeat;
    display: inline;
    float: left;
    height: 266px;
    overflow: hidden;
    margin: auto;
    width: 243px;
    position: relative;
    text-align: center;
}

#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( '../images/loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
	z-index:10;
}

