/* *
{
border: 0;
margin: 0;
padding: 0;
}
*/
#page
{
position: relative;
}
#images
{
float: left;
width: 600px;
}
#details
{
color: #000;
}
h1
{
background: inherit;
border-bottom: 1px dashed #ccc;
color: #933;
font: 32px Georgia, serif;
font-weight: bold;
margin: 0 0 20px;
padding: 0 0 15px;
text-align: center;
}
.gallery
{
width: 480px;
cursor: default;
list-style: none;
padding-top:10px;
}
.gallery img
{
color: inherit;
vertical-align: top;
width: 100px;
height: 80px;
cursor:pointer;
}
.gallery li
{
color: inherit;
display: inline;
float: left;
margin: 3px;
padding: 5px;
position: relative;
}
.websiteheader
{
width:740px; 
padding:10px 0px 10px 10px; 
float:left;
}
.websiteheader1
{
width:740px; 
padding:10px 0px 0px 10px; 
float:left;
}
.arrows
{
width:20px; 
float:left; 
height:20px;
}
.arrows a:link
{
color:#333333;
text-decoration:none;
}
.arrows a:visited
{
color:#333333;
text-decoration:none;
}
.arrows a:hover
{
color:#FF0000;
text-decoration:underline;
}
.current
{
color:#FF0000;
text-decoration:underline;
}