﻿

/*** This is the CSS for the modal image  ***/
#mbox{

                position: absolute;
                width: 400px;
                height: 28em;
                border-top: 1px solid #1d436a;
                border-left: 1px solid #1d436a;
                border-right: 2px solid #1d436a;
                border-bottom: 2px solid #1d436a;
                background-color: #ffffff;
                background-image: url('../images/linksbg.gif');
                background-position: top;
                background-repeat: repeat-x;
                margin-left: 200px;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 10px;


}
#mbm{font-family:sans-serif;font-weight:bold;float:right;padding-bottom:5px;}
/*#ol{background-image: url(overlay.png);}*/
.dialog {display:none}

* html #ol{background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");}

div.thumbnail 
{
    width:100px;
   float:left;
   border: solid 15px white;
   font-size: 0.6em;
}
