/* SLIDESHOW */

#slideshow-container {
	width:916px;
	height:220px;
 	padding:8px;
	background:url(../images/bg-slideshow.png) no-repeat;
	position:relative;
	margin:0 auto;
	margin-top:-10px;
	margin-bottom:10px;
}

#slideshow .slide {
 	display:block;
 	width:916px;
 	height:220px;
 	font-family:"Arial Narrow";
 	font-size:24px;
 	line-height:1.15em;
 	color:#888;
}

#slideshow .slide a {
 	text-decoration:none;
}


#slideshow .slide h1 {
 	font-size:30px;
 	font-weight:normal !important;
}

#slideshow .our-price {
	display:inline;
	padding-right:120px;
	background:url(../images/button-order-now.png) no-repeat center right;
	color:#0E3E7C;
}

#slideshow .our-price span {
	padding-left:18px;
	color:#F9B026;
	font-size:30px;
	background:url(../images/bg-dollar.png) no-repeat 5px 5px;
}

#slideshow .slide-photo {
	width:316px;
	float:left;
	text-align:center;
}

#slideshow .slide-content {
	width:570px;
	float:left;
	padding-top:30px;
	padding-right:30px;
}

#slideshow {
	display:none;
}

#slideshow-nav {
    position:absolute;
    top:8px;
    right:17px;
	z-index:99;
}

#slideshow-nav a { 
	float:left;
	display:block;
	width:14px;
	height:14px;
	margin-right:4px; 
	background-position: 0 0 !important;
	text-indent: 99em;
	overflow: hidden;
	background: url(../images/slideshow-nav.png) no-repeat;
}

#slideshow-nav a.activeSlide, #slideshow-nav a:hover { background-position: 0 -14px !important; }
#slideshow-nav a:focus { outline: none; }


#slideshow-loading {
	position:absolute;
	width: 220px;
	text-align:center;
	font-size:12px;
	top:70px;
	left:230px;
	padding: 5px;
	padding-top: 20px;
	color: white;
	background: #333 url(../images/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;
}
