#popupDiv
{
	position: absolute;
	z-index: 100;
	top: 75px;
	left: 20px;
	width: 660px;
	padding: 10px;
	text-align: center;
}

#closeDemo
{
	text-align: center;
	font-size: medium;
}

#textureChooser
{
	position: relative;
	top: 10px;
	left: 60px;
	width: 475px;
	height: 95px;
	border-left: solid thin #3BB3EF;
	border-right: solid thin #3BB3EF;
}

.textureItem
{
	position: absolute;
	top: 0px;
	width: 95px;
	height: 95px;
	background-image: url('../images/imagebar.gif');
	background-repeat: repeat-x;
}

#texture1
{
	left: 0px;
}

#texture2
{
	left: 95px;
}

#texture3
{
	left: 190px;
}

#texture4
{
	left: 285px;
}

#texture5
{
	left: 380px;
}

.textureImage
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 75px;
	height: 75px;
}

#textureImage1
{
	background-image: url('../images/origsmall1.gif');
	background-repeat: no-repeat;
}

#textureImage2
{
	background-image: url('../images/origsmall2.gif');
	background-repeat: no-repeat;
}

#textureImage3
{
	background-image: url('../images/origsmall3.gif');
	background-repeat: no-repeat;
}

#textureImage4
{
	background-image: url('../images/origsmall4.gif');
	background-repeat: no-repeat;
}

#textureImage5
{
	background-image: url('../images/origsmall5.gif');
	background-repeat: no-repeat;
}

#textureViewer
{
	position: relative;
	width: 570px;
	height: 490px;
	margin-top: 20px;
	margin-left: 15px;
	background-image: url('../images/tileviewer.gif');
	background-repeat: repeat-x;
	border: solid thin #3BB3EF;
}

.imageTitle
{
	position: absolute;
	top: 20px;
	width: 120px;
	height: 20px;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #27769E;
}

#origImageTitle
{
	left: 81px;
}

#seamlessImageTitle
{
	left: 368px;
}

.normalImage
{
	position: absolute;
	top: 45px;
	width: 120px;
	height: 120px;
}

#originalImageDiv
{
	left: 81px;
}

#seamlessTileDiv
{
	left: 368px;
}

#eztilerTitle
{
	position: absolute;
	top: 73px;
	left: 228px;
	width: 100px;
	height: 20px;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #27769E;
}

#rightArrow
{
	position: absolute;
	top: 92px;
	left: 201px;
	width: 168px;
	height: 32px;
	background-image: url('../images/rightarrow.gif');
	background-repeat: no-repeat;
}

.downArrow
{
	position: absolute;
	top: 165px;
	width: 24px;
	height: 64px;
	background-image: url('../images/downarrow.gif');
	background-repeat: no-repeat;
}

#downArrow1
{
	left: 129px;
}

#downArrow2
{
	left: 416px;
}

#tileImagesTitle
{
	position: absolute;
	top: 205px;
	left: 205px;
	width: 160px;
	height: 20px;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #27769E;
}

.tiledImage
{
	position: absolute;
	top: 229px;
	width: 240px;
	height: 240px;
	background-repeat: repeat;
	background-position: center;
}

#tiledOriginal
{
	left: 20px;
	background-image: url('../images/original1.gif');
}

#tiledSeamless
{
	left: 310px;
	background-image: url('../images/tile1.gif');
}

#screenshotRegion
{
	text-align: center;
}

#playbookVersion
{
	text-align: center;
}

#windowsVersion
{
	float: right;
	margin-top: -15px;
	text-align: center;
}

#eztilerInfo
{
	float: left;
}