#main_image {
 	padding-top: 90px;
 	padding-bottom: 30px;
}

.replaced {
	/* Set height/width to 96% for former function */
	border-right: 0px solid #808080;
	padding-right: 3%;
}


#motioncontainer {
	width: 86%; /* Set to gallery width, in px or percentage */
	height: 82px; /* Set to gallery height */
	position: relative;
	overflow: hidden;
	margin-left: 100px;
	margin-top: 15px;
	white-space: nowrap;
	border: solid 0px red;
}

#motioncontainer_2 {
	width: 86%; /* Set to gallery width, in px or percentage */
	height: 82px; /* Set to gallery height */
	position: relative;
	overflow: hidden;
	margin-left: 100px;
	margin-top: 15px;
	white-space: nowrap;
	border: solid 1px red;
}

#motiongallery {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	border: solid 0px red;
}

#motiongallery2 {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	border: solid 0px red;
}

.galleria {
	list-style:none;
	width:0px;
	margin:0;
	padding:0px;
}

.galleria li {
	margin:0;
	padding:0;
	display:inline;
	width:130px;
	height:80px;
	float:left;
}

.galleria li.active {
	border: 0px solid #FFF;
}

* html .galleria li div span {width:400px} /* MSIE bug */