.b-slider {
    background: url(../style/images.alpha.png);
	width: 450px;
}
#slider-wrapper {
	margin: 0px 0;
	display: none;
}
#slider-wrapper * {
	margin: 0;
	padding: 0;
}
#slideshow {
	list-style: none;
	color: #fff;
}
#slideshow span {
	display: none;
}
#fullsize {
	position: relative;
	height: 253px;
	padding: 10px 10px 15px 10px;
    margin-bottom: 1em;
	background: #FFF;
	background: url(../style/images/b-shadow.gif) no-repeat left bottom white;
}
#information {
	position: absolute;
	bottom: 15px;
	left: 10px;
    right: 10px;
	height: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
	z-index: 200;
	opacity: .7;
	filter: alpha(opacity=70);
}
#information h3 {
	padding: 4px 8px 3px;
	font-size: 14px;
	color: white;
}
#information p {
	padding: 0 8px 8px;
	color: white;
}
#image {
/*	width: auto; */
}
#image img {
	position: absolute;
	z-index: 25;
/*	width: auto; */
	padding: 0;
}
.imgnav {
	position: absolute;
	width: 25%;
	height: 253px;
	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: 253px;
	padding: 0;
	width: 100%;
	z-index: 100;
	opacity: .4;
	filter: alpha(opacity=40);
}
.linkhover {
	background: url(images/link.gif) center center no-repeat;
	padding: 0;
}
#thumbnails {
	margin-top: 1em;
}
#slideleft {
	float: left;
	width: 15px;
	height: 70px;
	background: url(images/scroll-left.gif) center center no-repeat;
	background-color: #FFF;
	cursor: w-resize;
}
#slideleft:hover {
	background-color: #FFF
}
#slideright {
	float: right;
	width: 15px;
	height: 70px;
	background: #FFF url(images/scroll-right.gif) center center no-repeat;
	cursor: e-resize;
}
#slideright:hover {
	background-color: #FFF
}
#slidearea {
	float: left;
	position: relative;
	width: 400px;
	margin-left: 5px;
	height: 81px;
	overflow: hidden;
}
#slider {
	position: absolute;
	left: 0;
	height: 81px
}
#slider img {
	cursor: pointer;
	padding: 5px 5px 10px 5px;
}

#slider img:hover , #slider a:hover {
	cursor: pointer;
	padding: 5px 5px 10px 5px;
	background: url(../style/images/b-shadow2.gif) no-repeat left bottom;
}

#slider img.selected {
	padding: 5px 5px 10px 5px;
	background: url(../style/images/b-shadow2.gif) no-repeat left bottom;
}

