html
{
	overflow-y: scroll;
} 

html,body
{
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, Arial;
	font-Size:  13px;
}

img
{
	border: none;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#container
{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
}


#centered_content
{
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#main_panel
{
	float: left;
	width: 1000px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #7f7f7f;
}
#main_panel .home
{
	float: left;
	font-Size:  15px;
	font-weight: bold;
	height: 80px;
	width: 970px;
	background-image: url(../images/john_doubleday_sculpture.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 585px 15px 0px 15px;
	color: #ffffff;
}
#home_page_announcer
{
	float: left;
	width: 970px;
	margin: 8px 0px 4px 0px;
	padding: 5px 15px 5px 15px;
	border-top: 6px solid #cccccc;
	border-bottom: 6px solid #cccccc;
}
#home_page_announcer p
{
	margin: 4px 0px 4px 0px;
}
#mandela_announcer
{
	float: left;
	background-color: #ba2a21;
	color: #ffffff;
	width: 1000px;
	height: 265px;
	margin: 8px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 6px solid #cccccc;
	border-bottom: 6px solid #cccccc;
	background-image: url(../images/mandela.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mandela_announcer p
{
	margin: 4px 0px 4px 0px;
}
.column
{
	float: left;
	width: 228px;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.listed_paragraph p
{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.buy_group
{
	float: left;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.thumb
{
	float: left;
	width: 200px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.thumb .image
{
	position: relative;
	width: 200px;
	height: 150px;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #e0e0e0;
}
.thumb p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ------------------------------------------------------------------------------------------------------------ */
#slider_panel
{
	float: right;
	width: 240px;
	height: 480px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

ul.slideshow 
{
	position:relative;
	list-style: none;
	width: 240px; /* Make the same as the image width */
	height: 280px; /* Make the same as the image height */
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	

ul.slideshow li {
	position:absolute;
	left: 0px;
	right: 0px;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width: 240px;
	height: 280px;
	position:absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	background: #000;
	z-index: 500;
}

#slideshow-caption .slideshow-caption-container {
	padding: 5px 10px;		
	z-index: 1000;
}

#slideshow-caption h3 {
	margin: 0;
	padding: 0;	
	font-Size: 14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

#shop_details
{
	float: left;
	width: 1000px;
}
#shop_details .title
{
	background-color: #202020;
	color: #9f9f9f;
	font-weight: bold;
	padding: 10px 8px 10px 8px;
}
#shop_details .head
{
	float: left;
	text-align: right;
	font-weight: bold;
	width: 70px;
	padding: 0px 10px 0px 0px;
}
#shop_details a.arrow
{
	padding: 10px 0px 10px 40px;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.sold
{
	color: #b22222;
	font-weight: bold;
}

.bold_line
{
	float: left;
	width: 1000px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 0px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.bold_line_content
{
	float: left;
	width: 1000px;
	color: #000000;
	background-color: #e0e0e0;
	padding: 5px 0px 5px 0px;
	margin: 4px 0px 4px 0px;
	text-align: center;
}
a.whitelink:link
{
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:visted
{
	color: #ffffff;
	text-decoration: none;
}
a.whitelink:hover
{
	color: #ffffff;
	text-decoration: underline;
}
a.whitelink:active
{
	color: #ffffff;
	text-decoration: none;
}
.overlay_sold
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 200px;
	height: 150px;
}