
#gallery-area {
	width: 100%;
	margin:0 auto;
}
.gallery-item  { /* this creates the container for each thumbnail and cpation */
padding-right:10px;
padding-bottom:25px;
width:100px;
font-size:11px;
text-align:center;
color:#FF6633;
float:left;
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;

}
.gallery-item img { border:#444444 solid 1px;padding:2px;margin-bottom:10px;}

.gallery-item b  { /* this formats the bold part of the caption AND make it it's own line */
display:block;
color:#cc092f
}

