#loading
	{
	display: none;
	position: absolute;
	height: 234px;
	width: 234px;
	margin-top: -117px;
	margin-left: -117px;
	left: 50%;
	top: 50%;
	background-color: transparent;
	background-image: url(../images/lightbox-ico-loading.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	}

	
#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px #AAAAAA;
	-webkit-box-shadow:0 0 5px #AAAAAA;
	box-shadow:0 0 5px #AAAAAA;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid white;
	/* The width of the gallery */
	width:897px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../graphics/delt_images/img/panel.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#slides{
	/* This is the slide area */
	height:340px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:897px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
		-moz-box-shadow:0 0 5px #AAAAAA;
	-webkit-box-shadow:0 0 5px #AAAAAA;
	box-shadow:0 0 5px #AAAAAA;
	height:50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	background-repeat: no-repeat;
	background-image: url(../graphics/delt_images/img/pic_bg.png);
}

li.act,li.act:hover{
	background-image: url(../graphics/delt_images/img/active_bg.png);
	background-repeat: no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background-repeat: no-repeat;
	background-position: right;
}

li a{
	display:block;
	height:35px;
	padding-top:10px;
	background-repeat: no-repeat;
	background-position: right;
}

a img{
	border:none;
}

#main{
	text-align:center;
	width:909px;
	position:relative;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	overflow: auto;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}
