body {
	text-align: center;
}

.menu_sidebar li .outerContainer
{
	position: relative;
}

.menu_sidebar li.outerContainer .innerContainer
{
	position: absolute;
	top: 50%;
	margin-left: 10px; /* This is to nudge the element to the right abit to make it appear centred. */
}
  
.menu_sidebar li .outerContainer .innerContainer .element
{
	position: relative;
	top: -50%;
	width: 170px;
}




#content .GalleryItem div.outerContainer
{
	position: relative;
}

#content .GalleryItem div.outerContainer .innerContainer
{
	position: absolute;
	top: 50%;
}
  
#content .GalleryItem div.outerContainer .innerContainer .element
{
	position: relative;
	top: -50%;
	width: 170px;
}

#newsletter_recommend.index .submit {
	position: relative;
	top: 6px;
}