/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */

	

}


.arrow{
 background:url(images/gal_bg.gif);
 background-repeat:no-repeat;
 top: 20px;
 width: 10px;
 

}

.motioncontainer a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.motioncontainer a.right, .motioncontainer a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .motioncontainer a.right, * html .motioncontainer a.left
{
	filter:alpha(opacity=50);
}

.motioncontainer a.right:hover, .motioncontainer a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.motiongallery a.left
{
	left: 0;
	top: 0;
	background: url('images/fleche1.png') no-repeat center left;
}

* html .motioncontainer a.left { background: url('images/fleche1.gif') no-repeat center left; }

.motioncontainer a.right
{
	right: 0;
	top: 0;
	background: url('images/fleche2.png') no-repeat center right;
}

* html .motioncontainer a.right { background: url('images/fleche2.gif') no-repeat center right; }



#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: 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 */
