/* Home Page Carousel */

/*Active Carousel Code*/
div.carousel-outer {
	width: 434px;
	height: 252px;
	overflow: hidden;
}
div#ca-new-arrivals {
	background: url(../images/wood-border-new.jpg) no-repeat;
	margin-left: 31px;
}
div#ca-top-sellers {
	background: url(../images/wood-border-top.jpg) no-repeat;
	margin-right: 31px;
}

a.carousel-left-scroller {
	display: block;
	background: url(../images/ca-left-arrow.gif) no-repeat;
	width: 25px;
	height: 25px;
	margin: 112px 0 0 7px;
	float: left;
	display: inline;
}
a.carousel-right-scroller {
	display: block;
	background: url(../images/ca-right-arrow.gif) no-repeat;
	width: 25px;
	height: 25px;
	margin: 112px 7px 0 0;
	float: right;
	display: inline;
}

div.carousel-inner {
	margin: 46px 0 0 5px;
	width: 361px;
	overflow: hidden;
	float: left;
	display: inline;
}

div.ca-prod {
	width: 120px;
	float: left;
	display: inline;
}
div.ca-img {
	background: url(../images/ca-pic-shadow.jpg) no-repeat bottom center;
	padding-bottom: 13px;
	width: 120px;
	text-align: center;
}
div.ca-img img {
	border: 1px solid #ebe7df;
}
div.ca-desc {
	margin-top: 14px;
	font-size: 85%;
	font-weight: bold;
	height: 42px;
	overflow: hidden;
}
div.ca-desc a:link, div.ca-desc a:visited {
	color: #010000;
	text-decoration: none;
}
div.ca-desc p.ca-price {
	color: #c92127;
}

/***************************************************/

/*      Product Page Carousel          */

img {border-style: none;}
/* example_3 css */

table#vertical_examples td {
	width: 320px;
	vertical-align: top;
	text-align: center;
}