﻿        .boxHolder
        {
            left: 0;
            top: 0;
            position: absolute;
            display: none;
        }
        .imageBlock
        {
            width: 100%;
            height: 100%;
            opacity: .7;
            filter: alpha(opacity = 70);
            background-color: Black;
            top: 0;
            left: 0;
            position: absolute;
        }
        .imageView
        {
            position: relative;
            width: 470px;
            height: 500px;
            background: White ;
            
        }
        #imageHolder
        {
            text-align: center;
            width: 100%;
            height: 100%;
            background: url("http://www.shopyourworld.com/shop/images/ajax-loader.gif") no-repeat scroll center center transparent;
        }
        .titleBar
        {
            background-color: #C0C0C0;
            height: 25px;
            font-family: Arial,Verdana,Helvetica,sans-serif;
            font-size: 12px;
            
        }
        #titleBarCloseBtn
        {
            float: right;
            width: 55px;
            height: 100%;
            line-height: 22px;
            color: #FFF;
            text-align: center
        }
        
        #titleBarCloseBtn
        {
            color: Black;
            text-decoration:none;
        }
        .imageView img
        {
            width: 450px;
            height: 450px;
        }
