/* =carosl */
div.carosl {
	padding-top :1px;
	position:relative;
	z-index:99;
}
div.carosl-frame {
	width : 617px;
	margin-left : 30px;
	margin-bottom : 1.667em;
	height:23px;/* stop FF3 displaying menu on 2 lines */
}
.carosl-frame ul {
	position : relative;
	left : 0;
	margin : 0;
	border-bottom : none;
	list-style-type : none;
}
.carosl-frame ul ul {
	position : absolute;
	display : none;
}
.carosl-frame li {
	margin-right : 0;
	border:none;
	float:none;
	border-right:1px solid #7e7d7d;
	background:#fff;
	font-size:15px;
	font-weight:bold;
}
.carosl-frame li a {
	display : block;
	padding:2px 10px 3px;
	font-weight : bold;
	text-decoration : none;
	color:#2d2d2d;
	background : #FFF;
}
.carosl-frame li.open a, .carosl-frame li a:hover,.carosl-frame li.current a {
	color : #FFF;
	background:#d15031;
}
ul.carosl-submenu {
	position : absolute;
	display : none;
	z-index : 100;
	margin : 0 0 0 0;/* Slight visual fudge */
	list-style : none;
	background : #454545;
	width:166px;
	font-weight:normal;
	border-bottom: 1px solid #7E7D7D;
}
.carosl-submenu li {
	border-bottom : 1px solid #5E5B54;
}
.carosl-submenu li a {
	display : block;
	text-decoration : none;
	font-weight:normal;
	font-size:13px;
	padding:4px 8px 4px 15px;
	color:#fff;
	background: #454545 url(http://www.livewholesale.com/Images/FEImages/scroll-arrow.gif) 5px -34px no-repeat;
}
.carosl-submenu li a:hover {
	color :#49484D;
	background: #F7BD42 url(http://www.livewholesale.com/Images/FEImages/scroll-arrow.gif) 5px 8px no-repeat;
	position:relative;/* ie8 needs this*/
}
.carosl-submenu li a{zoom:1.0}
* html .carosl-submenu li,* html .carosl-submenu li a{height:1%}
p.carosl-button {
	position : absolute;
	top : 1px;
	background : transparent;
	margin:0 0 0 10px
}
p.carosl-button.next {
	right : 5px;
	margin:0 5px 0 0
}
p.carosl-button a {
	display : block;
	width : 19px;
	height : 23px;
	text-indent : -9999em;
	text-decoration : none;
	background : transparent url(http://www.livewholesale.com/Images/FEImages/arrows.gif) no-repeat 0 0;
	outline:0;

}
p.carosl-button.next a {
	background-position : -19px 0;
}
p.carosl-button a:hover {
	background-position : 0 -23px;
}
p.carosl-button.next a:hover {
	background-position : -19px -23px;
}
