#slideshow {
    position:relative;
    width:960px; height:354px;
	background:url(images/home_bg.gif) bottom left no-repeat;
}

#slideshow img {
    position:absolute;
    top:0; left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

#slideshow_buttons {
	position:absolute;
	top:53px; left:20px;
	z-index: 120;
	list-style:none;
}
#slideshow_buttons li a{
	margin-bottom:5px; padding:0;
	list-style: none;
	display:block;
	width: 260px; height:40px;
	outline:0;
	background:url(images/transparent.gif) 0 0 no-repeat;
}


#slideshow_buttons span, #link1 span, #link2 span, #link3 span, #link4 span {display:none;}

#link1 a, #link2 a, #link3 a, #link4 a {
	position:absolute;
	top:0; right:0;
	width: 600px; height:278px;
	z-index: 200;
	background:url(images/transparent.gif) 0 0 no-repeat;
}


#link1 a {color:red; }
#link2 a {color:black;}
#link3 a {color:black;}