.skin-selection {
	position: absolute;
	top: 55px;
	left: 615px;
	width: 105px;
	height: 125px;
	background-color: #666666;
	-moz-border-radius: 10px;	
	z-index: 2;
	display: none;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	}

.skin-name a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	}

.skin-name a:hover {
	text-decoration: underline;
	font-size: 13px;
	}