#exampleGallery {
width: 350px;
float: right;
clear: right;
border-spacing: 5px;
margin: 8px 0 8px 5px;
}

#exampleGallery th {
padding: 3px;
border: 1px solid #ccc;
background-color: #eee;
color: #000;
text-align: center;
border-radius: 3px;
font-weight: normal;
font-size: 11px;
line-height: 13px;
}

#exampleGallery td {
text-align: center;
vertical-align: middle;
font-size: 11px;
line-height: 13px;
border: 1px solid #ccc;
border-radius: 3px;
padding: 5px 7px;
}

#exampleGallery td:hover{
border-color: #999;
}

#exampleGallery span.img-caption {
display: block;
}

.pricing-meta {
font-size: 10px;
line-height: 13px;
font-weight: bold;
}

h1 {
	font-family: Myriad Pro, Helvetica, arial;
	color: #1088bf;
	font-size: 35pt;
	font-weight: bold;
	line-height:35pt;
}