/* Gallery Styles */
#ScrollSelect {
	display:block;
	height:20px;
	width:100%;
	text-align:center;
	background-color:#FFCCFF;
	vertical-align: middle;
	background-image: url(../images/LeftArrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#ScrollSelectInner {
	display:block;
	height:20px;
	width:100%;
	background-image: url(../images/RightArrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 150px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

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

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
#trueContainer a img {
display: inline;
}
/* End Gallery Styles */
