@charset "utf-8";
/* CSS Document */
#headshow img{ border:none; width:736px; height:236px;}


#slider1 {
    width: 736px; /* important to be same as image width */
    height: 236px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	display:none;
    width: 736px; 
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}

.slider1Image span {
    position: absolute;
	font-size: .625em;
	font-weight:400;
    padding: 20px 12px;
    width: 694px;
    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;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.slleft {
	top: 0;
    left: 0;
	width: 100px !important;
	height: 236px;
}
.slright {
	right: 0;
	bottom: 0;
	width: 100px !important;
	height: 236px;
	margin:0;
	overflow:hidden; 
}
.slnone {
	right: 0;
	bottom: 0;
	width: 100px !important;
	height: 236px;
	visibility:hidden;
}
#headshow ul { list-style-type: none; margin:0; padding:0;}

a.lightbox {cursor:crosshair;}
