 .stylechooser {
 	position: absolute;
	right: 0px;
	top: 0px;
	background: #E0E0E0;
	border: 2px solid black;
	padding: 5px 5px 3px 5px;
	width: 20px;
	z-index: 10;
}
.stylechooser img {
	border: none;
}
.stylechooser ul {
	margin: 0px;
	padding: 0px;
}
.stylechooser li {
	margin: 0px;
	padding: 0px;
	list-style : none;
}

