/* Para mostrar los nuevos logos*/
img {
border:none;
}
#images {
	width:545px;
	height:160px;
	overflow:hidden;
	padding-top:10px;
}

ul#imgs {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:170px;
	width:530px;
	position:absolute;
}

ul#imgs li {
	margin:0px;
	padding:0px;
	height:180px; 
	text-align:center;
	border:none;
	width:500px;
}


/*Nombre de cada logo*/
#captions {
	background-color:#ff6769;
	border:1px solid #FF3300;
	color:#FFFFFF;
	text-align:center;
	width: 500px;
	height:20px;
	margin-left:20px;	
}

#thumbsWrapper {
	width: 530px;
	padding-top:10px;
	height:35px;
	
}

#thumbsWrapper ul {
	list-style-type:none;
}

#thumbsWrapper ul li {
	float:left;
	margin-right:10px;
	width:35px;
	height:35px;
}

#thumbsWrapper ul li.activeThumb {
	border:1px solid #ffa500;
}

#thumbsWrapper ul li img {
	width:35px;
	height:35px;
}



#thumbsWrapper .backToNormal {
	float:right;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	text-decoration:underline;
	cursor:pointer;
	/* background-color:#FF0000; */
}

#thumbsWrapper .backToNormal:hover {
	color:#FF9966;
}
