.da-thumbs {
	list-style: none;
	width: 322px;
	height: auto;
	position: relative;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	float: right;
	margin-top: 15px;
}
.da-thumbs li {
	float: left;
	background: #dfdfdf;
	padding: 2px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	height: 100px;
	width: 135px;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li a div span {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
	font-size: 9px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}



.da-thumbs1 {
	list-style: none;
	width: 1000px;
	height: auto;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs1 li {
	float: left;
	margin: 9px;
	background: #dfdfdf;
	padding: 5px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs1 li a,
.da-thumbs1 li a img {
	display: block;
	position: relative;
}
.da-thumbs1 li a {
	overflow: hidden;
}
.da-thumbs1 li a div {
	position: absolute;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs1 li a div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*=== main gallery ===*/
.main_gallery
{
	width:970px;
	float:left;
	height:auto;
	padding:10px 10px 10px 10px;
}

.main_gallery ul {
	float: left;
	width: 900px;
	padding:0px;
	padding-left:50px;
}
.main_gallery li {
	float: left;
	width: 189px;
	height:156px;
	margin: 10px;
	border:1px solid #adadad;
	padding: 0px;
	list-style:none;
	background-image: url(../images/gallerybg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.main-gallery img {
	float: left;
	height:156px;
	width:189px;
	padding:1px;
	margin:2px;
	border:1px solid #adadad;
}

.video_gallery
{	width:970px;
	float:left;
	height:auto;}


	
/*=== end main gallery ===*/	
