@charset "UTF-8";

ul#links{
	width: 760px;
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
	list-style: none;
}

ul#links li span{
	opacity: 0;
}

ul#links li{
	float: left;
	width: 180px;
	height: 120px;
	margin: 5px;
	background-color: #ffffff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);	
	-webkit-transition: all 0.1s ease-in;
}

ul#links li:hover{
	-webkit-transform: scale(1.02);
}

ul#links li#link1{
	background-image: url("../img/submarino.jpg");
	background-repeat: no-repeat;
	background-size: 180px;
}

ul#links li#link2{
	background-image: url("../img/shop_time.jpg");
	background-repeat: no-repeat;
	background-size: 180px;
}

ul#links li#link3{
	background-image: url("../img/americanas.jpg");
	background-repeat: no-repeat;
	background-size: 180px;
}

ul#links li#link4{
	background-image: url("../img/amazon.jpg");
	background-repeat: no-repeat;
	background-size: 180px;
}

ul#links li#link5{
	background-image: url("../img/magalu.jpg");
	background-repeat: no-repeat;
	background-size: 180px;
}

ul#links li#link6{
	background-image: url("../img/casas_bahia.jpg");
	background-repeat: no-repeat;
	background-size: 180px;
}

ul#links li#link7{
	background-image: url("../img/extra.jpg");
	background-repeat: no-repeat;
	background-size: 180px;
}

ul#links li#link8{
	background-image: url("../img/ponto.jpg");
	background-repeat: no-repeat;
	background-size: 180px;
}
