﻿/*Horizontal Orientation CSS*/
#casos {min-height:200px;}
.jscarousal-horizontal
{
	width: 100%;
	height: 100px;
	margin: 50px auto 40px auto;
	padding: 5px;
	position: relative; /*overflow: hidden;*/
}

.jscarousal-contents-horizontal
{
	width: 100%;
	height: 122px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 122px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin: 10px 20px;
	text-align:center;
}
.jscarousal-contents-horizontal img
{
	width: 150px;
	height: 100px;
}
/*Horizontal Orientation CSS Ends*/

.clientes {width:150px; height:98px; /*border:1px solid #c6c6c6; border-radius:10px; background-color:#fff;*/ float: left;}

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active, .thumbnail-inactive
{
	cursor: pointer;
}
