

.content
{
	margin: 0;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	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;
}*/
#myCarousel
{
    text-align: center;
    margin-left:auto;
	margin-right:auto;
    float: left; /* Same as your gallery is set to */
    width:602px; /* Adjust this to your picture width + 2 */
    height:90px;
    overflow:hidden;
   
}
#myGallery
{
	text-align: left;
	margin-left:0;
	margin: 0 ;
}
