body 
{
background-color: white;
margin: 25px auto 25px auto;
margin:  0px;
padding: 0px;
}

#main
{
position: relative;
margin: 25px auto 25px auto;
width: 800px;
height: 450px;
}


#underphoto {
position: absolute;
bottom: 0px;
width: 780px;
text-align: center;
font: 12px Futura, Arial, San Serif;
letter-spacing: 3px;
}

#photoarea
{
position: absolute;
top: 0px;
left: 0px;
background: url(img/hair.jpg) center center no-repeat;
width: 540px;
height: 400px;
}


#vignettearea
{
position: absolute;
top: 0px;
left: 550px;
width: 250px;
height: 400px;
text-align: left;
}

#vignettes_outside {
width: 250px;
height: 360px;
overflow: auto;
text-align:left;
}

#vignettes {
width: 230px;
height: 360px;
text-align: left;
display: inline;
}


.small_images_div {
width: 50px;
display: inline-block;
text-align: center;
zoom:1; *display: inline; _width: 30px;
}

/*
.small_images_div {
width: 230px;
display: block;
text-align: center;
}
*/

img.small_images {
opacity:1;
filter:alpha(opacity=100);
margin:4px;
}

#controls
{
position: absolute;
top: 0px;
width: 230px;
height: 18px;
text-align: center;
padding-bottom: 10px;
}

#back
{
position: absolute;
left: 0px;
}

#forward
{
position: absolute;
right: 23px;
}



div.left
{
float: left;
padding-bottom: 10px;
}

div.right
{
float: right;
padding-bottom: 10px;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
}
