/* CSS Document */

#rotator
{
	border: 0;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 410px;
	height: 278px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 410px;
	height: 278px;
}

a.link1 {
display: block;
width: 195px;
height: 79px;
background: url("images/home-gallery.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link1 {
background-position: -195px 0;
}

a.link2 {
display: block;
width: 195px;
height: 79px;
background: url("images/home-profiles.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.link2 {
background-position: -195px 0;
}