

div#rotator
{
	overflow: hidden;
	margin: auto;
	position: relative;
	width: 530px;
	height: 100px;
	border-bottom:1px solid #0077B7;
	background-image:url(site_images/slideshow_bk.jpg);
	background-repeat:no-repeat;}

div#rotator img
{
	border: 0;
	cursor: pointer;
	width: 530px;
	height: 100px;
}
