#collectionsmaincontainer{
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	position:relative;
}

#collectionsleft{
	float:left;
	width:960px;
	margin-bottom:100px;
}

#collectionsright{
	float:left;
	width:240px;
}

.collectionframe{
	overflow:auto;
	float:left;
	background:white;
	color:#404040;
	font-size:10pt;
	padding:3px;
	width:220px;
	min-height:220px;
	cursor:pointer;
	margin-right:10px;
	margin-bottom:20px;
	border:1px solid #c0c0c0;
	
}

.collectionframe:hover{
	border-color:#707070;
}

.divshadow{
	box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.51);
	-moz-box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.51);
	-webkit-box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.51);
}

.textshadow{
	
}

.imageshadow{
	  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.50);
	 -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.50);
	 -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.50);
}

.collectionbirdname{
	display:block;
	overflow:hidden;
}

.collectionscientificname{
	display:block;
	float:left;
	overflow:hidden;
}

.collectioninfobox{
	overflow:auto;
	display:block;
	padding:3px;
}

.collectionimagebox{
	overflow:auto;
	display:block;
	position:relative;
	text-align:center;
	overflow:hidden;
}

.collectionimage{
	text-align:center;
}

.overlay{
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	width: 100%;
	margin-top:180px;
	background: #f0f0f0;
	color:black;
	opacity: 0.75;
	font-weight:bold;
}

.overlaytext{
	margin:3px;
}

#collectionstitle{
	display:block;
	overflow:auto;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:15px;
}		

#collectioncontentarea{
	display:block;
	overflow:auto;
	margin-left:2px;
}

#userprofilecontainer{
	margin-right:5px;
	/*border:1px solid #c0c0c0;*/
	border-right:2px solid #c0c0c0;
	background:white;
	margin-bottom:2px;
	border-radius:5px;
	padding-bottom:5px;
}

#collectioncommentarea{
	overflow:auto;
	display:block;
	
}
.hidden{
	display:none;
}

.collectionimage{
	width:auto;
}
