<style>
  .DIVhide { display:none; }
  .DIVshow:hover + .DIVhide { display:block; color:red; }
  .PICscaleIMG:hover { transform: scale(1.1,1.1); }
  .PICscaleMiniIMG:hover { transform: scale(7,7); }
  #divfix {bottom:0; right:0; position:fixed; z-index:300000;}
  /* Star Rating */
  .star-rating input {display: none;}
  .star-rating > label {width:30px; height:30px; font-family:Verdana; font-size:30px; color:orange; transition:0.2s ease;}
  .star-rating label:hover {color:brown; transition:0.2s ease;}
  .star-rating label:active::before {transform:scale(1.1);}
  .star-rating label::before {content:'\2606';  position:absolute; top:0px; line-height:26px;}
  .star-rating input:checked ~ label:before {content:'\2605';}
  @-moz-document url-prefix() {.star-rating input:checked ~ label:before {font-size:36px; line-height:21px; }}
  .star-rating {display:flex; align-items:center; width:160px; flex-direction:row-reverse; justify-content:space-between; justify-content:flex-end; margin-top:1px; margin-left:3px auto; margin-right:3px auto; margin-bottom:1px; position:relative;}
  /* Dropdown Button */
  .dropbtn {color:blue; padding:7px 0px; font-size:18px; border:none;  }
  /* The container <div> - needed to position the dropdown content */
  .dropdown {position:relative; display:inline-block;}
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {display:none; position:absolute; color:blue; background-color:#f1f1f1; min-width:300px; box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); z-index:100;}
  /* Links inside the dropdown */
  .dropdown-content a {color:blue; padding:3px 5px; text-decoration:none; display:block; border:none; z-index:100000; }
  .background {box-sizing:border-box; height:100%; padding:5px; border:0px solid black; background-size:100% auto; opacity:100%;}
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color:#cccccc; color:#3e8e41;}
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display:block;}
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn { color:green}
  #container {width:1000px; height:350px; overflow:hidden; margin:50px auto; background:white;}
/  .photobanner {height:233px; width:6550px; margin-bottom:80px;}
  /*keyframe animations*/
  .first {-webkit-animation:bannermove 30s linear infinite; -moz-animation:bannermove 30s linear infinite; -ms-animation:bannermove 30s linear infinite; -o-animation:bannermove 30s linear infinite; animation:bannermove 30s linear infinite;}
  @keyframes "bannermove" { 0% {margin-left:0px;} 50% {margin-left:-2125px;} 100% {margin-left:0px;}}
  @-moz-keyframes bannermove { 0% {margin-left:0px;} 50% {margin-left:-2125px;} 100% {margin-left:0px;} 
  @-webkit-keyframes "bannermove" {0% {margin-left:0px;} 50% {margin-left:-2125px;} 100% {margin-left:0px;} 
  @-ms-keyframes "bannermove" {0% {margin-left:0px;} 50% {margin-left:-2125px;} 100% {margin-left:0px;}
  @-o-keyframes "bannermove" { 0% {margin-left:0px;} 50% {margin-left:-2125px;} 100% {margin-left:0px;}
