

div.jMyCarousel .prev{
	background: url('img/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
	margin:auto;
	cursor:pointer;
}

div.jMyCarousel .next{
	background: url('img/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
		cursor:pointer;
}

div.jMyCarousel ul li p a
{
padding-bottom:30px;
color:#f3dfd0;
font-family:Arial Black, Helvetica, sans-serif;
text-decoration:none;
}

div.jMyCarousel ul li p a span
{
position:relative;
top:20px;
text-decoration:none;
width:170px;
}


div.jMyCarousel ul li p a:hover
{
text-decoration:none;
color:#65bb92;
}

div.jMyCarousel ul li p span {
position:relative;
top:5px;
}

div.jMyCarousel .up{
	background: url('img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.jMyCarousel{
margin:auto;
visibility:visible;
position:relative;
}

div.jMyCarousel ul{
visibility:visible;
position:relative;
	
}

div.jMyCarousel ul li{
	margin:0px 5px;
	line-height:0px;
	padding:40px 10px 10px 10px;
	background:url(../../templates/default/images/scrollerbg.gif) center no-repeat;
}

div.jMyCarousel ul li:hover {
background:url(../../templates/default/images/scrollerbghover.gif) center no-repeat;
}

div.jMyCarousel ul li a{
	display:block;
}

div.jMyCarousel ul li img{
	display:block;
	border:0px;
	margin:0;
}

