/*thumb-tray1*/

#thumb-tray1 {
	width: 940px;
	height: auto;
	position: relative;
	z-index: 3;
	bottom: 35%;
	left: 0;
	overflow: hidden;
	text-align: left;
	margin: 20px 10px;
}
#thumb-tray1 p {
	text-align: center;
}
ul#thumb-list1 {
	display: inline-block;
	position: relative;
	left: 0;
	padding: 0;
	list-style: none;
}
ul#thumb-list1 li {
	display: inline;
	width: 220px;
	height: 180px;
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
	list-style: none;
	opacity: 0.7;
}
ul#thumb-list1 li:hover {
	cursor: pointer;
	color: #fff;
	opacity: 1;
}
ul#thumb-list1 li a {
	color: #fff;
	font-family: early-times-regular-demo;
	font-size: 16px;
	text-transform: uppercase;
}
ul#thumb-list1 li a:hover {
	text-decoration: none;
	color: #dabf1b;
}
ul#thumb-list1 li img {
	margin-bottom: 10px;
	border-bottom: 5px solid #444;
}
ul#thumb-list1 li img:hover {
	border-bottom: 5px solid #dabf1b;
}
#thumb-prev1, #thumb-next1 {
	width: 40px;
	height: 145px;
	position: absolute;
	z-index: 10;
	top: 0;
}
#thumb-prev1 {
	left: 0;
	background: url('../images/thumb-back.png') 5px 55px no-repeat;
	background-color: rgba(0, 0, 0, 0.8);
}
#thumb-next1 {
	right: 0;
	background: url('../images/thumb-forward.png') 5px 55px no-repeat;
	background-color: rgba(0, 0, 0, 0.8);
}
#thumb-prev1:hover, #thumb-next1:hover {
	cursor: pointer;
	background-color: #dabf1b;
}
