#pageContents {
	padding: 0;
    position: relative;
}

#orientation {
	display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 484px;
    height: 141px;
}

#orientation a {
    display: block;
    position: absolute;
    bottom: 8px;
}

#orientation #portrait {
    background: url(images/photocards/portrait_off.png);
    width: 102px;
    height: 157px;
    right: 174px;
}

#orientation #portrait:hover {
    background: url(images/photocards/portrait_on.png);
}

#orientation #landscape {
    background: url(images/photocards/landscape_off.png);
    width: 142px;
    height: 117px;
    right: 16px;
}

#orientation #landscape:hover {
    background: url(images/photocards/landscape_on.png);
}

