html,body{ margin:0; padding:0;}

#slider {
    width: 970px;
    height: 240px;
    position: absolute;
    overflow: hidden;
    top: 96px;
    left: 0;
}
#sliderContent {
    width: 970px;
	top: 0;
	margin: 0;
	padding:0
}
.sliderImage {
	margin:0;
	padding:0;
    float: left;
	display: none;
	list-style:none;
}

.sliderImage span {
    position: absolute;
	font: 26px times, serif;
	padding-top: 15px;
	cursor: default;
	/*width: 950px;*/
    /*background-color: #000;*/
    /*filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;*/
    color: #fff;
    text-shadow: black 0px 0px 10px;
    filter: glow(color=#333333,strength=3);
    display: none;
}
.clear {
	clear: both;
}
.top {
	top: 60px;
	right: 60px;
}
.bottom {
	bottom: 0;
    left: 0;
    text-align: right;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 220px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 220px;
}