/* Gallery Styles */

#scroller {
	background: url('/pix/scroller_h.gif') no-repeat;
	padding: 20px 0 0 50px;
}
#scroller #motioncontainer {
width: 420px; 
height: 160px; 
}

#scroller #motioncontainer a img {
border: 1px solid silver;
margin: 0 10px;
}

#scroller #motioncontainer a:hover img {
border: 1px solid white;
}

#scroller #statusdiv {
display: none;
}

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


/* Vertical */

#scrollerv {
	overflow:hidden;
	padding: 9px 0 30px 19px;
	border: 1px solid #d0d5db;
	background: url('/pix/scroller-arrow.gif') no-repeat center 455px;
}
#scrollerv #motioncontainer a img {
	border: 1px solid silver;
	margin: 15px 0 5px 0;
}

#scrollerv #motioncontainer a:hover img {
border: 1px solid #eb1e23;
}

#scrollerv #statusdiv {
display: none;
}

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

#scrollerv h4 {
	color: #eb1e23;
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
#scrollerv h4 a {
	display: block;
	height: 13px;
	width: 120px;
	text-decoration: none;
	color: #69788c;
	background: url('/pix/bullet.gif') no-repeat right bottom;
}
#scrollerv h4 a:hover {
	text-decoration: none;
	color: #eb1e23;
}
