/********* FRAME *********/
/* Style for horizontal */
.horizontal-scroller-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
	width:910px;
}
.horizontal-scroller-padding {
	overflow: hidden;
}
.horizontal-scroller-container {
	position: relative;
	overflow: hidden;
	background:#fafafa;
	border:1px solid #ddd;
	height:180px;
}
#horizontal-scroller-wrap {
	margin: 0 auto;
	overflow: hidden;
}
.scroll-item-divider{
	position:absolute;
	height:150px;
	right:0;
	border-right:1px solid #ddd;
	margin-top:15px;
}

/***********************/
#horizontal-scroller-left {
	background: url(../images/arrow_left.png) 50% 50% no-repeat;
	position: absolute;
	top: 0px;
	left: -4px;
	height: 100%;
	width: 54px;
	cursor: pointer;
}
#horizontal-scroller-right {
	background: url(../images/arrow_right.png) 50% 50% no-repeat;
	position: absolute;
	top: 0px;
	right: -4px;
	height: 100%;
	width: 54px;
	cursor: pointer;

	text-align:right;
}
.product_scroller_arrow{
	opacity:0.5;
	filter:alpha(opacity=7);
}
.product_scroller_arrow:hover{
	opacity:1;
	filter:alpha(opacity=13);
}


#horizontal-scroller {
	width: 5000px;
}

#horizontal-scroller .scroll-item {
	float: left;
	margin: 0;
	padding: 0;
	width: 182px;
	text-align: center;
	
}
.scroll-item{
	position:relative;
}
.scroll-item .product_snapshot_s_desc{
	padding:0 0.5em;
	line-height:1.2em;
	text-align:center;
}
.scroll-item .product_snapshot_s_desc p{
	margin:0px;
}
.scroll-item span {
	line-height: 24px;
}
/* Style for vertical */

.vertical-scroller-wrapper {
	position: relative;
	overflow: hidden;
}
.vertical-scroller-padding {
	overflow: hidden;
}
.vertical-scroller-container {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#vertical-scroller-wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 150px;
}
/***********************/
#vertical-scroller-left {
	background: url(../images/show-icont.gif) 50% 0 no-repeat;
	top: 0;
	margin: 0 auto;
	height: 22px;
	clear: both;
	cursor: pointer;
}
#vertical-scroller-right {
	background: url(../images/show-iconb.gif) 50% 0 no-repeat;
	bottom: 0;
	margin: 0 auto;
	height: 22px;
	clear: both;
	cursor: pointer;
}
#vertical-scroller {
	height: 5000px;
}

#vertical-scroller .scroll-item {
	margin: 0;
	padding: 5px 0;
	width: 150px;
	text-align: center;
}
.scroll-item .product-name{
	font-size:11.5px;
	margin-bottom:0;
	padding-top:5px;
	line-height:1.1em;
	font-family: 	"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
}
.product_name_scroller{
	font-family: 	"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
}