@charset "UTF-8";
/* CSS Document */

.fotos {
	float:left;
	width:600px;
	margin-left: 40px;
    margin-top: 10px;
}

.thumbs {
	float:left;
	width:135px;
	height:135px;
	background-color:#ececec;
}

.thumbs-right {
	float:left;
	width:135px;
	height:135px;
	margin-left:15px;
	background-color:#ececec;
}

.pic-vertical {
	float:left;
	width:113px;
	height:135px;
	padding-left:22px;
	background-color:#ececec;
}

.pic-horizontal {
	float:left;
	width:135px;
	height:113px;
	padding-top:22px;
	background-color:#ececec;
}

.thumbs-right-vertical {
	float:left;
	width:135px;
	height:135px;
	padding-left:15px;
	background-color:#ececec;
}

.linhas {
	float:left;
	margin-top:15px;
}
