/* CSS Document */
* {
	margin: 0px auto;
	padding: 0px;
	outline:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	-moz-user-select: none;
}

body {
	overflow: hidden;
}

img {
	border: 0px none;
}

.arrows {
	position: absolute;
	width: 18px;
	height: 18px;
	cursor: pointer;
	z-index: 2;
}

#imageControls {
	overflow: hidden;
	position: absolute;
	width: 59px;
	height: 59px;
}

#gotddivmainimg {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#gotdimg {
	position: absolute;
	width: 3750px;
	height: 2016px;
	z-index: 1;
}

#gotddivarrows {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 59px;
	height: 62px;
	z-index: 2;
}

#playerContainer {
	position: absolute;
	z-index: 0;
	display: none;
	width: 244px;
	height: 184px;
}

img.arrowTopLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	-moz-user-select: none;
}

img.arrowTopRight {
	position: absolute;
	left: -82px;
	top: 0px;
	-moz-user-select: none;
}

img.arrowBottomLeft {
	position: absolute;
	left: 0px;
	top: -63px;
	-moz-user-select: none;
}

img.arrowBottomRight {
	position: absolute;
	left: -82px;
	top: -63px;
	-moz-user-select: none;
}

area {
	cursor: url("../images/tv.jpg"), pointer;
}