﻿#photoViewer
{
	background-color: Transparent;
	background-image: url(../images/rotatorBackground.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 340px;
}

#viewSpace
{
	Width: 400px;
	Height: 300px;
	float: left;
	position: relative;
	top: 21px;
	left: 133px;
	text-align: center;
	background-color: Transparent;
}

#rotatorSpace
{
	width: 85px;
	height: 205px;
	float: left;
	position: relative;
	left: -415px;
	top: 50px;
	background-color: Transparent;
}

#upSpace
{
	height: 25px; 
	width: 20px;
	float: left;
	position: relative;
	left: -340px;
	top: 15px;
	CURSOR: pointer;
	background-color: Transparent;
}

#downSpace
{
	height: 25px; 
	width: 20px;
	left: -360px;
	top: 305px;
	float: left;
	position: relative;
	CURSOR: pointer;
	background-color: Transparent;
}
