<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:580px;
	display:none;
	margin: 0 auto 0 auto;
	height: 219px;
	padding-bottom: 0;
	padding-left: auto;
	padding-right: auto;
	padding-top: 29px;
}
#wrapper * {
	margin:0; 
	padding:0
}
#fullsize {
	position:relative;
	width:580px;
	height:219px;
	padding:0px;
}
#information {
	position:absolute;
	bottom:0;
	width:580px;
	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, "FLbrsa1", "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:580px
}
#image img {
	position:absolute; 
	z-index:25; 
	width:auto
}
.imgnav {
	position:absolute;
	width:25%;
	height:210px;
	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
}
#imglink {
	position:absolute; 
	height:306px; 
	width:100%; 
	z-index:100; 
	opacity:.4; 
	filter:alpha(opacity=40)
}
.linkhover {
	background:url(images/link.gif) center center no-repeat
}
</style>