.slider1
{
   	height: 23px;
    position: absolute;
	z-index: 1000;
	margin-top: -55px;
	margin-left: 95px;
	background-image: url(../images/slider.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
}
.indicator
{
    width: 67px;
    height: 23px;
    position: absolute;
    overflow: hidden;
	background-image: url(../images/indicator.gif);
}
.container
{
    height: 546px;
    padding: 0px;
    overflow: hidden;
    position: absolute;
	left: 258px;
	z-index: 100;
    background-color: #eee;
}
.content
{
    position: absolute;
    width: 1600px;
}
.content img
{
	z-index: 100; 
}