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

div#home_carousel{
	position:absolute;
	left:-20010px;
	top:10px;
	width:750px;
	height:350px;
	background:transparent url(/images/home-bg-carousel.gif) 0 0 no-repeat;
	}
	div#home_carousel div.hc_info{
		position:absolute;
		left:10px;
		bottom:0px;
		width:730px;
		height:130px;
		background:transparent url(/images/home-bg-carousel-text.png) 0 0 no-repeat;
		}
		div#home_carousel div.hc_info h2{
		}
		div#home_carousel p{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#fff;
			line-height:16px;
			margin:0 60px;
			}
			div#home_carousel div.hc_info a{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#fff;
				line-height:16px;
				text-decoration:none;
			}
	div#home_carousel div#hc_image{
		position:absolute;
		left:10px;
		top:10px;
		width:730px;
		height:330px;
	}	
	
	
div#product_carousel {
	position:absolute;
	right:10px;
	top:10px;
	width:210px;
	height:350px;
	background:transparent url(/images/product-bg-home-carousel.gif) 0 0 no-repeat;
	}
	div#product_carousel div#home_scroller{
		position:absolute;
		left:10px;
		top:10px;
		width:190px;
		height:275px;
		overflow:hidden
		}
		div#product_carousel div#home_scroller div#home_scroller_content{
			width:25000px;
			}
			div#product_carousel div#home_scroller div.product_slide {
				float: left;
				text-align:center;
				width: 190px;
				height: 350px;
			}
		div#product_carousel div#home_scroller div.product_slide img{
			display:block;
		}
		div#product_carousel div#home_scroller div.product_slide span.name{
			display:block;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#646b5c;
			padding-top:15px;
			text-align:center;
			}
			div#product_carousel div#home_scroller div.product_slide span.name a{
				text-decoration:none;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:13px;
				color:#646b5c;
			}
		div#product_carousel div#home_scroller div.product_slide span.price{
			display:block;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			color:#989b00;
			padding-top:5px;
			text-align:center;
			}
			div#product_carousel div#home_scroller div.product_slide span.price a{
				text-decoration:none;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:14px;
				color:#989b00;
			}
	div#product_carousel div.paging{
		position:absolute;
		left:10px;
		bottom:25px;
		width:190px;
		text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		color:#979c90;
		}
		div#product_carousel div.paging span{
		}
		div#product_carousel div.paging a{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:11px;
			color:#979c90;
			text-decoration:none;
			padding:0 3px;
			}
			div#product_carousel div.paging a:hover,
			div#product_carousel div.paging a.selected{
				color:#343a2e;
			}	