/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 678px; /* Set to gallery width, in px or percentage */
height: 110px; /* Set to gallery height */
}

div#sl {
width:690px;
border:1px;
border:1px solid #FF9900;
margin:0 auto;
margin-bottom:20px;
}

div#tl {
background:#333333;
color:#FFFFFF;
padding:3px;
text-align:center;
font-size:11px;
font-weight:bold;
}

div#slide{
	background-image:url(img_padrao/bg_conteudo.jpg);
	background-repeat:repeat-x;
	background-color:#f3f3f3;
	color:#8A8A8A;
	padding:6px 6px 6px 6px;
}


#motioncontainer a img {
border:3px solid #000000; /* Set image border hover color */
}

#motioncontainer a:hover img {
border:3px solid #FFFFFF;/* Set image border hover color */
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

#motioncontainer img {
margin:0 5px 0 5px;
}
/* End Gallery Styles */
