/* CSS Document */
.gpic {
	overflow:auto;	
	z-index:10;
	position:relative;
	padding:20px 0;
}
.gpic p {
	margin:15px 0px;	
}
.gpic-container {
	width: 100%;
    z-index: 9;
	position: absolute;
	background-size:cover;
	background-position:center;
	background-color:#f2f3f7;
}
.gpic-max {
	max-width:850px;
	margin:0 auto;	
}
.gpic-gradiant {
	/*Insert Gradiant Code here from gradiant editor at colorzilla.com*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f3f7+0,ffffff+100 */
	background: rgb(242,243,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,243,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(242,243,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(242,243,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
