

#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	width: 100px;
	height: 100px;
    position:absolute;

	top:390px;
	left:460px;

	border-right: 2px solid #E5E6E7;
	border-bottom: 1px solid #E5E6E7;
}

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

#pictureGallery img
{
margin:auto;
}

#pictureFrame
{
width:165px;
height:165px;
float:left;
margin:3px;
border:1px solid #e4e4e4;
}