.vozcarousel {
	position:relative;
	width:100%;
}

.tabs {
	width:100%;
	overflow:hidden;
	height:200px;
	position:relative;
}

.tabs > div {
	width:9000px;
	position:absolute;
	top:0px;
	left:0px;
}

.tabs > div > div {
	float:left;
	width:300px;
	border:none;
}