<style type="text/css">
@font-face {
 font-family: MyCustomFont;
 src: url("FLbrsa1.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("FLbrsa1.ttf") /* TTF file for CSS3 browsers */
}
#slideshow {
	list-style:none;
	color:#fff;
}
#slideshow span {
	display:none;
}
#wrapper {
	width:860px;
	display:none;
	margin-right: auto;
	margin-left: auto;
	height: 341px;
	padding-top: 31px;
}
#wrapper * {
	margin:0; 
	padding:0
}
#fullsize {
	position:relative;
	width:862px;
	height:343px;
	padding:0px;
}
#information {
	position:absolute;
	bottom:0;
	width:862px;
	height:0;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70);
	background-color: #201404;
}
#information h3 {
	padding:4px 8px 3px;
	font-size:large;
	font-family: "FranciscoLucas Briosa", MyCustomFont, Geneva, Arial;
	font-weight: normal;
}
#information p {
	padding:0 8px 8px;
	font-family: Verdana, "Geneva", Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#image {
	width:862px
}
#image img {
	position:absolute; 
	z-index:25; 
	width:auto
}
.imgnav {
	position:absolute;
	width:25%;
	height:360px;
	cursor:pointer;
	z-index:150
}
#imgprev {
	left:0; 
	background:url(images/left.gif) left center no-repeat
}
#imgnext {
	right:0; 
	background:url(images/right.gif) right center no-repeat
}
</style>