.painter-1 { 
	background: url(../../images/index-slideshow/1.jpg) 50% 0 no-repeat fixed;
	height: 500px; 
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
}
.painter-2 { 
	background: url(../../images/index-slideshow/2.jpg) 50% 0 no-repeat fixed;
	height: 500px; 
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
}
.painter-3 { 
	background: url(../../images/index-slideshow/3.jpg) 50% 0 no-repeat fixed;
	height: 500px; 
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
}
.painter-4 { 
	background: url(../../images/index-slideshow/4.jpg) 50% 0 no-repeat fixed;
	height: 500px; 
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
}
.painter-5 { 
	background: url(../../images/index-slideshow/5.jpg) 50% 0 no-repeat fixed;
	height: 600px; 
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
}
.painter-6 { 
	background: url(../../images/index-slideshow/6.jpg) 50% 0 no-repeat fixed;
	height: 600px; 
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
}
.grey-xl {
	background-color: #3d3d3d;
	height: 1000px; 
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
}
.grey-lg {
	background-color: #3d3d3d;
	height: 800px;
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
}
.grey-med {
	background-color: #3d3d3d;
	height: 600px; 
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
}
.grey-sm {
	background-color: #3d3d3d;
	height: 400px;
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
}
.grey-xsm {
	background-color: #3d3d3d;
	height: 300px;
	margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
}