/* Gallery Styles */

#motioncontainer {
	float: left;
	width: 726px; /* Set to gallery width, in px or percentage */
	height: 425px; /* Set to gallery height */
}

	#motioncontainer .gallery {  }
	#motioncontainer table tr.top td { border-bottom: 1px solid #bfbfbf; }
	#motioncontainer table tr td.first { width: 100px; }
	
			#motioncontainer .gallery td {
				padding: 0 20px 0 0; 
				height: 210px;
			}

				#motioncontainer .gallery td .image{
					height:87px; 
					background:none;
					margin: 8px 0 0 0; 
				}

				#motioncontainer .gallery td .image.lower{
					height:87px; 
					background:none;
					margin: 0 0 0 0; 
				}
				
				#motioncontainer .gallery td .title {
					height: 20px;
					margin: 0;
					padding: 8px 0 0 5px; 
					background: url(../../motiongallery_top_line_bg2.gif) top left repeat-y;
				}

				#motioncontainer .gallery td .text {
					height: 83px; 
					width: 157px;
					margin: 0;
					padding: 4px 0 0 8px; 
					overflow: hidden;
					background: url(../../motiongallery_top_line_bg2.gif) top left repeat-y;
				}
			
		/*#motioncontainer .gallery.lower td {
			padding: 0 20px 0 0;
			height: 210px;			
		}*/

				#motioncontainer .gallery.lower td .image{
					float: left;	
					height:87px; 
					background:none;
					margin: 8px 0 0 0; 
				}

				#motioncontainer .gallery.lower td .title {
					float: left;
					height: 15px;
					margin: 0;
					padding: 8px 0 0 5px; 
					background: url(../../motiongallery_top_line_bg2.gif) top left repeat-y;
				}

				#motioncontainer .gallery.lower td .text {
					float: left;	
					height: 83px; 
					width: 157px;
					margin: 0;
					padding: 4px 0 0 8px; 
					overflow: hidden;
					background: url(../../motiongallery_top_line_bg2.gif) top left repeat-y;
				}




			/*#motioncontainer .gallery.bottom_line td.first_cell {
				width:95px;
				background: none;
				padding:10px 0 0 0;
				display: block;
				height:auto;
			}*/

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
	display: none;
}


/*.motiongallery_arrow {
	background: url(../../motiongallery_arrow_bg.gif) top left no-repeat;
	height:18px;
	width:11px;
	display: block;
	position: absolute;
	right:0;
	top:191px;
	cursor:pointer;
}*/

/* End Gallery Styles */
