#slideshow { 
	position: relative; 
	/*width: 230px; */
	/*margin: 35px;*/
	width: 300px; 
	margin: 0px;
	}

.sample{
	/*padding: 3px 3px; */
	padding: 1px 1px; 
	margin: 0px 0px 24px 0px; 
	border:1px solid #e1e1e1;
	}

#controls { 
	z-index: 100; 
	position: absolute; 
	/*top: 0; left: 0; */
	top: 152px;
	left: 2px; 
	/*bottom: -34px;*/
	/*display: none;*/
   /* background-color: #ffc; */
	background-color: #cfcfcf;
	border: 1px solid #ddd; margin: 0; padding: 6px; 
   /*width: 218px;*/
	width: 282px;
	text-align: center;
}
#controls span { margin: 5px 5px; }

#info5{
	top: 120px;
	/*bottom:4px;*/
	text-align:center;
	}

.info{
	width:286px;
	height:25px;
	padding: 5px 5px 0px 5px;
	display: none;
	font:10pt Verdana, Arial, sans-serif; font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background:#000000;
	opacity: 0.7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); 
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	position:absolute;
  	z-index: 99;
}

/*
.info a {
	color: #ffffff;
 	font-weight:bold;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 102;
}
*/
/*#info5 .info a:hover {
	color: #ffffff;
 	font-weight:bold;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}*/


