BODY {
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #666666;
    scrollbar-shadow-color: #666666;
    scrollbar-3dlight-color: #000000;
    scrollbar-arrow-color: #666666;
    scrollbar-track-color: #000000;
    scrollbar-darkshadow-color: #000000;
    margin: 0em 0em 0em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt; }

.tx1 { font-weight: normal;
    font-size: 10pt;
	color: #cccccc;
    font-family:  Arial, Helvetica, sans-serif; Verdana; 
	}
A {
	text-decoration: none;
	color: #cccccc;
	font-size: 10pt;
}
    
A:hover {
	text-decoration: none;
	color: #ffffff;
}

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}

.thumbnail {
    width: 335px;
    height: 335px;
}

.image {
    width: 100%;
    height: 100%;    
}

.image img {
    -webkit-transition: all 0s ease; /* Safari and Chrome */
    -moz-transition: all 0s ease; /* Firefox */
    -ms-transition: all 0s ease; /* IE 9 */
    -o-transition: all 0s ease; /* Opera */
    transition: all 0s ease;
}
.image:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.thumbnail1 {
    width: 335px;
    height: 335px;
}

.image1 {
    width: 100%;
    height: 100%;    
}

.image1 img {
    -webkit-transition: all 0s ease; /* Safari and Chrome */
    -moz-transition: all 0s ease; /* Firefox */
    -ms-transition: all 0s ease; /* IE 9 */
    -o-transition: all 0s ease; /* Opera */
    transition: all 0s ease;
}

.image1:hover img {
    -webkit-transform:scale(1.3); /* Safari and Chrome */
    -moz-transform:scale(1.3); /* Firefox */
    -ms-transform:scale(1.3); /* IE 9 */
    -o-transform:scale(1.3); /* Opera */
     transform:scale(1.3);
}

body, * {
    margin: 0;
    padding: 0;
}
.menu01 {
    position: absolute;
    left: 950px;
    top: 0px;
    border: 0px solid black;
}
#two {
    position: absolute;
    left: -260px;
    top: 38px;
    border: 0px;
    height: 0em;
    overflow: hidden;
    transition-property: height;
    transition: all 1s ease-in-out;
}
.menu01:hover #two {
    height: 280px;
    border: 0px;
}

#target01 {
  position: absolute;
  left: 100px;
  top: 0px;
  border: 0px;
}
#target02 {
  position: absolute;
  left: 400px;
  top: 150px;
  border: 0px;
}
#target03 {
  position: absolute;
  left: 400px;
  top: 50px;
  border: 0px;
}