/* CSS Document */

/* @group HEADER */

/* @end */

#gallery			{ 
					  display:block;
					  width:373px; height:160px; margin:35px 0 0 0;
					}
.Loading { width:373px; height:160px;background: url(../images/loading2.gif) no-repeat center; }
#photo				{ 
					  display:block; width:373px; height:160px; 
					  background:url(/mediafiles/subpage-banner.jpg) no-repeat; 
					}
#gallery-album		{ 
					  display:block; position:relative;
					  width:373px; height:160px; overflow:hidden;
					}
#gallery-album img	{ position:absolute; top:0; display:none; border:0; }
#controls			{ margin:0; padding:0; list-style:none; width:373px;  height:25px; }
#controls a		{ display:block; width:21px; height:18px; }
#controls a:focus{ outline:none; }
#controls a#prev	{ background:url(../images/arrow-left.jpg) no-repeat 2px 0; float:right; margin:0 20px 0 0; }
#controls a#next	{ background:url(../images/arrow-right.jpg) no-repeat; float:right; }
#skip				{ position:absolute; top:-999em; }