@charset "UTF-8";

/* Portfolio Photo */

#PortfolioPhoto {
width: 225px;
height: 287px;
overflow: hidden;
position: relative;
top: 0px;
z-index: 0;
}

#PortfolioPhoto img {
display: none;
}

#Content #Left {
position: relative;
}

.NextLink {
position: absolute;
z-index: 40;
top: 5px;
left: 145px;
width: 80px;
height: 15px;
background-image: url('/images/Btn_Next.png');

}