#product{}
.spotlightWrapper ul { 
			list-style-type: none; /* remove the default style for list items (the circles) */ 
			margin:0px; /* remove default margin */
			padding-bottom: 15px; /* remove default padding */
			
		}
		.spotlightWrapper ul li { 
			float:left; /* important: left float */
			position:relative; /* so we can use top and left positioning */
			padding-bottom: 25px;
			padding-left: 8px;
			padding-right: 8px;
			padding-top: 25px;
		}
		.spotlightWrapper ul li a img { 
			width:128px; /* you don't need this, i just rescaled the images they are bigger then i want them to be ' */
			position:relative; /* so we can use top and left positioning */
			border:none; /* remove the default blue border */
		}
		.spotlightWrapper ul li a img.active {
			border:1px solid white; /* choose whatever you like */
			z-index:1; /* show it on top of the other images (they have z-index 0) */
			left: -4px; /* same as border width but negative */
			top: -4px; /* same as border width but negative */
		}
		.clear { clear:both; } /* to clear the float after the last item */
		.spotlightWrapper img{height: 128px; width: 128px;}
		.spotlightWrapper a{color: black; font-size: 16px}
		.button{height: 30px; width: 128px; color: white; background-color: #000000;
		 background: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#404040));
  		 background: -webkit-linear-gradient(top, #dadada, #404040); border: 0px; font-weight: bold;
  		 background: -moz-gradient(linear, left top, left bottom, from(#dadada), to(#404040));
  		 background: -moz-linear-gradient(top, #dadada, #404040); border: 0px; font-weight: bold;
  		 background: -o-gradient(linear, left top, left bottom, from(#dadada), to(#404040));
  		 background: -o-linear-gradient(top, #dadada, #404040); border: 0px; font-weight: bold; 
  		 background: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#404040));
  		 background: -webkit-linear-gradient(top, #dadada, #404040); border: 0px; font-weight: bold;
  		 background: -ms-gradient(linear, left top, left bottom, from(#dadada), to(#404040));
  		 background: -ms-linear-gradient(top, #dadada, #404040); border: 0px; font-weight: bold;}