ul.style-swicher {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 500px;
	position: absolute;
	
	top: -10px;
	left: 50%;
	margin-left: -180px;
	border: 0px solid red;
}
ul.style-swicher li {
	margin: 0; padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 95px;
	height: 5px;
}
ul.style-swicher li img {
	width: 95px; height: 15px; /* Set the small style-swichernail size */
	 /* IE Fix for Bicubic Scaling */
	padding: 0px;
	position: absolute;
	left: 0; top: 0;
}
ul.style-swicher li img.hover {
	padding: 0px;
	position: absolute;
	left: 0; top: 0;
	border: none; /* Get rid of border on hover */
}