﻿.scott{ position: relative; width: 100%; height: 330px; overflow: hidden;}
.navsemi{ position: absolute;  z-index: 1000;  background: #ff0000;  border: 3px black;  font: bold 36px Arial;  cursor: pointer;  top: 85px;  width: 40px;  height: 40px;  border-top-right-radius: 5px;  border-bottom-right-radius: 5px;  opacity: 0.9;}
.navsemi:hover{  background: #00cc00;}
.navsemi span{  position: relative;  top: 0px;  left: 0px;}
.navsemi.right{  right: 0px;  border-radius: 0;  border-top-left-radius: 5px;  border-bottom-left-radius: 5px; }
.navsemi.right span{  left: 20px;}
.belt{  position: absolute;  left: 0;  top: 0;  background: #00008b;  transition: left 0.5s ease-in-out;  white-space: nowrap;}
.content{ min-width: 300px;   padding: 0px;  font: bold 24px Arial;   color: white;  display: inline-block;  cursor: pointer; cursor: hand;   transition: all 0.5s ease-in;}
.content:hover{background: black; cursor: pointer; cursor: hand; }
.content a{  border-width: 0;}
.content img{  display: block;  margin-bottom: 0px;}