/* CSS Document */

body{
	margin: 0px;
	text-align: left;
	background-color: #FFFFEB;
}

#container{
	position: relative;
	width: 488px;
}

#largeImages{
	position: relative;
	width: 336px;
	left: 0px;
}

#largeBody{
	position: relative;
	width: 336;
	background-color: #FFFFEB;
}

#largeBody img{
	border: solid 5px #CCCCBC;
	margin-top: 8px;
}

#largeFrame{
	width: 336px;
	height: 730px;
}

#thumbImages{
	position: relative;
	width: 132px;
	height: 480px;
	right: 0px;
	float: right;
	background-image: url(../images/background-thumbs.gif);
	background-repeat: repeat-y;
}

#thumbinside {
	width: 100px;
}

#thumbBody{
	position: relative;
	width: 132px;
	text-align: center;
	background-image: url(../images/background-thumbs.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
}

#thumbBody img{
	margin-bottom: 8px;
}

#thumbBody a img{
	border: solid 5px #ffffff;
}

#thumbBody a:hover img{
	border: solid 5px #FF4A00;
}

#thumbFrame{
	width: 132px;
	height: 480px;
}

#thumbBase{
	width: 132px;
	height: 8px;
}

#nextPrev{
	position: relative;
	width: 132px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-top: 8px;
}

#nextPrev a{
	color: #000000;
}

#nextPrev a:hover{
	color: #FF4A00;
}

#previous{
	position: absolute;
	width: 60px;
	left: 6px;
	bottom: 0px;
	text-align: left;
}

#next{
	position: absolute;
	width: 60px;
	right: 6px;
	bottom: 0px;
	text-align: right;
}

.pageTitles{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	padding-top: 13px;
}

#textDescription{
	position: relative;
	width: 336;
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}