body {
	color: #000;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
	background-color:#FFFFFF;
}


.content
{
	margin: 0 20px;
}

.content a
{
	color: #999;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #999;
}

.content p.linkage a { color: #999; }

/*.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;
}*/

#myGallery
{
	text-align: left;
	margin: auto;
	margin-top: 50px;
	background-color: #191942;
}
#myCarousel
{
    text-align: left;
    margin: 0 auto;
    /*float: left; /* Same as your gallery is set to */
    width:302px; /* Adjust this to your picture width + 2 */
    height:75px;
    overflow:hidden;
    background: #999999;
}
#myCarousel .label
{
	display:none;
	visibility:hidden;
}
