﻿
#main #movie {
	float:right;
	width:560px;
	height:315px;
	margin:20px 40px 0 0;
}

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

#div2 a {
	display:inline;
}

#thumb {
	width:820px;
	height:111px;
	margin: 20px auto 0 auto;
	padding:10px 20px;
	background:#313131 url(loading.gif) no-repeat 50% 50%;
	box-shadow: 0px 1px 11px #CCCCCC;
	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-boder-radius: 5px;
	/* 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:#181818;
	position:relative;
	width: 150px;
	height: 100px;
}

#thumb p {
	background:#181818;
	width:150px;
	color:#CCCCCC;
	height:92px;
	margin:0;
}

#thumb p a {
	display:block;
	width:150px;
	height: 100px;
	vertical-align:top;
	color:#ffffff;
	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:32px;
	height:130px;
	position:absolute;
	background:url(../images/button_slider.png);
	display:inline-block;
	z-index:5;
	cursor:pointer;
}

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

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

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

#thumb .navNext {
	background-position:-32px -130px;
	top:0;
	right:-32px;
}

#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);
}
