div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
	 margin: 6px auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    margin: 0 auto;
    /*float: left;*/
    width: 80%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 40%;
        margin: 6px 6px auto;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 90%;
        margin: 6px 6px auto;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.bgcover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*
images/workimages/backsplash/
images/workimages/floor/
images/workimages/landscaping/
images/workimages/misc/
images/workimages/painting/
images/workimages/powerwashing/
images/workimages/shelves/
images/workimages/swing/
images/workimages/tb_garage/
images/workimages/woodfence/
*/

.myslides {		
	display:none;
	width: 90%;
	height: 30%;
}



