#galleryContainer {		
	height:353px;
	background-color:#FBF4E3;
	background-image:url(images/gallery_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	
}

#motioncontainer img {

}
#motioncontainer a img { /*image border color*/
}
#motioncontainer a:hover img { /*image border hover color*/
}
#motioncontainer a:hover {
	color:#FBF4E3; /* Dummy definition to overcome IE bug */
}

#motiongallery {

}
#motiongallery img{
	border:none; 
	width:130px;
	height:93px;
	margin:0 0 8px 0;
	padding:0;
}
#statusdiv {
	position: absolute;
	padding: 2px;
	left: -300px;
	background-color: #E7DFC8;
	border: 1px solid gray;
	visibility: hidden;
}
#mainImage {
	width:440px;
	height:330px;
	display:block;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	border:solid 6px #FBF4E3;
	border-bottom:solid 18px #FBF4E3;
	background-color:#AAAAAA;
	vertical-align:bottom;
}
#enlargeImage {	
	width:440px;
	text-align:right;
	margin-top:333px;
	float:right;
	position:absolute;
	color: #623E1E;
}
#topButton {		
	height:21px;
	width:139px;
	overflow:hidden;
	margin-bottom:5px; 
}
#topButton a {		
	display:block;
	font-size:9px;
	font-weight:bold;
	margin-right:0;
	text-align:left;
	background:#FBF4E3;
	height:21px;
	width:139px;
	background:url(http://www.birtcherdevelopment.com/property_photos_admin/sample_gallery/images/arrow_up.gif);
	margin-bottom:5px; 
}
#topButton a:hover {
	
	background:url(http://www.birtcherdevelopment.com/property_photos_admin/sample_gallery/images/arrow_up_over.gif);
}
#bottomButton {   
	height:21px;
	width:139px;
	overflow:hidden;
	position:absolute;
		margin-top:8px; 

}
#bottomButton a {	
	display:block;
	font-size:9px;
	font-weight:bold;
	margin-right:0;
	text-align:left;
	background:#FBF4E3;
	height:21px;
	width:139px;
	background:url(http://www.birtcherdevelopment.com/property_photos_admin/sample_gallery/images/arrow_down.gif);
}
#bottomButton a:hover {
	
	background:url(http://www.birtcherdevelopment.com/property_photos_admin/sample_gallery/images/arrow_down_over.gif);
}


