/* CSS Document */
p {
font-size: 14px;
}
body {
margin: 20px;
color: #8D0000;
background: url(../images/table_background.jpg);
}

h1 {
font-weight: bold;
font-size: 16px;
}

#slideshow_content {
}

#image_and_description {
float:left;
width: 580px;
}

#image_description {
position: relative;
height: 420px;
border-bottom: 1px dotted #8D0000;
padding-bottom: 10px;
overflow:hidden;
}

#image_description img {
border: 4px double #8D0000;
padding:5px;
height: 190px;
}

#largeimage {
background: #DDCCBA;
position: absolute;
top: 50px;
left: 200px;
z-index:10000;
border: 1px solid #8D0000;
display:none;
font-weight:bold;
color: #000000;
font-size:12px;
}

#largeimage a {
display: block;
}

#largeimage img {
height: 450px;
}

#image_links {
float: right;
margin-left: 20px;
width: 300px;
}

#image_links_nav {
float: left;
width: 20px;
}

#image_links_nav a {
font-size: 12px;
display: block;
}

#image_links a:link {
text-decoration:none;
}

#image_links a:hover {
text-decoration:underline;
}

#image_links_titles
{
float: right;
padding-bottom: 20px;
width: 200px;
}

#image_links_titles ul {
margin:0;
padding:0;
}

#no_show {
display:none;
}

#image_links_titles li {
list-style:none;
}