#content {
    background-color: transparent;
}

#slideshow_wrapper{
	position:relative;
    height:449px;
    width: 940px;
	overflow:hidden;
}

#slideshow {
    position:relative;
    height:449px;
    width: 940px;
}

#slideshow a {
    display: none;
}

#slideshow a:first {
    display: block;
}

#news {
    background: #000 url("../img/home/news.jpg") no-repeat;
    position:relative;
    height:25px;
    width: 940px;
    margin-top: 3px;
    padding-left: 80px;
    padding-top: 5px;
}

#news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#news ul li {
    padding-top: 6px;
    font-size: 11px;
}

#news a {
    margin-left: 5px;
    color: #b00;
}

#news a:hover{
    color: #fff;
}

#news a:visited {
    color: #b00;
}

#nextSlide, #previousSlide{
		position:absolute;
		top:0px;
		background:#000 url('/img/home/left.gif') center no-repeat;
		height:450px;
		z-index:2;
		width:100px;
		display:none;
		cursor:pointer;		
	}
#nextSlide{
	left:850px;
	background:#000 url('/img/home/right.gif') center no-repeat;
}