/* Gallery Styles */
 #motioncontainer {
	/*margin:0 auto;*/
	width: 970px;
	height: 169px;
	position: relative;
	overflow: hidden;
}
 #motioncontainer #trueContainer{
	position: relative;
}

 #motioncontainer a{
	height: 155px;
	cursor: pointer;
	position: relative;
	margin: 0 2px;
}
 #motioncontainer a img {
	border: 0 !important;
	vertical-align: top;
}
 #motioncontainer a .date_title {
	display: none;
	/* OPACITY { */
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	/* } */
	background-color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

 #motioncontainer a:hover img {
	background: #EEEEEE;
}
 #motioncontainer .padLeft {
	padding: 4px 0 4px 4px;
}
 #motioncontainer .padRight {
	padding: 4px 4px 4px 0;
}

 #motioncontainer #motiongallery{
	position:absolute;
	left:0;
	top:0;
	white-space: nowrap;
}

