
body {
	background-color: gray;
}

#photo_container {
	width: 245px;
	height: 167px;
	margin: 20px 0px 20px 0px;
}

#loader
{
    background-color: white;
    display: inline;
    overflow: hidden;
    margin: auto;
	height: 167px;
    position: relative;
	right: 10px;
    float: right;
	border: solid 1px #FFFFFF;	
}

#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( '../images/slideshow/loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
	z-index:10;
}

