/*#wrapper {width:860px; margin:5px auto; display:none}*/
#wrapper * {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	
}

.fullsize {
	position:relative;
	float:left;
	width:780px;
	height:520px;
	padding:2px;
	border:1px solid #333;
	background:#000;
	margin: 0 auto;
	text-align:center;
}

.imgprev {
	left:0;
	background:url(images/left.gif) left center no-repeat;
}

.imgnext {
	right:0;
	background:url(images/right.gif) right center no-repeat;
}

.imgnav {
	position:absolute;
	width:40px;
	height:inherit;
	z-index:150;
	
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */

}


.imagearea {
	width:inherit;
}

.imagearea img {
	position:relative;
	z-index:25;
	width:auto
}

/********************************************************/
.description
{

height:50px;
text-align:center;


}

/*********************************************************/
.scroller {
	position: relative;
	float:right;
	width: 120px;
	height: 520px;
	background-color:#111;
	/*margin: auto 0;*/
}

.slideleft {
	float:top;
	background:#222 url(images/scroll-top.gif) center center no-repeat;
}
.slideright {
	float:bottom;
	background:#222 url(images/scroll-down.gif) center center no-repeat
}

.slidenav {
	position:relative;
	width:inherit;
	height:20px;	
}
.slidenav:hover {
	background-color:#333
}

.slidearea {
	
	position:relative;
	width:100px;/*width is smaller than true size if not thumbnail will enter*/

	
	height:inherit;
	height: 485px;
	width:inherit;
	
	overflow:hidden

}

.slidearea .innerScrollArea {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width:inherit;
}
.slidearea ul {
	
	margin: 0 5px;
	position: relative;
}
/*
.slidearea li {
	
	padding: 0;
	margin: 0;
	position: absolute;
	list-style: none outside none;
	background-image:none;
}*/
/*.slideshow li img {cursor:pointer; border:1px solid #666; padding:2px}*/

#slidearea_1 li {
	padding: 0;
	margin: 0;
/*	position: absolute;
	list-style: none outside none;*/
	background-image:none;
}
#slidearea_2 li {
	padding: 0;
	margin: 0;

	background-image:none;
}

#slidearea_3 li {
	padding: 0;
	margin: 0;

	background-image:none;
}

#slidearea_4 li {
	padding: 0;
	margin: 0;

	background-image:none;
}

#slidearea_5 li {
	padding: 0;
	margin: 0;

	background-image:none;
}
