/* Gallery Styles */

#gallery-wrapper {
	margin-bottom: 12px;
	background: #000;
	border: 1px solid #3b79b6;
}

#gallery-wrapper h2 {color: #3b79b6; padding: 10px; font-size: 1.6em;}

#gallery-wrapper h2 span {color: #fff;}

#gallery-outer {
background: #16567c; 
padding: 0 25px;
position: relative;
}

span.gallery-previous {background: url(/design/gallery/previous.gif) top left no-repeat; display: block; position: absolute; left: 5px; top: 0; height: 136px; width: 24px;}
span.gallery-next {background: url(/design/gallery/next.gif) top left no-repeat;display: block; position: absolute; right: 5px; top:0; height: 136px; width: 24px;}

#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: 144px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #4680ba; /* Set image border color */
background: #323232;
padding: 3px;
margin: 0 10px;
}

#motioncontainer a:hover img {
border: 1px solid #ccc; /* 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;
display: none;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

