﻿#slider1 {
    width: 1000px; /* important to be same as image width */
    height: 319px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#slider1Content {
    width: 1000px; /* important to be same as image width or wider */
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-size: 20px;
	line-height: 2em;
    padding-top: 40px;
	padding-right: 20px;
	padding-left:20px;
    width: 246px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.left {
	top: 0;
    left: 0;
	width: 246px;
	height: 279px;
}
ul { 
	list-style-type: none;
}
.hidden{
	display: none;
}
#javaslider{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}	
h4{
	color: #fff;
	margin: 1px;
	padding: 0px 20px;
	font-size: 16px;
	position: relative;
	top: -60px;
	line-height: 50px;
	height: 50px;
	background: black;
	opacity: .5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter:alpha(opacity=50);
}
#arrow{
	margin-bottom: -40px;
	position: relative;
	z-index: 2;
}