﻿#slideshow {
    position:relative;
    height:350px;
    z-index:-1;
}
  
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
  
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
  
#slideshow IMG.last-active {
    z-index:9;
}
  
#slideshow img {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
  
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
  
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}
  
@media screen and (max-width: 1024px){
    img.bg {
    left: 50%;
    margin-left: -512px;
}

#content {
    width: 920px;
    margin: 0 auto;
    background: rgba(11,11,11, 0.5);
    padding: 20px;
}


}

td.thumbnail
{ width: 80px; height:40px;}

#myDiv 
{
    position:absolute;
   left: 110px;
   top:150px;
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }


        
	    body{
		    font: 62.5% "Trebuchet MS", sans-serif;
		    //margin: 50px;
	    }
	    .demoHeaders {
		    margin-top: 2em;
	    }
	    #dialog-link {
		    padding: .4em 1em .4em 20px;
		    text-decoration: none;
		    position: relative;
	    }
	    #dialog-link span.ui-icon {
		    margin: 0 5px 0 0;
		    position: absolute;
		    left: .2em;
		    top: 50%;
		    margin-top: -8px;
	    }
	    #icons {
		    margin: 0;
		    padding: 0;
	    }
	    #icons li {
		    margin: 2px;
		    position: relative;
		    padding: 4px 0;
		    cursor: pointer;
		    float: left;
		    list-style: none;
	    }
	    #icons span.ui-icon {
		    float: left;
		    margin: 0 4px;
	    }
	    .fakewindowcontain .ui-widget-overlay {
		    position: absolute;
	    }
	