.bts {
	width: 1124px;
	display: inline-block;
}
#footer-left-img {
	border: 5px solid #FFFFFF;
 	margin-top: 25px;
 	margin-bottom: 25px;
 	box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.3),
     	       0px 20px 15px 0px rgba(0, 0, 0, 0.6); 
	background-color: #CCCCCC;
	width: 204px;
	height: 100px;
	float: left;
	display: inline-block;
}
#footer-left-txt {
	color: #ffffff;
	width: 250px;
	font-family: "Arial Narrow";
	font-size:  28px;
	line-height: 30px;
	font-weight: bolder;
	text-align: center;
	margin-top: 20px;
	float: left;
	display: inline-block;
}
#footer-left-txt a {
	color:#FF0000;
}
#footer-right-txt a {
	color:#FF0000;
}
#footer-right-img {
	border: 5px solid #FFFFFF;
 	margin-top: 25px;
 	margin-bottom: 25px;
 	box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.3),
     	       0px 20px 15px 0px rgba(0, 0, 0, 0.6); 
	background-color: #CCCCCC;
	width: 204px;
	height: 100px;
	float: right;
	display: inline-block;
}
#footer-right-txt {
	color: rgb(25, 95, 169);
	width: 250px;
	font-family: "Arial Narrow";
	font-size:  28px;
	line-height: 30px;
	font-weight: bolder;
	text-align: center;
	margin-top: 20px;
	float: right;
	display: inline-block;
	
}
.view-footer-left-image .item-list {
	display: none;
}
.view-footer-right-image .item-list {
	display: none;
}
.update-images {
	display: inline-block;
}
.update-img {
	border: 5px solid #FFFFFF;
 	margin: 25px;
 	box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.3),
     	       0px 20px 15px 0px rgba(0, 0, 0, 0.6); 
	background-color: #CCCCCC;
	width: 100px;
	height: 100px;
	float: left;
	display: inline-block;
}
#view-trailer a {
	color: #FF0000;
}
#view-trailer {
	width: 90px;
	margin: 5px;
	text-align: center;
	font-size: 14px;
	color: #FF0000;
	padding: 1px 3px;
	background: -moz-linear-gradient(
		top,
		#dfe0ed 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#ededed);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#dfe0ed),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#ededed));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #bd0a0a;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}