.col_onephotos { 
margin: 0px 0px 5px 5px; /* Applied to first column only in lieu of padding (personal thing) */ 
padding: 0px 0px 0px 0px; 
width: 308px;
height:231px; 
float: left; 
overflow:auto; 
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
border-radius:10px;
} 
.col_twophotos { 
margin: 0px 0px 0px 5px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
padding: 0px 0px 0px 0px; 
width: 308px;
height:231px; 
float: left;
overflow:auto; 
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
border-radius:10px;
} 
.col_threephotos { 
margin: 0px 0px 0px 5px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
padding: 0px 0px 0px 0px;  
width: 308px;
height:231px; 
float: left; 
overflow:auto; 
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
border-radius:10px;
} 
.col_fourphotos { 
margin: 0px 0px 0px 5px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
padding: 0px 0px 0px 0px; 
width: 210px;
height:190px; 
float: left;
overflow:auto; 
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
border-radius:10px;
} 

.col_descphotos { 
margin: 5px 0px 5px 0px;
padding:0px 0px 0px 0px; 
width:98%; 
float: left;
color:white;
overflow:auto;
height:30px;
background: #000000; /* Only here so you can see the different columns */ 
border: 1px solid white;  /* again, just so you can see the different columns */ 
border-radius:10px;
} 
.col_datephotos { 
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px; 
width:98%; 
float: left;
color:white;
height:15px;
background: #000000;/* Only here so you can see the different columns */ 
border: 1px solid white;  /* again, just so you can see the different columns */ 
border-radius:10px;
} 

.photosrowname{
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    height:15px;
    width:98%;
    text-align:center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
    background-color:#000000;
    /*border: 1px solid white;*/
    border-radius:10px;
}

.photosrow {
   margin: 0px 0px 1px 10px;
   padding:0px 0px 10px 5px;
   width:930px; 
   height:285px;
   background-color:#000000;
   border: 1px solid white;
   border-radius:10px;
}