.it-back-directionnav-2 {
	text-align: center;
}
/* This is a clearfix "hack" */
.it-back-directionnav-2:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.back-prevNav-2 {
	background: url("previous-slide.png") no-repeat center center;
	display: inline-block;
	width: 15px;
	height: 20px;
	cursor: pointer;
	text-indent: -99999px;
	margin: 0 1em;
}
.back-nextNav-2 {
	background: url("next-slide.png") no-repeat center center;
	display: inline-block;
	width: 15px;
	height: 20px;
	cursor: pointer;
	text-indent: -99999px;
	margin: 0 1em;
}
.it-back-playnpause-2 {
	display: inline-block;
	margin: 0 1em;
}
.it-back-pause-2 {
	background: url("pause-slide.png") no-repeat center center;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-indent: -99999px;
}
.it-back-play-2 {
	background: url("play-slide.png") no-repeat center center;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-indent: -99999px;
}

#it-back-imgthumbnav-2 {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
#it-back-imgthumbnav-2 li {
	margin: .5em;
	padding: 0;
	display: inline-block;
}
#it-back-imgthumbnav-2 li img {
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 1px 1px rgba(33, 33, 33, .3);
}