/* Gallery Styles */

.gallery_arrow_left_ON
{
width:20px; 
background-color:#FEEB8C; 
background-image:url(http://www.johnkubiak.com/images/site/gallery_arrow_left.gif); 
background-position:center; 
background-repeat:no-repeat;
}

.gallery_arrow_left_OFF
{
background-color:#FEEB8C; 
}

.gallery_arrow_right_ON
{
width:20px; 
background-color:#FEEB8C; 
background-image:url(http://www.johnkubiak.com/images/site/gallery_arrow_right.gif); 
background-position:center; 
background-repeat:no-repeat;
}

.gallery_arrow_right_OFF
{
background-color:#FEEB8C; 
}

.project_icon_gallery
{
width:66px;
height:66px;
cursor:pointer;
}

div#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 637px; /* Set to gallery width, in px or percentage */
height: 84px; /* Set to gallery height */
}

div#motioncontainer img {
border: 2px solid #EEC400; /* Set image border color */
}

div#motioncontainer a img {
border: 2px solid #EEC400; /* Set image border color */
}

div#motioncontainer a:hover img {
border: 2px solid #EEC400; /* Set image border hover color */
}

div#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

div#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
