.prev {
	position: relative;
	right: -15px;
	z-index: 100;
}
.next {
	position: relative;
	left: -15px;
	z-index: 100;
}
#lista {
	height: 180px; text-align: center;
	background: #CCCCCC url(../Images/busi-list-back.jpg) repeat-x;
}
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background-image:url(../Images/left.png);
	float:left;
	margin:43px 5px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../Images/right.png);
	clear:right;	
}

/* NAVEGADOR DE DIAPOSITIVAS*/
div.navi {
	margin-left:0px;
	width:200px;
	height:20px;
}
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(css/images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}
div.navi a:hover {
	background-position:0 -8px;      
}
div.navi a.active {
	background-position:0 -16px;     
}
div.scrollable {  
	padding: 0px;
	margin: 0px;
	position:relative;
	overflow:hidden;
	width: 859px;
	height:130px;
	border: 1px solid #E1E1E1;
	background:#fff;
}
* html div.scrollable {
	width: 860px;
}
#thumbs {
	position:relative;
	width:20000em;
	clear:both;
	margin: 2px;
	padding: 0px;
}
a.prev, a.next {
	margin-top:58px;	
}
#thumbs div {
	float:left;
	width:168px;
	height:110px;
	margin: 2px;
	background:#fff url(../Images/thumb-back-border.jpg) repeat-y right;
	color:#000;
	cursor:pointer;
	padding-top: 12px;
	text-align: left;
}
* html #thumbs div {
	height:120px;
}
#thumbs div.hover {
	background-color: #EAEAEA;	
}
#thumbs div.active {
	background-color:#F5F5F5;
	cursor:default;
}
#thumbs img {
	width: 113px;
	height: 78px;
}
#thumbs h3, #thumbs img{
	margin-left: 25px;
}
#thumbs h3{
	display: block;
	font-size: 11px;
	color: #656565;
	font-weight: bold;
	margin-bottom: 3px;
}
.sections-container {
	margin: 0px;
	padding: 0px;
	width: 900px;
}
.left {
	float: left;
	width: 370px;
	height: 400px;
}
.left .logo{
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 27px;
}
.left .company-img {}
.right {
	float: right;
	width: 476px;
	margin-right: 50px;
	margin-top: 50px;
}
.right .head-img {margin-bottom: 20px;}
.right h3 {
	font-size: 12px;
	font-weight: bold;
	color: #535353;
	margin-bottom: 10px;
}
.right .bcc-content, .right .bcc-content * {
	font-size: 11px;
	color: #646464;
}
