body {
font-family:verdana;
color:#595959;
font-size:12px;
line-height:18px;
text-align: left;
background: url(../images/skyrepeat.jpg) repeat-x top;
}

table {
font-family:verdana;
color:#595959;
font-size:12px;
line-height:18px;
text-align: left;
}

h1 {
font-size: 18px; 
line-height: 24px;
font-weight: normal;
color: #4384C4;
}

a {
font-size: 12px;
text-decoration: underline;
color: #4384C4;
}

a:hover {
text-decoration: none;
}

.menu {
display: block;
width: auto;
height: 42px;
background: url(../images/button.jpg);
line-height: 42px;
color: white;
font-size: 12px;
text-decoration: none;
padding-left: 20px;
padding-right: 20px;
}

.menu:hover {
background: url(../images/buttoff.jpg);
}


		#screen{
			width:860px;
			padding:0;
			margin-left:0px;
		}			
			#screen li{
				float:left;
				list-style:none;

			}
			#screen .jq-ss-crop{
				margin:5px 5px;
				float:left;	
				width:110px;			
			}
				#left,#right{
					font-weight:bolder;
					font-size:36px;
					margin-top:115px;
					display:block;
					text-decoration:none;
					color:black;
				}
			#view{
				margin:5px;
				width:820px;
				height:130px;
				overflow:hidden;
				background-color:transaprent;
			}
				#images{
					width:3818px !important;
					width:3822px;
					padding:5px;
				}
					#images li img{
						border:0;
					}
					
					


div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 140px;
  width: 800px;
  /* Add scroll-bars */
  overflow:hidden;
}
ul.sc_menu {
  display: block;
  height: 150px;
  /* Max width here, for users without Javascript */
  width: 1750px;

  /* Remove default margin */
  margin: 0;

  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}					