﻿.prev{
	background: url('img/arrow_left.gif') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

.next{
	background: url('img/arrow_right.gif') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

.up{
	background: url('img/arrow_up.gif') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

.down{
	background: url('img/arrow_down.gif') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

#carousel_container {
    width: 100% !important;
	height: 91px !important;
}

#scroll {
	margin:0; 
	padding:0;
	background: transparent;
}


#scroll a:link, #scroll a:visited, #scroll a:active {
	border:2px transparent solid;
	margin-right:0px;
}


#scroll a:hover {
	opacity: .65;
}

div.jMyCarousel{

}

div.jMyCarousel ul{
	
}

div.jMyCarousel ul li{
	margin:0px;
	line-height:0px;
	padding:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li img{
	display:block;
	border:0px;
}
