/* Gallery Styles */

#Layer1 {
	position:absolute;
	width:201px;
	height:31px;
	z-index:6;
	top: 172px;
}


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

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

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


#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}


/* End Gallery Styles */

.tablestyle {
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-width: thin;
	border-left-width: thin;
}



