.dropshadow1{
	float:left;
	position:relative;
	background: url(./shadow.gif) no-repeat bottom right !important;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}
.dropshadow1 div {
    background: url(./fake_offset.png) no-repeat left top !important;
    background: url(./fake_offset.gif) no-repeat left top;
    padding: 0px 5px 1px 0px;
}
.dropshadow1 img{
	position:relative;
	background-color:#FFFFFF;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	font-size:14px;
	padding:10px;
}
.dropshadow1 a:hover img{
	margin-right: 0px;
}
.dropshadow1 a span {
	display:none;
	}

.dropshadow1 a:hover {
	font-size:100%;
	text-decoration:none;
	}
	
.dropshadow1 a:hover span {
    background-color:#CCCCCC;
    display:block;
    position:absolute;
    z-index: 1000;
    width: 120px;
    bottom: 30px !important;
    bottom: 30px;    
    left: 50%; margin-left: -70px; 
    border:1px solid #a9a9a9;
    text-align: center;
    font-size: 12px;
    color:#333;
	text-decoration:none;
	font-weight:bold;
	}
	
.dropshadow1 a:hover span strong {
   background: #000000;
   display: block;
   color: #FFF
}
		
.clear {
	clear:both;
	}

.galdiv {
	width:100%;
	}

.pageNav {
	float:none;
	display:block;
	line-height:normal;
	text-align:center;
	width:100%;
	}
	
.pageNav div{
	font-size:12px;
	width:33%;
	float:left;
	line-height:20px;
	display:block;
	text-align:center;
	}
	
.empty{
	float:none;
	width:100%;
	display:block;
	}