/* Scroller Box */
#scroller_container {
 position: relative;
 width: 800px;
 height: 90px;
 overflow: hidden;
 margin: 0 auto;
}

#scroller {
 white-space: nowrap;
 line-height: 70px;
 font-size: 90px;
 vertical-align: middle;
}
#scroller *{

 vertical-align: middle;
}
#scroller img{
 margin-right: 40px;
}
#scroller p {
 padding: 0;
}
.fade
{
	position: absolute;
	top:0;
	bottom:0;
	z-index: 99;
	width: 400px;
}
#fade_left
{
	left: 0;
	background: url('../images/fade_left.png') repeat-y;
}

#fade_right
{
	right: 0;
	background: url('../images/fade_right.png') repeat-y right;
}
/* Scoller Bo
/* Scoller Box */

/* At the end of the CSS File */

/* CSS Hack Safari 
#dummy {;# }*/

