/*  Slideshow
------------------------------------------------------*/
#slideshow{
	width:970px;
	height:240px;
	float:left;
}

#slideshow ul, #slideshow li{
	width:970px;
	height:240px;
	padding:0px;
	list-style-type:none;
}

#pager, #pager-alt{
	z-index:100;
	position:relative;
	top:-35px;
	margin-left:885px;
}

#pager a{
	background: url(../../images/slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}

#pager .activeSlide{
	background: url(../../images/slide.png) no-repeat scroll 0% 50%;
}

#pager-alt a{
	background: url(../../images/slide-alt.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}

#pager-alt .activeSlide{
	background: url(../images/slide.png) no-repeat scroll 0% 50%;
}


/* Slideshow alt */
#slideshow-alt {
    width:970px;
	height:340px;
	background-color:#ebebeb;
    position:relative; /* important */
	overflow:hidden; /* important */
	float:left;
}

#slideshow-altContent {
    width:970px; /* important to be same as image width or wider */
	height:340px;
	margin:12px 0px 0px 12px; 
	padding:0px;
    position:absolute;
	top:0;
}

.slideshow-altImage {
    float:left;
    position:relative;
	display:none;
}

.slideshow-altImage span {
    position:absolute;
	font-size:11px;
    padding:10px 20px;
    width:896px;
    background-color:#000;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
	-khtml-opacity:0.7;
    opacity:0.7;
    color:#fff;
    display:none;
	bottom:5px;
}

.clear {
	clear: both;
}

.slideshow-altImage span strong {
    font-size: 14px;
}

.bottom {
	bottom: 0;
    left: 0;
}

ul{
	list-style-type: none;
	margin:0px; 
	padding:0px;
}
