/* Gallery Styles */

#holder{
padding-top:35px;
}

.work_title{
padding:20px 50px 0 64px;
text-align:left;
font-family:Arial, "Times New Roman", Times, serif;
font-size:12px;
color:#666666;
line-height:20px;
}

.work_title a{
text-align:left;
font-family:Arial, "Times New Roman", Times, serif;
font-size:12px;
color:#666666;
line-height:20px;
}

.work_title a:hover{
font-family:Arial, "Times New Roman", Times, serif;
font-size:12px;
color:#d35454;
line-height:20px;
}

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

#motioncontainer a img {
margin:0 10px 0 0;
border:.0em solid #bbe0eb; /* Set image border color */
}

#motioncontainer a:hover img {
border: .0em solid #fd9997; /* 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 */
