﻿.spots
{
	width: 100%;
}
.spotDiv, .spotDivFirst
{
	width: 234px;
	height: 234px;
	overflow: hidden;
	clear: both;
}
.spotDiv_longText, .spotDivFirst_longText
{
	width: 234px;
	overflow: hidden;
	clear: both;
}
.spotDiv, .spotDiv_longText
{
	margin-top: 4px;
}
.spotLink
{
	text-decoration: none;
}
.spotImage
{
	border-style: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.spotText
{
	/*width: 194px;*/
	width: 234px;
	/*height: 214px;*/
	/*overflow: hidden;*/
	/*margin: 10px 20px 0px 20px;*/
	margin: 0px 0px 0px 0px;
}
.spotTextCornerTopLeft, .spotTextCornerTopRight, .spotTextCornerBottomLeft, .spotTextCornerBottomRight
{
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}
.spotTextCornerTopLeft
{
	background-image: url(/images/topLeft.png);
	background-position: left top;
	float: left;
}
.spotTextCornerTopRight
{
	background-image: url(/images/topRight.png);
	background-position: right top;
	float: right;
}
.spotTextCornerBottomLeft
{
	background-image: url(/images/bottomLeft.png);
	background-position: left bottom;
	float: left;
}
.spotTextCornerBottomRight
{
	background-image: url(/images/bottomRight.png);
	background-position: right bottom;
	float: right;
}