﻿/* Version: 20071113 - (C) George Birbilis / Zoomicon (http://www.zoomicon.com) */

.viewParent {
 position: absolute;
 top: 8%;
 left: 20%;
 width: 60%;
 height: 50%;
 padding-left: 10px;
 padding-right: 10px;
}

.view {
 width: 100%;
 height: 100%;
 overflow: hidden;
 text-align: center; 
}

.viewContentImage {
 margin: auto;
 /*border: solid 1px #000000;*/
 border: none;
 position: absolute;
}

.viewContent {
 margin: auto;
 border: none;
 width: 100%;
 height: 100%;
 max-width: 100%;
 max-height: 100%;
 position: absolute; 
}

/***********************/

.descriptionParent {
 position: absolute;
/*
 margin-top: 3%;
 margin-bottom: 1%;
*/
 top: 60%;
 left: 20%;
 width: 60%;
 height: 29%;
 padding-left: 10px;
 padding-right: 10px;
 overflow: auto;
}

.description {
 width: 100%;
 height: 100%;
 color: #000000;
 font-family: 'Segoe UI', 'arial' 'Trebuchet MS', Georgia, Times, Times New Roman, sans-serif;
 font-size: 9pt;
 text-align: justify;
 line-height: 1.3em;
}

.itemTitle {
 font-weight:bold;
 /*font-variant: small-caps;*/
}

.itemDescription {
 /*font-variant: small-caps;*/
 font-family: 'Segoe UI', 'Arial', 'Trebuchet MS', Georgia, Times, Times New Roman, sans-serif;
 font-size: 10pt;
}

/***********************/

.thumbnailsGrandParent {
 position: absolute;
/*
 margin-top: 1%;
 margin-bottom: 0%;
*/
 padding-left: 10px;
 padding-right: 10px;
 top:91%;
 left: 20%;
 width: 60%;
/*height: 2.5cm;*/
 height: 9%;
}

.thumbnailsParent {
 position: relative;
 overflow: hidden;
 width: 100%;
 height: 100%;
}

.thumbnails {
 position: absolute;
 top: 0.1cm;
 left: 0px;
 width: 0px;
 padding: 2px;
 white-space: nowrap;
 text-align:center;
 overflow: visible;
}

a .thumbnail {
 /*width: 1.2cm;*/
 height: 1cm;
 vertical-align: bottom;
 margin-left: -2px;
 margin-right: -2px;
 margin-top: 0px;
 margin-bottom: 0px;
 border: none;
 opacity: 0.7;
 cursor: pointer;
}

a:hover .thumbnail {
/*
 position: absolute;
 width: 1.56cm;
 height: 1.3cm;
 margin-left: -0.28cm;
 margin-top: -0.08cm;
*/
 margin-left: -3px;
 margin-right: -3px;
 margin-top: -2px;
 margin-bottom: -2px;

 border: solid 1px #101010;
 opacity: 1;
 filter: alpha(opacity=100);
}

/***********************/

a {
 color: #909D73;
 text-decoration: none;
}

a:visited {
 color: #909D73;
}

a:hover {
 color: #753206;
 text-decoration: underline;
}

body {
 scrollbar-base-color:#ffffff;
 scrollbar-face-color: #666666;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-3dlight-color: #999999;
 scrollbar-shadow-color: #333333;
 scrollbar-darkshadow-color: #000000;
 scrollbar-arrow-color: #CCCCCC;
 scrollbar-track-color: #CCCCCC;
}

