﻿/********Css*********/

#container
{
    width: 169px;
	padding-top:0px;
}
#loader
{
    background-color: white;
    display: inline;
    float: left;
    height: 260px;
    overflow: hidden;
    margin: auto;
    width: 240px;
    position: relative;
    text-align: center;
}

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

