.proftab
{
	margin: 0px auto;
	background-image: url('../img/tab/profile.png');
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	height: 36px;
	width: 36px;
	
}

.proftab:hover
{
	margin: 0px auto;
	background-image: url('../img/tab/profile_hover.png');
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
	height: 36px;
	width: 36px;
	
}

#image-rotator {
	margin-top:30px;
}