.banner-casamento{
	margin-bottom: 20px;
}

.noivos li{
	width: 443px;
	height: 121px;
	padding: 9px;
	background: #e2e2e2 url(../img/layout/detalhe-casamento.jpg) no-repeat 177px 9px;
	float: left;
	margin-bottom: 20px;
}

.noivos li img{
	float: left;
	border: 1px solid #c1c1c1;
	margin-right: 35px;
}

.noivos li span{
	font-size: 16px;
	color: #2d2d2d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 13px;
	display: inline-block;
	width: 248px;
}

.noivos li p {
	line-height: 18px;
}

.noivos li a{
	background: url(../img/layout/confira-lista.jpg) no-repeat;
	float: left;
	width: 98px;
	height: 23px;
	margin-top: 7px;
}

.noivos li a:hover{
	background-position: 0 -23px;
}

/* Paging */
#casamentos div.paging {
	color: #333;
	padding: 17px 0 16px;
	text-align: center;
	cursor: default;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	clear: both;
}
#casamentos div.paging span .setas {
	font-size: 15px;
	font-weight: bold;

	color: #fff;
	border-radius: 170px;
	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	background-color: #6a6a6a;	
}
#casamentos div.paging span.disabled {
	color: #CCC;
	display: none;
}
#casamentos div.paging span.current,
#casamentos div.paging a {
	color: #6f6e6e;
	padding: 3px 8px;
	margin: 0 5px 0 0;
}
#casamentos div.paging span.current {
	color: #fff;
	border-radius: 170px;
	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	background-color: #6a6a6a;
}

#casamentos div.paging span a {
	color: #fff;
	border-radius: 170px;
	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	background-color: #cacaca;
}

#casamentos h2{
	margin-bottom: 10px;
}

.caminho{
	font-size: 11px;
	color: #6c6c6c;
}

.caminho a{
	color: #6c6c6c;
}

.view-casamento .titulo{
	font-size: 15px;
	color: #2d2d2d;
	font-weight: bold;
	display: block;
	margin-top: 15px;
}

.view-casamento .titulo span{
	font-size: 18px;
	color: #8f8f8f;
	display: inline-block;
	margin-top: 2px;
}

.view-casamento ul{
	margin-top: 15px;
}

.view-casamento ul li{
	width: 224px;
	font-size: 15px;
	line-height: 16px;
	float: left;
	margin-right: 16px;
}

.view-casamento ul li a{
	color: #2d2d2d;
}

.view-casamento ul li.last{
	margin-right: 0;
}

.view-casamento ul li img{
	border: 1px solid #c6c6c6;
}

.view-casamento ul li a:hover{
	color: #7c7b7b;
}

.view-casamento ul li a:hover img{
	border: 1px solid #2d2d2d;
}

.view-casamento ul li a:hover strong{
	color: #7c7b7b;
}

.view-casamento ul li a:hover span{
	color: #2d2d2d;
}

.view-casamento ul li span{
	font-size: 11px;
	display: block;
	color: #7c7b7b;
}

.view-casamento ul li strong{
	display: block;
	color: #2d2d2d;
	font-size: 18px;
	margin-top: 2px;
}