#imagegallery {
	border:1px solid #999999;
	padding:1px;
	margin-bottom: 20px;
	min-height:200px;
	float:right;
	width:98%;
}
#items {
	float: left;
	width: 99%;
	border: 1px solid #CCCCCC;
	background:#EEEEEE;
	text-align: left;
}
#items .item {
	width: 62px;
	height:62px;
	margin: 0px;
	cursor: pointer;
	display:inline;
	white-space:nowrap;
}

#items .item img {
	max-width:60px;
	min-width:40px;
	height:50px;
	margin:5px !important;
	border:1px solid #CCCCCC;
	float:none !important;
}
	#items .item img:hover {
		border: 1px solid #036;
	}
#large {
	background-color: #EFEFEF;
	/***
	border: 1px solid #DFDFDF;
	margin-top:10px;
	text-align:center;
	font-size:12px;
	float:left;
	**/
}
#large .info {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#B3B3B3;
}
#items p {
	display:none;
}
#large .item {
	margin-top:0px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
	#large .item img {
		max-width:290px;
		max-height: 600px;
		margin:4px 0 0 0 !important;
		padding:0px !important;
		float:none !important;
		width:auto !important;width:290px;
	}
	#large .item p {
		font-size:14px !important;
		direction:ltr;
		line-height: normal;
		padding: 8px 10px 0 10px;
		text-align:left;
	}


/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
height: 60px; /* Set to gallery height */
position: relative; /*20120629 laa*/
left: 0; /*20120629 laa*/
right: 0; /*20120629 laa*/
/*width: 333px; 20120629 laa*/ /* Set to gallery width, in px or percentage */
}

#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: #ffffe0;   /*lightyellow;*/
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 */
}
/* End Gallery Styles */
