@charset "utf-8";
/* CSS Document */
/*
body {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color:#D3D3D3;
}
*/
.middle-column {
	width:990px;
	height:800px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;	
	padding:50px;
}
.gallery-container {
	
	width:910px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
	display:block;

	
	position: relative;
	
}
.image-container{
	width:910px;
	height:340px;

	display:block;
	background-color:#E9E9E9;
	border:1px solid #bbbbbb;
	border-width:1px 2px 2px 1px;
	overflow:hidden;

	
	position: relative;
	
	margin-bottom:10px;

}
.gallery-image{
	width: 910px;
	height:340px;
	display:block;
	position:absolute;
	background-color:#ffffff;
	background-image:url(../images/gallery/Floating_rays-64.gif);
	cursor:pointer;
}

.gallery-copy{
	background-color:#ffffff;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	padding: 5px 10px 5px 30px;
	position: absolute; 
	bottom: 0;
	width:870px;
	z-index:999;

}

.gallery-copy p
  {
  color:#000000;
  }
 
.gallery-copy p a{
	color: #003366;
	text-decoration:none;
}
.gallery-copy p a:hover{
	text-decoration:underline;
}
.gallery-copy p a:visited{
	color: #003366;
}

.dot-container{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.dot-icon{
	width:10px;
	height:10px;
	background-image:url(../images/gallery/dot-sprite.gif);
	display:inline-block;
	margin-right: 20px;
	cursor:pointer;
}
/*
#dot-off{
	background-position:10px;	
}
*/

