
/*  Slideshow
------------------------------------------------------*/
#slideshow{
	width:440px;
	height:450px;
	background-color:#ffffff;
	float:left;
	margin:0px 0px 10px 0px;
}
#slideshow img { border:5px solid #eeeeee;}

#slideshow ul, #slideshow li{
	width:400px;
	height:400px;
	margin:5px 0px 0px 8px; 
	padding:0px;
	list-style-type:none;
}

#pager, #pager-alt{
	float:right;
	margin:10px 15px;
	z-index:100;


}
#pager a{
	background: url(/img/slide/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(/img/slide/slide.png) no-repeat scroll 0% 50%;
}
#pager-alt a{
	background: url(/img/slide/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(/img/slide/slide.png) no-repeat scroll 0% 50%;
}


/* Slideshow alt */
#slideshow-alt {
    width:400px;
	height:500px;
	background-color:#ebebeb;
    position:relative; /* important */
	overflow:hidden; /* important */
	float:left;
}
#slideshow-altContent {
    width:400px; /* important to be same as image width or wider */
	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:12px;
    padding:10px 20px;
    width:400px;
    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;}


/* Slideshow alt2 */

.heading1-slide{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#65696e;
	clear:both;
	margin-bottom:10px;
}
.heading2-slide{
	font-size:12px;
	font-weight:bold;
	color:#65696e;
	margin:0px;
	clear:both;
}

.slide-more{
	font-size:11px;
	color:#fff;
	margin:10px 0px 0px 0px;
	clear:both;
}
.slide-more a{
	color:#fff;
	padding:5px 8px;
	background-color:#C00;
	text-decoration:none;
}

.slide-more a:hover{
	background-color:#F00;
	text-decoration:none;
}

