
.newidea-jcarousel {
	position:relative;
	overflow:hidden;
}

.newidea-jcarousel ul {
	position:absolute;
	top:0px;
}

.jcarousel-prev,.jcarousel-next {
	display:block;
	position:absolute;
	width:42px;
	height:42px;
	right:8px;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	transform: scale(1,1);
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari and Chrome */
	-o-transform: scale(1,1); /* Opera */
	-moz-transform: scale(1,1); /* Firefox */
}

.jcarousel-prev {
	top:5px;
	background:url('arrow-up.png') no-repeat center;
}

.jcarousel-next {
	bottom:5px;
	background:url('arrow-dn.png') no-repeat center;
}

.jcarousel-prev-disabled {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	cursor:auto;
}

.jcarousel-prev-active,.jcarousel-next-active {
	cursor:pointer;
}

.jcarousel-prev-active:hover,.jcarousel-next-active:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2); /* IE 9 */
	-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
	-o-transform: scale(1.2,1.2); /* Opera */
	-moz-transform: scale(1.2,1.2); /* Firefox */
}
