#slidebox
{
	display: none;
	position: fixed;
	top: 100px;
	z-index: 100;
}
#slidePic
{
	display: none;
	z-index: 101;
}

#pic
{
	z-index: 102;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid black;
}
#captBottom
{
	z-index: 103;
	margin: 10px 0 0 0;
	text-align: left;
	height: 15px;
	width: 100%;
	border: 0px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #504e4e;
	overflow: hidden;
	resize: none;
}
#captSide
{
	z-index: 204;
	display: none;
	position: absolute;
	width: 200px;
	right: -208px;
	top: 300px;
	background-color: #fff;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-left: 1px solid white;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 7px 7px 7px 0;
	text-align: left;
	line-height: 120%
}
#closeSlide
{
	z-index: 106;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
}
#prev
{
	position: absolute;
	left: -14px;
	top: 80px;
	height: 28px;
	width: 12px;
	z-index: 104;
	cursor: pointer;
}
#next
{
	position: absolute;
	right: -12px;
	top: 80px;
	height: 28px;
	width: 12px;
	z-index: 105;
	cursor: pointer;
}

#popupbox
{
	display: none;
	position: absolute;
	top: 30px;
	text-align: left;
	z-index: 200;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid black;
}
#popupcontents
{
	z-index: 202;
	margin: 20px 20px 20px 20px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 500px;
	line-height: 1.3em; 
	overflow-y: auto;
	overflow-x: hidden;
}

#popupbox2
{
	display: none;
	position: absolute;
	top: 30px;
	text-align: left;
	z-index: 200;
}
#popupcontents2
{
	z-index: 202;
	padding: 20px 20px 20px 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid black;
}

#closeSlide2
{
	z-index: 205;
	position: absolute;
	right: -17px;
	top: -15px;
	cursor: pointer;
}
#closeSlide3
{
	z-index: 205;
	position: absolute;
	right: -57px;
	top: -15px;
	cursor: pointer;
}

