/* Piece TABO - Template
--------------------------------------------------------------------------------------------------*/
#tabo .mask {
	position: relative;
	margin: 0 auto;
	width: 530px;
	height: 400px;
	overflow: hidden;
}

#tabo .carousel_container ul {
	position: absolute
}

#tabo .carousel_container li {
	float: left;
	width: 530px;
	height: 400px;
	margin: 0 auto;
}

#tabo .carousel_container img {
	display: block;
	border-width: 3px;
	border-style: solid;
	padding: 2px;
	background-color: #fff;
}

#tabo .carousel_thumbs {
	width: 530px;
	margin: 10px auto;
}

#tabo .carousel_thumbs li {
	float: left;
	margin-right: 5px;
}

#tabo .carousel_thumbs li:last-child {
	margin-right: 0;
}

#tabo a.template_image {
	background-color: #fff;
	border-width: 3px;
	border-style: solid;
	display: block;
	font-size: 0;
}

#tabo a.template_image img {
	padding: 2px;
}
