#rotator
{
	/*border: 1px solid #000;
	cursor: pointer;*/
	overflow: hidden;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: center;
	width: 330px;
	height: 125px;
	overflow: hidden;
	background-color:#FFFFFF;
}

#rotator img
{
	border: 0;
	/*cursor: pointer;
	width: 143px;
	height: 188px;*/
	margin: 0px auto;
	display: none;	
}

p
{
	/*text-align: center;*/
}

#rotatorContainer
{
	color: #FFFFFF;
	width: 375px;
	height: 125px;
	overflow: hidden;
	float: right;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 5px 0px 5px 0px;
	margin: 35px 0px 0px 0px;	
	background-color:#FFFFFF;
	}
