﻿.slidable {
	float:					left;
}
.slidable-hidden {
	visibility: hidden;
}

.slidable-wrapper {
	overflow:				hidden;
	position:				relative;
	margin: 				0 auto;
}

.slidable-content {
	float:					left;
}

div.slidable-go-left {
	background:				url("../img/nav.png") repeat scroll 0 57px transparent !important;
	width:					27px;
	height:					57px;
	cursor:					pointer;
	position:				absolute;
	z-index:				2;
}

div.slidable-go-right {
	background:				url("../img/nav.png") repeat scroll 27px 57px transparent !important;
	width:					27px;
	height:					57px;
	cursor:					pointer;
	position:				absolute;
	z-index:				2;
}
	
div.slidable-play {
	background:				url("../img/play.png") repeat scroll 18px 18px transparen  !importantt;
	width:					19px;
	height:					19px;
	cursor:					pointer;
	position:				absolute;
	z-index:				2;
}

div.slidable-pause {
	background:				url("../img/pause.png") repeat scroll 18px 18px transparent !important;
	width:					19px;
	height:					19px;
	cursor:					pointer;
	position:				absolute;
	z-index:				2;
}

div.slidable-selectors {
	position:				absolute;
	z-index:				2;
	height:					22px;
	display:				inline;
	float:					left;
}

a.slidable-selector {
	width:					22px;
	height:					22px;
	cursor:					pointer;
	float:					left;
	display:				block;
	text-decoration:		none;
}

a.slidable-selector-focused {
	background:				url("../img/bullets.png") repeat scroll 0 22px transparent !important;
}

a.slidable-selector-blurred {
	background:				url("../img/bullets.png") repeat scroll 0 0 transparent !important;
}

.slidable-thumbnails {
	height:					75px;
	width:					100px;
	display:				inline;
	float:					left;
	position: 				absolute;
	z-index: 				2;
}
.slidable-thumbnail {
	height:					75px;
	width:					100px;
	display:				inline;
	float:					left;
	z-index: 				2;
	background: 			#CCCC99;
	color: 					white;
	border:3px solid black;
	outline:3px solid white;
}

.slidable-box,
.slidable-box img {
	
}

#panelCarosello {
	overflow:				scroll;
}
