/* Gallery Styles */

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

#cmotion_container img {
border: none;
margin-left:3px;
margin-right:3px;
}

#cmotion_tooltip{
position: absolute;
border: 1px solid black;
padding: 5px;
color:#FFFFFF;
background-color: #5f5b4f;
visibility: hidden;
font-size:12px;
font-weight:bold;
z-index: 1000;
}
/* End Gallery Styles */
