body {
	background: #f9f9f9;
	position:relative;
} 
.all {
	width: 960px;
	margin: 0 auto;
}
.header {
	padding-top: 85px;
	width: 100%;
	float:left;
	margin-bottom: 60px;
}
.header .logo {
	background: url('../img/logoblack.png') no-repeat center left;
	width: 278px;
	height: 53px;
	float:left;
	
}
.header-left {
	float:left;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.header-right {
	float:right;
	text-align: right;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}
strong {
	font-weight: 700;
}
.lp-btnb {
	font-weight: 400;
	font-size: 12px;
	border: 1px solid #000;
	border-radius: 3px;
	float:right;
	text-align: center;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	line-height: 30px;
	width: 215px;
	margin-top: 40px;
	clear: both;
}
.header-title {
	margin-top: 60px;
	float: left;
	clear: both;
}
.gallery-image {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.gallery-image img {
	border-radius: 10px;	
	display:block;
}
.gallery {
	position: relative;
	float: left;
	clear: both;
}
.gallery-hover {
	width: 100%;
	position: absolute;
	top:0;
	background: url('../img/hoverbg.png') repeat;
	height: 100%;
	border-radius: 10px;
}
.gallery-actions {
	width: 68px;
	left:50%;
	top:50%;
	position: absolute;
}
.add-to-fav {
	background: url('../img/fav.png') no-repeat;
	width: 68px;
	height: 76px;
	display:block;
}
.zoom {
	background: url('../img/zoom.png') no-repeat;
	width: 40px;
	height: 62px;
	display:block;
	margin: 0 auto;
	margin-bottom: 3px;
}
.lp-btnbs {
	font-weight: 400;
	font-size: 12px;
	border: 1px solid #000;
	border-radius: 3px;
	float:right;
	text-align: center;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 40px;
	padding: 4px;
	clear: both;
}
.fixed-to-top {
	position: fixed;
	right: 5px; 
	bottom: 50px;
}