#div2 {
	width:960px;
	clear:both;
	margin:0 auto;
}

#div2 a {
	display:inline;
}

#thumb {
	width:111px;
	height:450px;
	margin: 0px auto 0 auto;
	padding:20px 20px;
	background:#585858 url(loading.gif) no-repeat 50% 50%;
	
	/* Do not alter the below settings*/
    position:relative;
	
}

#thumb>* {
	display:none;
}

/*-------- div.item is each thumbnail's wrapper created by the javascript ------*/
#thumb .item {
	padding:5px;
	margin-right:5px;
	background:black;
	position:relative;
	width: 100px;

}

#thumb p {
	background:black;
	width:90px;
	color:#CCCCCC;

	margin:0;
}

#thumb p a {
	display:block;
	width:150px;
	vertical-align:top;
	text-decoration:none;
}

#thumb p img {
	margin-right:10px;
}

/*-------- style for the title/description specified by the title attribute ---------*/
/*---------built-in navigation buttons-------*/
/*#thumb .navPrev,*/
#thumb .navNext{
	width:130px;
	height:32px;
	position:absolute;
	background:url(image/button_slider_updown.png);
	display:inline-block;
	z-index:5;
	cursor:pointer;
}

#thumb .navPrev{
	background-position:0 -130px;
	top:-25px;
	left: 5px;
}

#thumb .navPrev:hover {
	background-position:0 -260px;
}

#thumb .navPrevDisabled,
#thumb .navPrevDisabled:hover {
	background-position:0 0;
	cursor:default;
}

#thumb .navNext {
	background-position:-32px -130px;
	bottom:-30px;
	right:-15px;
}

#thumb .navNext:hover {
	background-position:-32px -260px;
}

#thumb .navNextDisabled,
#thumb .navNextDisabled:hover {
	background-position:-32px 0;
	cursor:default;
}

.navPrev, .navNext {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/*---------built-in navigation bullets--------*/
/* Note: the navBullets won't be available when "scrollByEachThumb" was set to false in the Javascript.*/
#thumb .navBullets {
	display:none;
}

/* --------- Others ------- */
#thumb {
	transform: translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}