
.bplightboxIndividualUnit
	{
		padding:1.6%;
		background:#000;
		margin:25px 0px;
		border-radius:6px;
	}

.bpGallery img {
	/*formula is 4*number of divides.  So 5*4 = 20 */
	width:calc((100% - 20px)/3);
	height:125px;   /*gets reset in javascsript based on width */
	padding:0; 
	margin: 1px 3px 3px 1px; 
	border: none !important;
	}



			
			@media screen and (min-width: 1280px)  {   
							.bpGallery img {
								width:calc((100% - 24px)/6);
								height:135px; 
								}	
				
					}

			@media screen and (min-width: 1480px)  {   
							.bpGallery img {
								width:calc((100% - 32px)/8);
								height:135px; 
								}	
				
					}

.bplightboxmedimg { width:360px !important; float:left; margin: 1px 4px 2px 1px !important; }

				@media screen and (max-width: 568px)  {   
					.bplightboxmedimg 
						{
						border:0;	
						width:99% !important;
						margin:0.5% !important;
						}	
				}
				
.bplightboxHeader
	{
	color:#ddd;
	border-bottom:1px solid #2487e3;	
	font-family: "Open Sans","Helvetica";
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	padding:0px 0px 4px 0px;
	margin:0px 0px 8px 0px;
	}
	
.indivAttachPic { float:left; }
.indivAttachPic img { 
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5); 
	border:0 !important;
	margin:0px 10px 10px 0px !important;
	width:320px !important;
	}

