.pic_effect {
	cursor: url(../graphics/zoomin.cur), pointer;
    outline: none;
}

.pic_effect-image {
    border-bottom: 1px solid white;
}

.pic_effect-caption {
	display: none;
	border-bottom: 1px solid white;
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	background-color: white;
	color: #333333;
	text-decoration: none;
}
.pic_effect img {
	border: 1px solid #AAAAAA;
}
.pic_effect:hover img {
	border: 1px solid #666666;
}


.pic_effect-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}

.pic_effect-display-block {
    display: block;
}

.pic_effect-display-none {
    display: none;
}
