#product-images {
    position:relative;
}


#product-images img, #related-products img {
    border:1px SOLID #EEE;
}

#product-category {
    font-size:77%;
}

#buy-block label {
    font-size:85%;
}

#buy-block select {
    font-size:100%;
    width:150px;
}

#production-time {
    font-size:77%;
    margin-bottom:10px;
}

#browse-further {
    display:block;
    margin-left:20px;
}

#browse-further li {
    font-size:77%;
    list-style-type: square;
    line-height:140%;
}

#price-line {
    text-align:center;
    font-size:108%;
}

#add-to-basket {
    display:block;
    text-align:center;
    width:160px;
    height:23px;
    padding-top:7px;
    overflow:hidden;
    background: url('../img/add_to_basket_bg.gif') top left no-repeat;
    font-weight:normal;
    font-size:93%;
    color:#333;
    margin-top:10px;
}

#add-to-basket:hover {
    background-position: -30px left;
}


#related-products h3{
    margin-bottom:10px;
}
#related-products li {
   float:left;
   margin-right:15px;
   margin-bottom:15px;
}

#related-products li a, #related-products li img{
    display:block;
}
#related-products li.right {
    margin-right:0;
}

#product-slideshow {
    height:552px;
}

#slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;

}
#slideshow a.advance-link {
    top:0px;
    left:0px;
    position:absolute;
	display: block;
	background:#F9F9F9;
	padding:0;
	width: 450px;
	height: 451px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	overflow:hidden;
}


#slideshow a.advance-link:hover, #slideshow a.advance-link:active, #slideshow a.advance-link:visited {
	text-decoration: none;
}
#slideshow img {
	vertical-align: middle;
	border: 1px solid #DDD;
}

#thumbs {
    position:absolute;
    top:460px;
    left:0px;
}

ul.thumbs {
    
}

#product-images ul.thumbs li.selected img {
    border-color:#999;
}

ul.thumbs li {
    float:left;
    margin-right:10px;
}

ul.thumbs li.last {
    margin-right:0px;
}

