/*** zoom **/
.frame,.flickr_badge_image, .avatar, .thumbnail_container, div.product div.images img{

    border-style: solid;
    border-width:0px;
    display: block;
	max-width:100%;
    margin: 0 0 px;
    overflow: hidden;
    position: relative;
	padding:0px;
	
}
.inner_frame{
	margin-bottom:25px;
}
.zoom-frame, .zoom-grid , .zoom{
    overflow: hidden;
    position: relative;
	
}
.frame_pro{
	 border: 3px solid #FFFFFF;
}

a.lightbox {
	position:absolute;
	left:-50px;
	top:50% ;
	width:30px;
	height:30px;
	text-indent:-9999px;
}

a.lightbox.video {
}

a.zoom_link {
	position:absolute;
	left:30px;
	bottom:-25px;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
.zoom-frame + h6, .zoom-frame + h5,  .zoom-frame + h3,  .item_wrapper + h5 , .zoom-frame + .subtitle,
.fluid-width-video-wrapper + .subtitle{
	margin-top:15px;
}

.link{
	position:relative;
	margin-bottom:20px;
}
.zoom-img a .rollover, .play a .rollover ,.link a .rollover{
	display:block;
    position:absolute;
	top:0px; 
	left:0px;
	z-index:7;
	display:none;
	cursor:pointer;
}
.zoom-img a.image, .play a.image,  .link a.image {
	display:block;
	position:relative;
	left:0px;
	top:0px;
}
.zoom-img a .rollover {
	background:transparent url('../images/icons/media-zoom-icon.png') no-repeat center;
	width:100%;
	height:100%;
}
.play a .rollover{
	background:transparent  url('../images/icons/media-video-icon.png')  no-repeat center;
		width:100%;
	height:100%;
}
.link a .rollover{
	background:transparent  url('../images/icons/media-link-icon.png')  no-repeat center;
		width:100%;
	height:100%;
}


/***************** *****************/

.view {
   width: 215px;
   height: 215px;
   float: left;
  overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
}
.v3 .view{
	width: 290px;
   height: 240px;
}
.view .mask,.view .content {
   width: 215px;
   height: 215px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.v3 .view .mask, .v3 .view .content {
   width: 290px;
   height: 240px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 14px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 10px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   border:0px;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   background:#111
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0,0,0, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
				
/******************** gallery-caption ***********************/

.gallery-caption{
	width:100%;
}				
				
.gallery-thumbs .one-fourth, .gallery-thumbs .one-third, .gallery-thumbs .one-half {
	margin-bottom: 30px;
}

.gallery-thumbs .item, .gallery-caption .item, .preview {
	position: relative;
	overflow: hidden;
}

.gallery-overlay {
	display: block;
}


.item-details h3 {
	font-size: 24px;
}

.one-half .gallery-overlay a {
	width: 450px;
	height: 186px;
}

.one-third .gallery-overlay a {
	width: 290px;
	height: 170px;
}

.one-fourth .gallery-overlay a {
	width: 210px;
	height: 142px;
}

.two-third .gallery-overlay a {
	width: 610px;
	height: 230px;
}

.gallery-overlay a {
	display: block;
}



.lightbox_video, .lightbox_image, .image_overlay_effect, .image_overlay_effect_inside{
position: absolute;
z-index: 2;
top:0;
left:0;
right: 0;
bottom:0;
}

