		#gallery_container{

		}
		.items_small{
			list-style: none outside none;
		}
		.gallery_item{
		list-style:none;
		width: auto;
		position: relative;
		float: left;
		border: 5px solid #000;
		margin: 5px 5px !important;
		   -moz-box-shadow:    inset 0 0 10px #000000;
		   -webkit-box-shadow: inset 0 0 10px #000000;
		   box-shadow:         inset 0 0 10px #000000;
		   max-width:60%;
		}
		.gallery_item img{
		max-width: 100%;
		width: auto;
		overflow:hidden;
		}
		.gallery_item img:hover{
		opacity:.5;
		}
		#lightbox_content{
		position:relative;
		width:auto;
		max-width:100%;
		}
		#lightbox {
			position:fixed; /* keeps the lightbox window in the current viewport */
			top:0; 
			left:0; 
			width:100%; 
			height:100%; 
			background:url(overlay.png) repeat; 
			text-align:center;
			background: rgba(20, 39, 20, 0.8);
			display:none;
		}
		#gallery_capture{
		position:relative;
		color:#fff;
		margin:auto;
		background: none repeat scroll 0% 0% #000;
        padding: 6px;
		font-weight: 600;
		max-width: 80%;
		}
		#lightbox #tex{
			color:red; 
			margin-right:20px; 
			font-size:12px; 
			position:absolute;
			top:100px;

		}
		#lightbox img {
			box-shadow:0 0 25px #111;
			-webkit-box-shadow:0 0 25px #111;
			-moz-box-shadow:0 0 25px #111;
			border: 5px solid #000;
			max-height: 95%;
		}
		#gallery_btn{
		position:relative;
		color:#fff;
		margin:auto;	
		height: 20px;
		top: 50%;
		position: absolute;
		width: 100%;
			  -webkit-transform: translateY(-50%);
			 -ms-transform: translateY(-50%);
			transform: translateY(-50%);	
          			
		}
		#arrow_prev{
		height: 22px;
		width: 22px;
		background: none repeat scroll 0% 0% rgba(21, 21, 24, 1);
		float: left;
		border-radius: 26px;
		margin: 2px;
		margin-left: -35px;
		background:url('arrow-left.png') no-repeat scroll center transparent;
		border: 1px solid #000;
		}
		#arrow_prev:hover {
		border-color:#fff;
		background:url('arrow-left.png') no-repeat scroll center rgba(93, 105, 103, 1);
		}
		#arrow_next{
		height: 22px;
		width: 22px;
		background: none repeat scroll 0% 0% rgba(21, 21, 24, 1);
		float: right;
		border-radius: 26px;
		margin: 2px;
		background:url('arrow-right.png') no-repeat scroll center transparent;
		border: 1px solid #000;		
		}
		#arrow_next:hover {
		border-color:#fff;
		background:url('arrow-right.png') no-repeat scroll center rgba(93, 105, 103, 1);
		}
		.simple_capture{
		display:none;
		}
		.simple_all_content {
			height: auto;
			position: relative;
			margin: auto;
			  width: -webkit-fit-content;
			  width: -moz-fit-content;
			  width: fit-content;
			  top: 55%;
			  -webkit-transform: translateY(-50%);
			 -ms-transform: translateY(-50%);
			transform: translateY(-50%);
			max-width: 80%;
			padding: 0px 20px;
			max-height: 95%;
		}
		.close_button{
		height:22px;
		width:22px;
		border-radius: 100%;
		background:#000;
		position:absolute;
		float:right;
		top: 0px;
		right: 0px;
		margin-top: -20px;
		margin-right: -10px;
		background:url('close.png') no-repeat scroll center transparent;
		border: 1px solid #000;
		}
		.simple_display_capture{
			background: none repeat scroll 0% 0% rgba(192, 186, 186, 1);
			color: #FFF;
		}
		.close_button:hover {
		border-color:#fff;
		background:url('close.png') no-repeat scroll center rgba(93, 105, 103, 1);
		}