@charset "UTF-8";
/* CSS Document */	
	
#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
}

#supersize{
			position:fixed;
			z-index: 0;
}
		
#supersize img, #supersize a{
			width:100%;
			position:fixed;
-ms-interpolation-mode: bicubic;
}

#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
}
	
	
/***** Slideshow *****/	
	
#slideshow2 {
    position:relative;
    width:580px;
	height: 400px;
	margin: 0;
	padding: 0;
}

#slideshow2 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	width: 580px;
    height: 400px;
}

#slideshow2 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 DIV.last-active {
    z-index:9;
}

#slideshow2 DIV IMG {
    height: 400px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}	



/* simple reset */
html,body,div,h2,img {margin:0;padding:0;border:none;}

html {
	font:1em Arial, Helvetica, sans-serif;
	color:#444;
}

#container {
	width: 620px;
	height: 480px;
	position:absolute;
}
#container div {
	float:left;
	width:352px;
	height:140px;
	position:absolute;
	overflow:hidden;
	margin-top: 268px;
	margin-left: 268px;
}
#container img {
	position:absolute;
	top: 0px;
}



div#homegal{
   position: relative;
   display: block;
   width: 960px;
   height: 600px;
   overflow: hidden; 
}
div#homegal br { 
   display: none;
}