#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid #ccc;
	
	background:url(/play/plugins/apple_style_slideshow/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:540px;
	overflow:hidden;
}

#galleryslides{
	/* This is the slide area */
	height:320px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:540px;
	overflow:hidden; 
}

#galleryslides .slide{
	float:left;
}

#gallerymenu{
	/* This is the container for the thumbnails */
	height:45px;
}


#gallerymenu span {
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#gallerymenu span.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(/play/plugins/apple_style_slideshow/pic_bg.png) repeat;
}

#gallerymenu span.act,span.act:hover{
	/* The active state of the thumb */
	background:url(/play/plugins/apple_style_slideshow/active_bg.png) no-repeat;
}

#gallerymenu span.act a{
	cursor:default;
}

#gallerymenu .fbar {
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
/* 	background:url(/play/plugins/apple_style_slideshow/divider.png) no-repeat right; */
}

#gallerymenu span a {
	display:block;
/* 	background:url(/play/plugins/apple_style_slideshow/divider.png) no-repeat right; */
	height:45px;
	margin-top:10px;
}

#gallerymenu a img{
	border:none;
}



#gallerycontainer{
	/* The main container */
	margin:15px auto 30px;
	text-align:center;
	width:540px;
 	position:relative; 
}

#gallerytext {
    position: absolute; 
    top: 285px; 
    left: 0px; 
    color: #000; 
    padding: 10px;
    width: 520px; 
    font: normal 12pt/1.5em Arial, Geneva, Helvetica, Sans-serif;
   letter-spacing: 0.05em;
}

#gallerytext a {
  color: black;
}

#gallerytext a:hover {
   text-decoration: none;
}
