/* global classes */
body{background: #000;font: 10px Verdana, Arial, Helvetica, sans-serif;}


/* start: container */
	#container{width: 700px;margin-left: auto;margin-right: auto;text-align: left;position: relative;}
	
	.scroller {height:400px;width: 225px;position:relative; overflow:hidden;float: left;margin: 180px 0px 0px 50px;}
	.scroller #topFade{position: absolute;left: 0px;top: -1px;}
	.scroller #bottomFade{position: absolute;left: 0px;bottom: 0px;}
	.content {position: absolute;line-height: 24px;color: #666666;font-weight: bold;}
	
	#goWebsite{position: absolute;left: 292px;top: 540px;text-decoration: none;color: #0196c0;font-weight: bold;}
/* end: container */