/***** baked goods gallery settings *****/

<style type="text/css">

/* needed for IE to make :active state work first time */
a, a:visited {color:#000;} 

/* common styling for all galleries */
a.gallery, a.gallery:visited {display:block; display:inline-block; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:47px; float:left; margin:4px; z-index:50;}
a.slidea {
	background-image: url(images/thumbnails/Fruit-Tarts.jpg);
	background-position: center center;
}
a.slideb {
	background-image: url(images/thumbnails/Eclair.jpg);
	background-position: center center;
}
a.slidec {
	background-image: url(images/thumbnails/Muffin-Tops.jpg);
	background-position: center center;
}
a.slided {
	background-image: url(images/thumbnails/Cinnamon-Sticks.jpg);
	background-position: center center;
}
a.slidee {
	background-image: url(images/thumbnails/Carrot-Cake.jpg);
	background-position: center center;
}
a.slidef {
	background-image: url(images/thumbnails/Cannoli.jpg);
	background-position: center center;
}
a.slideg {
	background-image: url(images/thumbnails/Apple-Tart.jpg);
	background-position: center center;
}
a.slideh {
	background-image: url(images/thumbnails/Panini-Construction.jpg);
	background-position: center bottom;
}
a.slidei {
	background-image: url(images/thumbnails/Panini-on-Grill.jpg);
	background-position: center center;
}
a.slidej {
	background-position: center center;
	background-image: url(images/thumbnails/Strawberry-Cheesecake.jpg);
}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}

/* styling for LEFT gallery */
#container_left {
	position:relative;
	width:700px;
	height:400px;
	border:1px none #a49188;
	background-image: url(images/Fruit-Tarts.jpg);
	background-repeat: no-repeat;
	background-position: 185px 5px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
#container_left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container_left .thumbs {width:170px; position:absolute; left:0; top:0;}

#container_left a.gallery:hover span {
	display:block;
	position:absolute;
	top:370px;
	left:180px;
	padding:5px;
	font-style:normal;
	font-weight:bold;
	color:#F1F6C3;
	z-index:100;
	font-size:1.1em;
	color:#F1F6C3;
	letter-spacing: 0.3em;
	width: 300px;
} 
/*#container_left a.gallery:hover span:first-line {
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	color:#F1F6C3;
	letter-spacing: .3em;
}*/
#container_left a.gallery:active, #container_left a.gallery:focus {
	border:1px solid #000;
	background-color: #472F15;
}
#container_left a.gallery:active em, #container_left a.gallery:hover em {
	display:block;
	position:absolute;
	width:480px;
	height:360px;
	top:5px;
	left:180px;
	padding:2px;
	color:#000;
	z-index:50;
	background-color: #663300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 30px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
#container_left h1 {
	clear:both;
	margin:0;
	padding-top:370px;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	color:#622300;
	padding-left: 150px;
}
