/*
     FILE ARCHIVED ON 16:52:05 Jan 5, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:10:50 Jan 16, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Slideshow
*/

#slides {
/*
position:absolute;
top:15px;
left:4px;
z-index:100;
margin: 16px 0 0 39px;
*/
width: 679px;
height: 251px;
position: relative;  
border: 1px solid #797991;
margin-top: 11px;	
}

/*
Slides container
Important:
Set the width of your slides container
Set to display none, prevents content flash
*/

/*.slides_container {
width: 678px;
overflow: hidden;
position: relative;
display: none;
height: 251px;

	
}

/*
Each slide
Important:
Set the width of your slides
If height not specified height will be set by the slide content
Set to display block
*/

.slides_container div.slide {
display: block;
height: 251px;
width: 679px;
}


/*
Next/prev buttons
*/

#slides .next,#slides .prev {
position:absolute;
top:107px;
width:31px;
height:34px;
display:block;
z-index:101;
}

#slides .next {
left: 648px;
}

/*
Pagination
*/

.pagination {
/*margin:5px auto 0;
width:100px;*/
	background-image: url(/addons/modules/slider/img/repeat_corner.png);
    right: 10px;
    padding: 4px 3px;
    position: absolute;
    top: 220px;
    z-index: 900;
	border-radius: 2px 2px 2px 2px;
	text-align: right;
	left: auto;
}

.pagination li {
/*float:right;*/
margin:0;
list-style: none;
width: 16px;
height: 16px;
background-image:url(/addons/modules/slider/img/slider-button.png);
overflow:hidden;
margin: 0 3px;
display: inline-block;
}

.pagination li:hover, .pagination li.current {
background-image:url(/addons/modules/slider/img/slider-button-selected.png);
}

/*
Caption
*/

.caption {
z-index:500;
position:absolute;
bottom:-35px;
left:0;
height:30px;
padding:5px 20px 0 20px;
background:#000;
background:rgba(0,0,0,.5);
width:100%;
font-size:12px;
line-height:1.33;
color:#fff;
border-top:1px solid #000;
text-shadow:none;
}