/* SLIDESHOW */
#slideshow-container {
	width:958px;
	height:355px;	
	position:relative;
}

#slideshow {
	display:none;
}

#slideshow .slide {
	width:958px;
	height:302px;
}

#slideshow-loading {
	position:absolute;
	width: 220px;
	text-align:center;
	font-size:15px;
	top:40px;
	left:25px;
	padding:5px;
	padding-top:20px;
	color:white;
	background:#333 url(../images/slideshow-loading.gif) no-repeat center 1px;
	border:1px solid black;

	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.slide .content {
	position:absolute;
	top:106px;
	left:30px;
	width:370px;
	color:black;
	font-weight:600;
}

a.learn-more {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	
	width:154px;
	height:51px;
	
	background:url(../images/button-learn-more.png) no-repeat;
	margin:0 auto;
}

a.learn-more:hover {
	background-position:bottom;
}

a.more-products {
	position:absolute;
	bottom:12px;
	right:10px;

	display:block;
	text-indent:-9999px;
	overflow:hidden;
	
	width:167px;
	height:33px;
	
	background:url(../images/button-more-products.png) no-repeat;
	margin:0 auto;
}

a.more-products:hover {
	background-position:bottom !important;
}

#slideshow-nav {
    position:absolute;
    bottom:0px;
    left:10px;
	z-index:99;
}

#slideshow-nav a { 
	float:left;
	display:block;
	width:190px;
	
	
	height:40px; /* 53px */
	padding-top:13px;
	
	margin-right:0px; 
 	background: url(../images/bg-slide-nav.jpg) no-repeat;
 	
 	font-weight:600;
 	color:#24282a;
 	text-decoration:none;
 	text-align:center;
 	text-transform:uppercase;
}

#slideshow-nav a:hover {color:white;}
#slideshow-nav a.activeSlide {background-position: bottom;color:#002f69;}
