.slideWrapper {
	float: left;
	width: 580px;
	background-image: url(../../includes/freestyle/img/common/ajax/loading3.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideshow {
	list-style:none;
	color:#000
}
#slideshow span {
	display:none;
}
#wrapper {
	width:580px;
	display:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:580px;
	height:360px;
}
#information {
	position:absolute;
	bottom:0;
	width:580px;
	height:0;
	background:#000;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70);
}
#information h3 {
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	width: 580px;
}
#information p {
	color: #FFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 560px;
}
#information em{
	font-size: 10px;
}
#image {
	width:580px;
}
#image img {
	position:absolute;
	z-index:25;
	width:auto;
	height: 360px;
}
.imgnav {
	position:absolute;
	width:137px;
	height:360px;
	cursor:pointer;
	z-index:150;
}
#imgprev {
	left:0;
	background-image: url(../images/tinystyle/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#imgnext {
	right:0;
	background-image: url(../images/tinystyle/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#imglink {
	position:absolute;
	height:360px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
}
.linkhover {
	background-image: url(../images/tinystyle/link.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#thumbnails {
	margin-top:0px
}
#slideleft {
	float:left;
	width:20px;
	height:60px;
	background-color:#222;
	background-image: url(../images/tinystyle/scroll-left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideleft:hover {background-color:#333}
#slideright {
	float:right;
	width:20px;
	height:60px;
	background-color: #222;
	background-image: url(../images/tinystyle/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideright:hover {background-color:#333}
#slidearea {
	float:left;
	position:relative;
	width:534px;
	height:60px;
	overflow:hidden;
	background-color: #000;
	padding-left: 6px;
}
#slider {
	position:absolute;
	left:0;
	height:60px
}
#slider img {
	cursor:pointer;
	padding:0px;
}
