/* Gallery Styles */
/* Copyright of Planet Interactive Arts Ltd, All Rights Reserved. http://www.planet-ia.com */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 528px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(/assets/template/scroller-bkgrd.gif);
	margin: 0px;
	padding: 0px;
}
#motioncontainer  a  {
	border: 1px solid #cccccc; /* Set image border color */
	display: inline-block;
	width: 103px;
	height: 28px;
	background-image: url(/assets/template/menu-bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
}
#motioncontainer a.text {
	padding-left: 10px;
	padding-right: 10px;
	
}
#motioncontainer img {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#statusdiv {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	border: 1px solid #982629;
}
#trueContainer {
	padding-right: 20px;
}

/* End Gallery Styles */

