body {
/* background: #eee; */
 background-image:url('/theme/version1/media/light-grey-leaves.gif'); 
 background-image:url('../../../theme/version1/media/light-grey-leaves.gif'); 
 background-repeat:repeat; 
 margin: 35px 0px 0px 0px;
 text-align: center;
 font-family: arial, sans-serif;
 font-size: 12px;
 color: #333;
}
a {
color: #a177a7;
}
a:hover {
color: #ccc;
}
img {
 border: 0px;
}
br.clearContent {
 clear: left;
}
.error {
 font-size: 12px; 
 font-weight: bold;
}
#mainNav a {
 color: #666;
 font-size: 11px;
 padding: 0px 5px;
 border-right: 1px #666 solid;
 text-decoration: none;
 text-transform: uppercase;
}
#mainNav a:hover {
 color: #a177a7;
}
#mainNav a.endpoint {
 border-right: none;
}
#error {
 color: orange;
 font-weight: bold;
}

#image_frame
{
    margin: 20px;
    padding: 10px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#thumbnails
{
/*    height: 100%;*/
    width: 233px;
    float: left;
    overflow: auto;
}
#iframe_thumbnails
{
/*    height: 100%;*/
    width: 233px;
    float: left;
    overflow: auto;
}

#image
{
    float: left;
}
#iframe_image
{
    width: 100%;
    float: left;
}

