.w3gallery-c{
}
	.w3gallery-c .tbumbs-c{
		padding:0 20px;
		position:relative;
		margin-top:10px;
	}
		.w3gallery-c .tbumbs{
			position:relative;
			width:100%;
			overflow:hidden;
		}
		.w3gallery-c .tbumbs ul {
			overflow:hidden;
			position:relative;
		}
		.w3gallery-c .tbumbs li{
			float:left;
			overflow:hidden;
			margin-right:5px;
			border:2px solid #FFF;
			position:relative;
		}
		.w3gallery-c .tbumbs li.current{
			border:2px solid red;	
		}
			.w3gallery-c .tbumbs li img{
				cursor:pointer;
				width:100%;
			}
			.w3gallery-c .tbumbs li .play{
				cursor:pointer;
				width:32px;
				height:32px;
				position:absolute;
				top:50%;
				left:50%;
				margin:-16px 0 0 -16px;
				background:url(../gfx/w3gallery/play.png) no-repeat;
			}
		.w3gallery-c .tbumbs-c a.nav{
			position:absolute;
			display:block;
			height:68px;
			width:20px;
			left:0;
			top:0;
			background:url(../gfx/w3gallery/thumbs_navi.png) no-repeat 2px 28px;
		}
		.w3gallery-c .tbumbs-c a.nav.next{
			left:auto;
			right:0;
			background:url(../gfx/w3gallery/thumbs_navi.png) no-repeat 7px -91px;
		}
		.w3gallery-c .tbumbs-c a.nav.disabled{
			opacity:0.3;
		}
		
	.w3gallery-c .img-c{
		position:relative;
	}
		.w3gallery-c .img-c a.nav{
			position:absolute;
			display:block;
			height:35px;
			width:20px;
			left:0;
			top:50%;
			margin-top:-17px;
			background:url(../gfx/w3gallery/img_navi.png) no-repeat 0px 0px;
		}
		.w3gallery-c .img-c a.nav.next{
			left:auto;
			right:0;
			background:url(../gfx/w3gallery/img_navi.png) no-repeat 0px -966px;
		}
		.w3gallery-c .img-c a.nav.disabled{
			display:none;
		}
		.w3gallery-c .img-c img.preload{
			z-index:-1;
			opacity:0.01;
			filter: alpha(opacity=1);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
		}
		.w3gallery-c .img-c .img{
			text-align:center;
			overflow:hidden;
		}
			.w3gallery-c .img-c .img img{
			}
		
		.w3gallery-c .img-c iframe.youtube{
			width:100%;
			height:100%;
		}
			
		.w3gallery-c .img-c .loader{
			width:100px;
			height:100px;
			position:absolute;
			left:50%;
			top:50%;
			margin:-50px 0 0 -50px;
			background:#FFF url(../gfx/w3gallery/loader.gif) no-repeat 17px 17px;
			opacity:0.5;
			border-radius: 10px;
		}
		.w3gallery-c .img-c .loader.disabled{
			display:none;	
		}
		.w3gallery-c .img-c .desc-c{
			background: #960000;
			background-color:rgba(150, 0, 0, 0.5);
			position:absolute;
			width:100%;
			bottom:0;
		}
			.w3gallery-c .img-c .desc-c div{
				padding:20px 25px;
				font-size:16px;
				font-family:Arial;
				color:#FFF;
			}
		.w3gallery-c .img-c .desc-c.disabled{
			display:none;
		}