body
{
}

div.jMyCarousel .prev
{
	background: url(  '../images/left-arrow.jpg' ) center center no-repeat;
	width: 69px;
	height: 45px;
	border: 0px;
}

div.jMyCarousel .next
{
	background: url(  '../images/right-arrow.jpg' ) center center no-repeat;
	width: 67px;
	height: 47px;
	border: 0px;
}

div.jMyCarousel .up
{
	background: url(  '../images/up.png' ) center center no-repeat;
	width: 61px;
	height: 40px;
	border: 0px;
}

div.jMyCarousel .down
{
	background: url(  '../image/down.png' ) center center no-repeat;
	width: 47px;
	height: 61px;
	border: 0px;
}


/** Carousel 2 **/
div.jMyCarousel
{
	float: left;
}

div.jMyCarousel ul
{
	/*	background-color: #fff;*/
}

div.jMyCarousel ul li
{
	margin: 2px 0px 2px 0px;
	padding: 1px;
	width: 136px !important;
	float: left;
}

div.jMyCarousel ul li a
{
	/* in case of link */
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

div.jMyCarousel ul li a img
{
	display: block;
	border: 1px solid #b9b9b9;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.featured-txt
{
	width: 110px;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0 7px 0;
	line-height: 20px;
	text-align: center;
}
.featured-txt a
{
	text-decoration: none;
}
.arial14
{
	font-size: 14px;
	font-weight: bold;
	color: #99b332;
}
.arial14 a
{
	text-decoration: none;
	color: #99b332;
}

