﻿#loader
{
    background-color: red;
    display: inline;
    float: left;
    height: 550px;
    overflow: hidden;
    margin: auto;
    width: 300px;
    position: relative;
    text-align: center;
}

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

a img
{
    border: none;
    padding: .5em 1em;
    width: 100px;
}
a
{
    outline: none;
}


#imageOptions
{
    background-color: gray;
    float: left;
	width: 300px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

#loader h3
{
    line-height: 550px;
}
