 /*--------------------------------*/
.gallery_cat{float:right;text-align:center;margin:0px 5px 5px 0px;padding : 8px 8px 8px 8px ;border :solid 1px #96c8ea;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.gallery_cat:hover{border:1px solid #4284b2;}
.gallery_link{}
.galley_clear{height:80px;}
.gallery_cat:hover .gallery_name{text-shadow: 2px 2px 3px #0096ff;}
        
.gallery_name
{text-align:center;font-family:tahoma;font-size:12px;padding : 5px 0 2px 0;text-align:center;text-shadow: 2px 2px 3px #10b9dd;color:#000000;}
.gallery_cat div a img{border :solid 1px #999999;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.gallery_cat div a img:hover{padding:0 0 0 0;}
.gallery_pic .OpacityImage{margin-left:10px;margin-top:10px;float:right;border :solid 1px  transparent;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.gallery_pic .OpacityImage:hover{}

/*----------------------------
	Thumbnails
-----------------------------*/

.thumbs{
	width:480px;
	margin:60px auto 35px;
	text-align:center;
}

.thumbs a{
	width:120px;
	height:120px;
	display:inline-block;
	border:7px solid #303030;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	border-radius:4px;
	margin: 6px 6px 40px;
	position:relative;
	text-decoration:none;
	
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}

.thumbs a:after{
	background-color: #303030;
    border-radius: 7px;
    bottom: -136px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;
    font-size: 10px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}




/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
	.thumbs{
		width:auto;
	}
	
}

