﻿.x-carousel-inner {
	padding:0 0 0 0;
	border: 0px solid black;
	margin:0 auto;}
.x-carousel-handle-right {
	background:white url(images/play_f.png);
	background-repeat: no-repeat;
	background-position:center;
	float:right;
	cursor:pointer;
	height: 32px;
	width:32px;}
.x-carousel-handle-left {
	background:white url(images/play_r.png);
	background-repeat: no-repeat;
	background-position:center;
	float:left;
	cursor:pointer;
	height:32px;
	width:32px;}
