@import 'links.css';
@import 'L1T.css';
@import 'B1T.css';
@import 'F1T.css';
@import 'N1T.css';
@import 'N2T.css';
@import 'Y1T.css';


#gallerycontent {
	position:absolute;
	top: 0px;
	left: 50%;
	height: 100%;
	width: 750px;
	margin-left: -375px;
	margin-right: auto;
	border-style: dashed;
	border-width: 1px;
	border-color: #d79d00;
}

.galleryrowcont {
	position: absolute;
	top: 55%;
	left: 50%;
	margin-left: -350px;
	width: 700px; /* 5 * 130 + 100 */
	border-style: hidden;
	border-color: Red;
	border-width: 1px;
}

#galleryrowcont1 {
	height: 200px;
	margin-top: -100px;
}
#galleryrowcont2 {
	height: 320px;
	margin-top: -165px;
}
#galleryrowcont3 {
	height: 440px;
	margin-top: -230px;
}
#galleryrowcont4 {
	height: 560px;
	margin-top: -295px;
}

.galleryrow {
	position: absolute;
	left: 0px;
	width: 700px; /* 5 * 130 */
	height: 120px; /* height of thumbborder */
	border-style: hidden;
	border-color: Blue;
	border-width: 1px;
}
#row1 {
	top: 40px;
}
#row2 {
	top: 160px;
}
#row3 {
	top: 280px;
}
#row4 {
	top: 400px;
}
#row5 {
	top: 520px;
}

.thumb {
	position: absolute;
	top: 50%;
	left: 50%;
}

.thumbbox {
	position: absolute;
	height: 120px;
	width: 130px;
	border-style: hidden;
	border-color: Green;
	border-width: 1px;
}
.thumbL2 
{
	left: 25px;
}
.thumbL1 
{
	left: 155px;	/* thumbL2 + 130 */
}
.thumbC 
{
	left: 285px;	/* thumbL1 + 130 */
}
.thumbR1 
{
	left: 415px;	/* thumbC + 130 */
}
.thumbR2 
{
	left: 545px;	/* thumbR1 + 130 */
}
.thumbPano
{
	width: 260px;
}

.galleryimg {
	position:absolute;
	top: 45%;
	right: 55%;
	height: 270px;
	width: 270px;
	margin-left: -135px;
	margin-top: -135px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px;
	z-index: 5;
}

#img0 {
	z-index: 20;
}

#img2 {
	background-image: url(images/gallery.jpg);
	z-index: 10;
}

#rlinks {
	top: 50%;
	margin-top: -150px;
	height: 300px;
}

#galleryclick
{
	position: absolute;
	top: 0px;
	left: 5px;
	color: #aaaaaa;
	font-family: arial, "lucida console", sans-serif;
	font-size: large;
	letter-spacing: 3px;
	line-height: 25px;
	text-align: left;
}

#gallerymenu {
	position:absolute;
	top: 25px;
	left: 10px;
	width: 100%;
	color: #ffffff;
	font-family: arial, "lucida console", sans-serif;
	font-size: x-small;
	text-align: left;
	letter-spacing: 4px;
	z-index: 2;
}

.gallerynav {
	position: absolute;
	left: 25px;
	width: 648px; /* 5 * 130 */
	height: 15px; /* height of thumbborder */
	color: #ffffff;
	font-family: arial, "lucida console", sans-serif;
	font-size: x-small;
	text-align: left;
	letter-spacing: 4px;
	z-index: 2;
	border-style: hidden;
	border-color: Blue;
	border-width: 1px;
}
#gallerynavleft {
	position: absolute;
	left: 5px;
	height: 100%;
	border-style: hidden;
	border-color: Yellow;
	border-width: 1px;
}
#gallerynavright {
	position: absolute;
	right: 5px;
	height: 100%;
	border-style: hidden;
	border-color: Orange;
	border-width: 1px;
}
#underrow1 {
	top: 160px;
}
#underrow2 {
	top: 280px;
}
#underrow3 {
	top: 400px;
}
#underrow4 {
	top: 520px;
}