@CHARSET "UTF-8";

.eb-thumbnails-scroller-prev, .eb-thumbnails-scroller-next{
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	margin-top: -19px;	
	width: 50px;
	height: 38px;
	line-height: 38px;
	display: none;
	font-size: 31px;
	text-align: center;
	color: #CC3433;		
}

.eb-thumbnails-scroller-prev{
	left: 0;
	
	
	/*background: url(../images/arrow-left_1.png) left center no-repeat;*/	
}

.eb-thumbnails-scroller-next{
	right: 0;
	/*background: url(../images/arrow-right_1.png) right center no-repeat;*/	
}


.eb-thumbnails-scroller-page{
	float: left;
	height: 100%;
}