.slideshow
{
    position:relative;
    width:1000px; 
    height:310px; 
	overflow:hidden;
	background: #FEFEFF;
}

.slideshow img{
    display: block;
    width: 500px;
    height: 310px;
	position: absolute;
        bottom: 0; right: 0;
}

.slideshow a
{
    display: block;
        width: 400px; max-height: 200px;
	font-size: 46px;
	font-family: ApexSerif;
    line-height: 1.1em;
    position: absolute;
        bottom: 25px; left: 30px;
	text-decoration: none;
}

.slideshow a:hover{
	color: #ff8a00;
}