/*===
	47digits CSS
	Created: 2012
	
	Fade Slide
====*/


#sliderbox {}

.fdslide {height:388px;position:relative; overflow:hidden;}
.fd_image {}

.fd_image img { /*height: 353px;width: 663px;*/}
.fd_images {position:relative;float:right;width:690px;}
.fd_images ul {margin:0;padding:0;}
.fd_images ul li {position: absolute;padding:0;top:0;display:none;background:none;list-style-type:none;}

.fd_descriptions {position: absolute; width:270px; height:388px; background:url(../images/bg_bannerside.png) no-repeat left top;}
.fd_descriptions ul {margin:0;padding:0;}
.fd_descriptions ul li {position: absolute;top:0;display:none;background:none;list-style-type:none;width:270px;}

.fd_description {text-align: center; padding:30px 25px;}
.fd_description h1 {font-size:24px; padding:0 0 15px; margin:0 0 18px; color:#790001; background:url(../images/bg_slideline.png) no-repeat center bottom; text-transform:uppercase;}
.fd_description p {font:bold 13px/18px Arial, Helvetica, sans-serif; color:#fff; /*min-height:170px;*/padding: 0 0 10px;}
.fd_description p strong {font-size:18px; color:#ffcc00;}

p.pprice {color:#ff2020; font-size:20px; color:#ff2020;}

.fd_overlay {display: block;height: 353px;left: 0;position: absolute;top: 0;width: 960px;z-index: 2;}
.fd_divider {display:none;}
.fd_title {}
.fd_title a:link, .fd_title a:visited {color: #ccc;text-decoration: none;}
.fd_title a:hover, .fd_title a:active {color: #000;}

.fd_controls {position:absolute; z-index:100; bottom:20px; left:28px;}
.fd_controls ul {margin:0; padding:0;width:215px; position:relative; text-align:center;}
.fd_controls ul li {list-style:none; display:inline;}
.fd_controls ul li.fd_paging {display:none; font-size:21px;}
.fd_controls ul li.fd_paging.current {display:inline; font-weight:bold; color:#ffd105;}
.fd_controls ul li.fd_paging.last {display:inline; color:#fff;}
.fd_prev a, .fd_next a {position:absolute; width:30px; height:10px; text-indent:-9999px; top:8px;}
.fd_prev a  {background:url(../images/btn_arrowleft.png) no-repeat left top; left:0;}
.fd_next a {background:url(../images/btn_arrowright.png) no-repeat left top; right:0;}

.btn_readmore {text-align:center;}
.btn_readmore a {
	display:inline-block;
	padding:8px 15px;
	text-decoration:none;
	color:#7e5f00;
	text-shadow:1px 1px 0 #f2d25d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #333 0 0 3px;
	-moz-box-shadow: #333 0 0 3px;
	box-shadow: #333 0 0 3px;
	background: #ffd105;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffd105), to(#dfb125));
	background: -webkit-linear-gradient(#ffd105, #dfb125);
	background: -moz-linear-gradient(#ffd105, #dfb125);
	background: -ms-linear-gradient(#ffd105, #dfb125);
	background: -o-linear-gradient(#ffd105, #dfb125);
	background: linear-gradient(#ffd105, #dfb125);
	-pie-background: linear-gradient(#ffd105, #dfb125);
	behavior:url(StyleSheets/PIE.htc);
}