/* CSS Document */

html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}

table.full-height {
  height:100%;
  width:100%;
  border:1px solid black;
}

#rotator
{
	border: 0;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 900px;
	height: 173px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 900px;
	height: 173px;
}