@charset "utf-8";
/* CSS Document */

ul#gallery {
	display: block;
	width: 942px;
	height: 104px;
	position: relative;
	text-indent: 0;
	list-style-type: none;
	background-image: url('../images/bg_gallery.gif');
	background-repeat:repeat-x;
	border-top:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
ul#gallery li {
	display: block;
	position: absolute;
	top: 0;
	width: 942px;
	height: 0;
	margin: 0;
	padding: 0;
}

ul#gallery li a {
	display: block;
	width: 942px;
	height: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ul#gallery li a span.label {
	display: block;
	width: 198px;
	height: 26px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	color: white;
	text-indent: 10px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	font-size: 13px;
}

/*ul#gallery li a:hover span.label,
ul#gallery li a.hover span.label {
	background:url(../images/bg_rightArrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	color: #fff;
}*/


ul#gallery li a:hover span.label,
ul#gallery li a.hover span.label {
	background-image:url(../images/bg_galleryButtonHover.gif);
	background-repeat:repeat-x;
	
}

/*ul#gallery li.a span.label { margin-top: 5px; }*/

ul#gallery li.b span.label { margin-top: 26px; }

ul#gallery li.c span.label { margin-top: 52px; }

ul#gallery li.d span.label { margin-top: 78px; }

ul#gallery li a span.content { display: none; }

ul#gallery li a:hover span.content,
ul#gallery li a.hover span.content {
	display: block;
	width: 744px;
	height: 133px;
	float: right;
	margin: 0;
	padding: 0;
}

ul#gallery li a:hover span.content span.copy,
ul#gallery li a.hover span.content span.copy {
	display: none;
}

ul#gallery li a span#gallery-weddings { background-image: url('../images/gallery_weddings.jpg'); background-repeat: no-repeat; }

ul#gallery li a span#gallery-events { background-image: url('../images/gallery_events.jpg'); background-repeat: no-repeat; }

ul#gallery li a span#gallery-products { background-image: url('../images/gallery_products.jpg'); background-repeat: no-repeat; }

ul#gallery li a span#gallery-food { background-image: url('../images/gallery_food.jpg'); background-repeat: no-repeat; }

