div.overlay {
	padding:40px;	
	width:400px;
	  
	display:none;
	background-image:url(images/white.png);	
}

div.overlay div.close {
	background:url(images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

div.overlay a {
	height:450px;
	display:block;
}


div.apple_overlay.black {
	background-image:url(images/transparent.png);
	color:#fff;
}


div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}

div.black h2 {
	color:#CCCCCC;
}


/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.item { font-size: .94em; display: block; color: #ccc; background: #363636 url(images/item.gif) no-repeat center top;  height: 106px; padding: 4px 20px; margin: 0; }

.item:hover { background: #363636 url(images/item.gif) no-repeat bottom; color: #fff; }
.item strong { color: #FFFAD3; line-height: 27px; }

h3 { color: #ccc; margin: 0 0 6px 15px; height: 16px; }
.sidedate { float: left;  text-align: center; padding: 4px 9px 0 0; font-size: 1.6em; margin: 0 12px 0 0; border-right: 1px dotted #808080; }
.sidedate span { font-size: .6em; font-weight: bold; color: #808080; }


#slideshow {
	position: relative;
	padding: 0;
	list-style: none;
	width: 570px; /* the width of the container, change if necessary */
	height: 300px; /* the height of the container, change if necessary */
	
	
}

#slideshow img {
	border: none;
}

#slideshow .arrow {
	width: 40px;
	height: 70px;
	display: block;
	position: absolute;
	top: 28%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	z-index: 70;
}

#slideshow .arrowL {
	background: url(images/slideView_arrows.gif) no-repeat 0px 30px;
	left: 0px;
}

#slideshow .arrowR {
	background: url(images/slideView_arrows.gif) -40px 30px no-repeat;
	right: 0px;
	
}
.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideView {
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.slideView li {
	width: 100%;
	height: 300px;   /* the height of the slideshow, change if necessary */
	float: left;
	margin: 0;
	display: inline;
}
.slideView li a {
	display: block;
	width: 100%;
	height: 100%;
}

#slideshow .wrap {
	background: black;
	position: absolute;
	height: 75px;
	bottom: 0;
	left: 0px;
	z-index: 90;
}

#slideshow .thumbList {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 100;
	width: auto;
}

#slideshow .thumbList li {
	width: 114px;
	height: 100%;
	display: inline;
	float: left;
	margin: 0;
}


#slideshow .desc {
	padding: 0px 20px 0px 16px;
	width: 570px;   /* the width of the desccription, change if necessary */
	height: 30px;
	background: white;
	position: absolute;
	top: 0px;
	left: 0px;
	color: black;
	z-index: 200;
	font-weight: bolder;
	border-bottom: 1px solid Gray;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
}
#slideshow .thumbList li a {
	display: block;
	width: 90px;
	height: 55px;
	margin-left: 12px;
	margin-top: 9px;
	border: 2px solid #17d2db;
}

#slideshow .thumbList li a:hover {
	border-color: #f75514;
}