/* Add to Lightbox and Cart Popup Messages */
#msgItemAddedToCart {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -73px;
	padding: 10px;
	color: #ffffff;
	background-color: #333333;
	white-space: nowrap;
	display: none;
	z-index: 2000;
}
#msgItemAddedToLightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -85px;
	padding: 10px;
	color: #ffffff;
	background-color: #333333;
	white-space: nowrap;
	display: none;
	z-index: 2000;
}
#msgItemAlreadyInLightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -104px;
	padding: 10px;
	color: #ffffff;
	background-color: #333333;
	white-space: nowrap;
	display: none;
	z-index: 2000;
}
#msgItemAddedToProject {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -85px;
	padding: 10px;
	color: #ffffff;
	background-color: #333333;
	white-space: nowrap;
	display: none;
	z-index: 2000;
}
#msgItemAlreadyInProject {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -104px;
	padding: 10px;
	color: #ffffff;
	background-color: #333333;
	white-space: nowrap;
	display: none;
	z-index: 2000;
}
.msgItemImg {
	padding-right: 5px;
}
