#myGallery
{
	text-align: left;
	margin: 0 auto;
	width: 570px !important; /*usual size w=400, height=300*/
	height: 300px !important;

}

#myGallery h2 
{
	color: #fff;
	font-size: 110%;
	margin: 2px 2px 2px 5px;
}
#myGallery h4
{
	font-size: 100%;/*usually 100*/
}
/* Pic Captions */
#myGallery h3
{
	color: #fff;
	font-size: 150%;
	margin: 2px 2px 2px 5px;
}

#myGallery p
{
	font-size: 100%;
	margin: 2px 2px 2px 5px;
}
.content
{
	margin: 0px 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	padding-bottom: 20px;
	text-align: right;
	font-size: 125%;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

