.gallery_containerLarge{
	width: 700px;
	height: 600px;
	float: left;
	margin:25px;
	background-image: url('images/backLarge.gif');
	background-repeat: no-repeat;
	text-align:center;
	}
	
	
.image_InnercontainerLarge a:link, .image_InnercontainerLarge a:visited {
	margin: 5px;
	text-decoration: none;
	color: #000000;
	padding-top:25px;
	font-size:1.15em;
}
	
.image_InnercontainerLarge a:hover, .image_InnercontainerLarge a:active {
	margin: 5px;
	padding-top:25px;
	text-decoration: none;
	color: red;
	font-size:1.15em;
}
	
.image_InnercontainerLarge{
	float: left;
	margin-top: 40px;
	margin-left:75px;
	text-align:center;
}
.image_InnercontainerLarge img{
	border: 3px double gray;
	float:left;
	margin-top:15px;
	}