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

div#content{
	min-height:310px;
	padding-top:10px;
}

div#products{
	position:relative;
	}
	div#products div#products-previous{
		position:absolute;
		left:0;
		top:130px;
		width:46px;
		height:46px;
		}
		div#products div#products-previous a{
			display:block;
			width:46px;
			height:46px;
			overflow:hidden;
			background: transparent url(/images/product-btn-previous.gif) 0 0 no-repeat;
			text-indent:-20000px;
			}

	div#products div#products-next{
		position:absolute;
		right:0;
		top:130px;
		width:46px;
		height:46px;
		}
		div#products div#products-next a{
			display:block;
			width:46px;
			height:46px;
			overflow:hidden;
			background: transparent url(/images/product-btn-next.gif) 0 0 no-repeat;
			text-indent:-20000px;
		}



	div#products div#scroller {
		position:absolute;
		left:70px;
		top:0px;
		width: 840px;
		height: 320px;
		overflow: hidden;
		}
	div#products div#scroller_content {
		width: 25000px;
		}
	div#products div.products_slide {
		float: left;
		text-align:center;
		width: 840px;
		height: 320px;
		}
		div#products div.paging{
			padding:320px 0 20px 80px;
			width:880px;
			text-align:center;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#646b5c;
			}
			div#products a{
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:13px;
				color:#fff;
				text-decoration:none;
			}
			div#products a.products-jumper{
				padding:0 5px;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:13px;
				color:#fff;
				text-decoration:none;
			}
			div#products a.products-jumper.selected{
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:13px;
				color:#b1b5ab;
				text-decoration:none;
			}
		div#products div.products_container {
			width:840px;
			text-align:center;
		}
		div#products div.products_slide ul{
			margin:0 auto;
		}
		div#products div.products_slide li{
			float:left;
			background:transparent url(/images/products-bg-product.gif) 0 0 no-repeat;
			width:210px;
			height:300px;
			text-align:center;
			}
			div#products div.products_slide div.products_container.overview li{
				background:transparent url(/images/products-bg-product-small.gif) 0 0 no-repeat;
				width:210px;
				height:160px;
			}
			div#products div.products_slide li img{
				margin:10px auto 0;
				display:block;
			}
			div#products div.products_slide li span{
				margin:0 auto;
				display:block;
				}
				div#products div.products_slide li span.title{
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:13px;
					color:#686e60;
					margin-top:18px;
					}
					div#products div.products_slide li span.title a{
						font-family:Georgia, "Times New Roman", Times, serif;
						font-size:13px;
						color:#686e60;
						text-decoration:none;
					}
				div#products div.products_slide div.products_container.overview li span.title{
					margin-top:6px;
				}
				div#products div.products_slide li span.price{
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:14px;
					color:#838500;
					margin-top:4px;
					}	
					div#products div.products_slide li span.price a{
						font-family:Georgia, "Times New Roman", Times, serif;
						font-size:14px;
						color:#838500;
						text-decoration:none;
						}	
