div.slideshow img {
	position: absolute;
	top: 152px;
	left: 2px;
	height:605px;
}

div.navigation {
	float: right;
	position: relative;
	height: 530px;
	margin: 20px 28px 0px 0px;
}
#thumbs li{
	margin-top: 5px;
}
#thumbs .pageLink {
    display: block;
    height: 22px;
	margin-left: 55px;
    text-indent: -9999px;
    width: 22px;
    z-index: 7;
}

#thumbs .pageLink.next {
	 background: url("../images/arrow-small-bottom.png") no-repeat scroll center;
	 margin-top: 10px;
}

#thumbs .pageLink.prev {
	background: url("../images/arrow-small-top.png") no-repeat scroll center;
	margin-bottom: 10px;
}
#thumbs .pageLink.next:hover {
	 background: url("../images/arrow-small-bottom-h.png") no-repeat scroll center; 
}

#thumbs .pageLink.prev:hover {
	background: url("../images/arrow-small-top-h.png") no-repeat scroll center;
}

