﻿/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev {
	background: transparent url('../images/arrow_left.png') center center no-repeat;
	width:30px;
	height:33px;
	border:0px;
	opacity: 1;
}

div.jMyCarousel .next {
	background: url('../images/arrow_right.png') center center no-repeat;
	width:30px;
	height:33px;
	border:0px;
}
*+html div.jMyCarousel .prev,
*+html div.jMyCarousel .next {
	background-color: #FFF;
}
div.jMyCarousel .up {
	background: url('../images/arrow_up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

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


/* --- page & site specific settings --- */
div.jMyCarousel ul li {	
}

div.jMyCarousel ul li a { /* in case of link */
	display:block;
	border:0px;
}

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

.jMyCarousel ul li a {
	text-decoration: none;
	color: #666;
}

