﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#slider {
    width: 899px; /*  important to be same as image width */
    height: 430px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0;
	padding:0;
}
#sliderContent {
    width: 899px; /* important to be same as image width or wider */
    position: relative;
	top: 0;
	margin-left: 0px;
    left: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Tahoma;
    /*padding: 10px 13px;
    width: 873px;*/
    width:899px;
    /*background-color: #000;*/
    background-color:#968868 ;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #ffffbb;
    display: none;
    height:50px;
    font-weight:bold;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul 
{ 
    list-style-type: none;
}
