body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #6C97AF;
	padding: 0px;
	margin: 0px;
	background-image: url(../templates/ameo/images/bg_clients.png);
	background-repeat: no-repeat;
}
a{
	color: #6c97af;
	text-decoration: none;
	outline:none;
}
a:hover{
	color: #000;
}




/*CAROUSSEL*/


.hidden {

	display:none;
}
	


#slide {
	width:716px;
	/*margin-top:10px;*/
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-align: center;
	overflow:hidden;
	position: relative;
	height: 50px;
	margin:0px 0 0 20px;
}

.slide {
	margin-left: 30px;
	padding-top: 0px;
	height: 56px;
	margin-bottom: 10px;
	width:736px;
	position:relative;
	text-align:center;
}

#slide div {

	position: relative;
	display: inline-block;
	width: 130px;
	height:50px;
	margin: 7px 0 0 10px;
}


.imageShowLeftScroller {
	width:19px;
	height:54px;
	position: absolute;
	left: 1px;
	top:1px;
	cursor: pointer;
	z-index: 4;
	background-image: url(images/b_prev.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color:#CFCFCF;
}
.imageShowRightScroller {
	width:19px;
	height:54px;
	position: absolute;
	right: 1px;
	top:1px;
	cursor: pointer;
	z-index: 4;
	background-image: url(images/b_next.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-color:#CFCFCF;
}

#slide img	{	border: none;}
#slide span{
	border: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 696px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}


.clr	{	clear: both;}


