#ref{
display: block;
margin: -10px -10px 10px 10px;
padding: 10px;
z-index: 100px;
position: relative;
float: right;
width: 200px;
height: 140px;
border: 1px solid #B0B0B0;
}

#ref span{
	width: 200px;
	height: 120px;
	overflow: hidden;
	position: relative;
	display: block;
}

#ref a{
position: absolute;
height:140px;
width: 200px;
display: block;
background-position: 90px 125px;
font-size: 1px;
letter-spacing: -1px;
text-indent: -1px;
text-decoration: none;
color: White;
background-repeat: no-repeat;
}

a#close{
height: 25px;
width: 110px;
display: block;
position: relative;
background-image: url(../img/enlarge.gif);
font-size: 1px;
letter-spacing: -1px;
text-indent: -1px;
text-decoration: none;
float: right;
margin: 10px 0px 0px 10px;
	background-position:0 -55px;
}

#ref a{
background-position: 90px 125px;
}

a#close:hover{
		background-position:0 -80px;
}
#ref img {
	border: 0;
	position: relative;
	display: block;
	z-index: 100;
}

/* gallery popups */
#refBlur {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: relative;
	top: 20px;
	left:0;
	width: 100%;
  	height: 1900px;
	z-index: 500;
	background-color: #4C4C4C;
	display: none;
}



#popUp{
	position: absolute;
	top: 120px;
	text-align: center;
	padding: 0px 10px 10px 10px;
	border: 1px solid Black;
	z-index: 300;
	background-color: White;
	z-index: 1000;
	display: none;
}

#popUp img {
	float: none;
	clear: both;
	margin: 10px auto 10px auto;
	background: #FFFFFF;
}

