/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */

#thumbnails {
	clear: both;
	margin: 10px auto;
}

#thumbnails div {
	position: relative;
	width: 145px;
	height: 100px;
	float: center;
	margin: 0px;
	padding: 0;
	
}
#thumbnails2 div {
	position: relative;
	width: 200px;
	height: 84px;
	float: left;
	margin: 0px;
	padding: 0;
	float: right;
}
#thumbnails3 div {
	position: relative;
	width: 200px;
	height: 84px;
	float: left;
	margin: 0px;
	padding: 0;
	float: right;
}
#thumbnails4 div {
	position: relative;
	width: 200px;
	height: 84px;
	float: left;
	margin: 0px;
	padding: 0;
	float: right;
}
#thumbnails img {
	width: 145px;
	height: 100px;
	position: absolute;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #333;
	border-left: solid 0px #404040;
}

#thumbnails2 img {
	width: 200px;
	height: 84px;
	position: absolute;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #333;
	border-left: solid 0px #404040;
}
#thumbnails3 img {
	width: 200px;
	height: 84px;
	position: absolute;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #333;
	border-left: solid 0px #404040;
}
#thumbnails4 img {
	width: 200px;
	height: 84px;
	position: absolute;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #333;
	border-left: solid 0px #404040;
}

#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}

.selectedThumbnail {  border: solid 0px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important;  }


