.nav {
	text-align: center;
}

.nav a {
	margin-left: 7px;
	font-size: 8pt;
	text-decoration: none;
	border-radius: 4px;
	/*color: #b0b2b3;*/
	color: #3D4952;
	display: inline-block;
	padding: 2px 10px;
	
	background: transparent;
	
	/*-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);*/
	/*border: 1px solid #b0b2b3;*/
	border: 1px solid #3D4952;
	/*text-shadow: 1px 1px 0px #4a4a4a;*/
}

.nav a.activeSlide {
	/*background: #b0b2b3;
	border: 1px solid #b0b2b3;*/
	background: #3D4952;
	border: 1px solid #3D4952;
	color: #fff;
	font-weight: bold;
	text-shadow: none;

	/*background: -webkit-gradient(linear, left top, left bottom, from(#b0b2b3), to(#b0b2b3));
	background: -moz-linear-gradient(top, #b0b2b3, #b0b2b3);*/
        background: -webkit-gradient(linear, left top, left bottom, from(#3D4952), to(#3D4952));
        background: -moz-linear-gradient(top, #3D4952, #3D4952);

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
