﻿#loader {
    display: inline;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.loading
{
    background: url( '../loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
}

/*
#loader img {
	width: 100%;
	height: 100%;
}
*/


#imageOptions {
    margin: 0;
    padding: 5px 0 0 0;
    list-style-type: none;
    text-align: left;
}

#imageOptions li {
	display:inline;
	padding-right: 2px;
}