#bucket {
	overflow: hidden;
	position: relative;
	height: 104px;
	width: 500px;
	border: 1px solid #B2C9BF;
	text-align: left;
	background-image: url(../juneEventGallery/bucket.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.target {
	border: 1px solid #B2C9BF;
}

#items {
	position:absolute;
	top:10px;
	background-position: center;
	margin-top: 8px;
}

#items a img {
border: 1px solid #cccccc; /* Set image border color */
padding: 2px;
}

#items a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#items a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

.buttons {
	z-index: 1;
	height: 110px;
	width: 15px;
	position: absolute;
}

#left {
	left: 0px;
	float: left;
	background-image: url(../juneEventGallery/overlayL.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.thumb {
	background-color: #FFFFFF;

}

.thumb_highlight {
	background-color: #ECB100;
}

#right {
	right: 0px;
	text-align: right;
	float: right;
	background-image: url(../juneEventGallery/overlayR.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#loadfull {
	margin-bottom: 20px;
}

