#slider1 
{
    width: 528px; /* important to be same as image width */
    height: 239px; /* important to be same as image height */
	margin: 0px 0px 10px 0px;
	padding: 0px;
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content 
{
    width: 528px; /* important to be same as image width or wider */
    position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.slider1Image 
{
    float: left;
    position: relative;
	display: none;
}
.slider1Image span 
{
    position: absolute;
	font: 13px/24px Arial, Helvetica, sans-serif;
      padding: 10px 13px;
    width: 528px;
	font-weight: normal;
    background-color: #161f2f;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #ccc;
    display: none;

}

.clear 
{
	clear: both;
}

.slider1Image span strong 
{
    font-size: 14px;
}

.left 
{
	left: 0;
	bottom: 0;
	width: 260px !important;
	height: 227px;
}

.right 
{
	right: 0;
	bottom: 0;
	width: 260px !important;
	height: 227px;
}

ul { list-style-type: none;}
