/* stonescircles version 2.0 */
/* coded l.watts@monumental */
/* style square */

/* textbox */

#textbox {
	position: absolute;
	left: 280px;
	width: 300px;
	margin: 0px; 
	padding: 0px; 
	text-align: left;
	overflow: auto;
}
.tall {
	top: 40px;
	height: 540px;
}
.short {
	height: 360px;
	top: 220px;
}
/* images inside textbox are assumed 210px wide */
#textbox img {
	padding-left: 45px;
}
#textbox a {
	color: #CCCCCC;
}
/* page buttons */
#textbox .pagebutton a {
	display: block;
	line-height: 20px;
	width: 20px;
	margin-left: 5px;
	background-color: #CCCCCC;
	background-image: url(../images/pagebutton.gif);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	float: right;
}
#textbox .pagebutton a:hover {
	background-color: #FFFFFF;
}
#textbox .pageselected {
	display: block;
	line-height: 20px;
	width: 20px;
	margin-left: 5px;
	background-color: #FFFFFF;
	background-image: url(../images/pagebutton.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: right;
}
#textbox .jumpbutton {
	text-align: center;
} 

/* imagebox*/

#imagebox {
	position: absolute;
	left: 0px;
	width: 280px;
	text-align: center;
}
#imagebox img {
	border: 1px solid #FFFFFF;
}
#imagebox .panel {
	border: none;
}
#imagebox .caption {
	color: #FFFFFF;
	text-align: center;
}

/* framebox */

#framebox {
	position: absolute;
	left: 0px;
	width: 580px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
#framebox a {
	color: #CCCCCC;
}
#framebox p {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	color: #CCCCCC;
}
#framebox h5 {
	color: #FFFFFF;
	text-align: right;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 65px;
	width: 450px;
	font-weight: normal;
}
#framebox h5 a {
	color: #FFFFFF;
}
#framebox .pagebutton a {
	display: block;
	line-height: 20px;
	width: 20px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/pagebutton_black.gif);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	float: right;
}
#framebox .pagebutton a:hover {
	background-color: #666666;
}
#framebox .pageselected {
	display: block;
	line-height: 20px;
	width: 20px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../images/pagebutton_black.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: right;
}
#framebox img {
	border: 1px solid #999999;
	width: 450px;
	height: 450px;
}
#framebox .text {
	width: 450px;
	height: 450px;
	border: solid 1px #999999;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#framebox #view {
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
}

