#slideshow {
    position:relative;
    height:313px;
}


div#image-reel {
}

#image-reel div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#image-reel div.active {
    z-index:10;
    opacity:1.0;
}

#image-reel div.last-active {
    z-index:9;
}

#slideshow .paging {
    background: url("../img/slices/image-slider-paging.png") no-repeat scroll 0 0 transparent;
    height: 47px;
    line-height: 40px;
    margin: 0;
    position: absolute;
    top: 200px;
    left: 464px;
    text-align: center;
    width: 178px;
    z-index: 100;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/	
}

#slideshow .paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	border: 1px solid transparent;
}

#slideshow .paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#slideshow .paging a:hover {
	border: 1px solid #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
