/* RULES FOR IMAGE PREVIEW, NOT REQUIRED: */
            #imgPreviewWithStyles,
            #imgPreviewWithStyles2,
            #imgPreviewWithStyles3 {
	background: #ccc url(img/loading.gif) no-repeat center;
	-moz-border-radius: 0px;
	-webkit-border-radius: 10px;
	z-index: 999;
	border: none;
	padding: 5px;
            }
            #imgPreviewWithStyles span,
            #imgPreviewWithStyles2 span,
            #imgPreviewWithStyles3 span {
	color: #ccc;
	font-size: 0em;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
            }
            
            .loading {
                height: 32px;
                width: 32px;
            }
			#fifth li {
	list-style:none;
	padding:0;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
			}
