/* Gallery Styles */

#motioncontainer {
	width: 545px; /* Set to gallery width, in px or percentage */
	height: 250px; /* Set to gallery height */
	border-left: 0px solid #3F3F3F;
	border-right: 0px solid #3F3F3F;
	background-image: url(../images/bggalery.gif);
	background-repeat: repeat-x;
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid white; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 0px solid gray;
padding: 0px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

.galery {
	float: left;
	width: 545px;
	height: 250px;
}
.galeryr {
	float: left;
	width: 30px;
	height: 250px;
	background-image: url(../images/galeryr.gif);
	background-repeat: no-repeat;
}

.galeryl {
	float: left;
	width: 30px;
	height: 250px;
	background-image: url(../images/galeryl.gif);
	background-repeat: no-repeat;
}
