
#slideshow
{
    width: 450px;
    margin: 0 auto;
}
#loader
{
    background-color: white;
    display: inline;
    float: left;
    height: 338px;
    overflow: hidden;
    margin: auto;
    width: 450px;
    position: relative;
    text-align: center;
		border: 1px solid #FF6600;
}

#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( '../images/loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
		z-index:10;
}
#caption
{
	font-style: italic;
}

