.content {
	padding:10px;
}

#galleryThumbs, #galleryThumbs *, #galleryNavigation, #galleryNavigation * {
	margin:0; padding:0;
}

#galleryThumbs{
	width: 35%; float:left; list-style-type:none;
}

#galleryThumbs li{
	float:left; width: 49.5%; margin:7px 0; background:#fff url(../images/gallery-bg.gif) bottom left no-repeat;
}

#galleryThumbs li a:link{
	position: relative;
}

#galleryThumbs li a:active{
	bottom: -3px; right: -3px;
}

#galleryImage{
	float:right; position:relative; left:-5px; top:15px;
}

#galleryImage span{
	display:block; text-align:center; font-size:1.7em; margin-top:0.5em;
}

#galleryNavigation{
	clear:both; width: 98%; list-style-type:none; float:left; margin-left:0;
}

#galleryNavigation li{
	float:left;
}

#galleryNavigation li a {
	display:block; float:left; border:1px solid #F1626A; padding: 0.2em 0.6em; margin: 0 5px 0 0; 
	color:#F1626A; font-size:1.5em; text-decoration:none; 
}

#galleryNavigation li a:hover{
	text-decoration:none; color:#FFFFFF; background:#F1626A;
}