/* Victoria British Photo Gallery */


/*Photo Gallery Parts*/

#customerPhotos{
	width:600px;
	margin:5px;
}
#photoframe{
	background:#ccdcf0 url(/assets/MG_footer%20copy.gif) center bottom no-repeat;
	width:590px;
	padding:5px 5px 15px 5px;
}
.phototitle{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left !important;
	padding-left:11px;
	margin-bottom:10px;
}
#photoframe ul{
	list-style:none;
	margin:0;
	padding:0 0 5px 0;
}
#photoframe ul li{
	width:135px;
	height:110px;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin:0 6px 15px 6px;
}
#photoframe ul li a{border:5px solid #ccdcf0;padding:0px;display:block;}
#photoframe ul li a:hover{border:5px solid #5194D7;}

#Linkbottom{
	background:url(/assets/MG_linksbot.gif) top center no-repeat;
	width:500px;
	height:36px;
	margin:-5px auto 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:4px;
	text-align:center;
}
#Linkbottom a{color:#fff;}
