ul.enlarge{
	list-style-type:none; /*remove the bullet point*/
	margin-left:0;
	text-align: center;
}
ul.enlargeLeft{
	list-style-type:none; /*remove the bullet point*/
	margin-left:0;
	text-align: center;
	float: left;
}
ul.enlarge li{
	display:inline-block; /*places the images in a line*/
	position: relative;
	z-index: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
ul.enlargeLeft li{
	display:inline-block; /*places the images in a line*/
	position: relative;
	z-index: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	float: left;
}
ul.enlarge img{
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: -1px;
}
ul.enlarge span{
	position:absolute;
	left: -9999px;
	background-color:#fff;
	font-size:13px;
	text-align: center;
	color: #333;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .50));
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .50);
	box-shadow: 0 0 4px rgba(0,0,0, .50);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul.enlarge li:hover{
	z-index: 50;
	cursor:pointer;
	
	
	
	
	font-family: inherit;
	text-align: left;
}
ul.enlarge span img{
padding:0px;
background:#DCE7EA;
}
ul.enlarge li:hover:nth-child(1) span{ 
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(2) span{ 
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(3) span{ 
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(4) span{ 
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(5) span{ 
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(6) span{
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(7) span{
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(8) span{
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(9) span{
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(10) span{
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(11) span{
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(12) span{
top: 30px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -55px; /*distance from the left of the thumbnail to the left of the popup image*/
}

/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
ul.enlarge img, ul.enlarge span{
behavior: url(pie/PIE.htc); 
}
