@charset "utf-8";
/* CSS Document */


.slide{
	background:#363636;
	position:relative;
	width:960px;
	height:308px;
	overflow:auto;
	background-color: #373737;
}
.slide h1{
    font-family: 'NimbusSanTCon';
	font-size:40px;
	font-weight:normal;
	line-height:42px;
	color:#fff;
	margin:13px 18px 8px;
	padding:0;}
.slide h2{
    font-family: 'NimbusSanTCon';
	font-size:24px;
	font-weight:normal;
	line-height:26px;
	color:#fff;
	margin:0 18px;
	padding:0;
	text-transform:uppercase;}
.slide td{
	line-height:20px;
	color:#bababa;}
	
.slideshow_image{
	position: absolute;
	top: 10px;
	right: 61px;
	background: url(../images/slideshow_image_bgr.png) no-repeat;
	width: 435px;
	height: 308px;
}
.slideshow_image img{
	display:block;
	margin:0 auto;}
	
.slideshow_btn_addcart{
	background: url(../images/btn_addtocart_slidershow.png) no-repeat;
	width: 134px;
	height: 134px;
	position: absolute;
	bottom: 19px;
	right: 397px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'NimbusSanTConBold';
	font-size: 20px;
	line-height: 18px;
}
a.slideshow_btn_addcart:hover{
	text-decoration:none;}
.slideshow_btn_addcart span{
	display:block;}
.slideshow_btn_addcart span.cost{
	font-size:42px;
	line-height:49px;
	margin:18px 0 11px;}
.slideshow_btn_addcart span.cost sup{
	position:relative;
	top:6px;
	font-size:26px;}

/* pager */
.slideshow-pager {
	position: absolute;
	top: 284px;
	left: 432px;
	overflow: hidden;
	z-index: 1000;
}
.slideshow-pager span {
	display:block;
	float:left;
	background:url(../images/slidershow_bullet.gif) no-repeat right top;
	width:9px;
	height:9px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	margin-right:6px;}
*+html .slideshow-pager span{
	text-indent:0;
	line-height:0;
	font-size:0;}
* html .slideshow-pager span{
	text-indent:0;
	line-height:0;
	font-size:0;}
.slideshow-pager span.cycle-pager-active {
	background-position:left top;}
.slideshow-pager > * { cursor: pointer;}
