.galleryContainer {
	position: relative;
}

.galleryImage {
	border: 0 none #000;
	background-repeat: no-repeat;
	background-position: center center;
}

.galleryListingContainer {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.galleryListingContainer li {
	float: left;
	margin: 4px 2px;
	/*padding: 2px 4px;
	border: 1px solid #333;*/
}

.galleryListingContainer li a {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	padding: 1px 4px 2px 4px;
	display: block;
	background: url(pics/img_unselected.png) center top no-repeat;
}

.galleryListingContainer li a:hover {
	text-decoration: none;
}

.galleryListingContainer li a.galleryCurrentItem {
	color: #F60;
	background: url(pics/img_selected.png) center top no-repeat;
}

.galleryPlayLink {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	text-decoration: underline;
}

.galleryPlayLink:hover {
	text-decoration: none;
}

.galleryPlayContainer {
	float: right;
	margin: 0px 2px 2px 0;
	padding: 2px 0;
}

.menuContainer {
	border: 1px solid #CCC;
	margin-top: 2px;
	padding: 0 8px;
}