#slideshow {
	list-style:none;
	/* [disabled]color:#fff; */
}
#slideshow span {display:none}
#wrapper_suraido {width:500px; display:none}
#fullsize {
	position:relative;
	width:500px;
	height:240px;
	padding:0px;
	/* [disabled]background:#FFF; */
}

#information {position:absolute; bottom:0; width:500px; 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}
#information p {padding:0 8px 8px}

#image {
	width:500px;
	height:240px;
}
#image img {position:absolute;width:auto}
.imgnav {
	position:absolute;
	width:25%;
	height:240px;
	cursor:pointer;
	z-index:150
}
#imgprev {left:0; }
#imgnext {right:0; }
#imglink {
	position:absolute;
	height:240px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
}
.linkhover {background:url(../images/link.gif) center center no-repeat}
#thumbnails {margin-top:10px;}
#slideleft {
	float:left;
	width:18px;
	height:57px;
	background:url(../images/scroll-left.gif) center no-repeat;
	background-color:#C7AD94;
	border:1px solid #CCCCCC;
}
#slideleft:hover {
	background-color:#D6C2AF;
}
#slideright {
	float:left;
	width:18px;
	height:57px;
	border:1px solid #CCCCCC;
	background-color: #C7AD94;
	background-image: url(../images/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#slideright:hover {
	background-color:#D6C2AF;
}
#slidearea {float:left; position:relative; width:450px; margin:0 5px 0 5px; height:57px; overflow:hidden}
#slider {position:absolute; left:0; height:57px}
#slider img {
	cursor:pointer;
	/* [disabled]border:1px solid #C7AD94; */
	padding:2px
}
