.gallery{
	position:relative;
	width:500px;
	height:350px;
	margin-left:50px;
}

.sub_gallery{
	position:relative;
	height:165px;
	top:76px;	
	margin:0 25px;
}

.gallery_overflow{
	position:relative;
	left:340px;	
	top:30px;
	width:500px;
	height:350px;
	overflow:hidden;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}



.gallery_nav{
	position:absolute;
	top:0px;
	height:170px;
}
.gallery_nav_overflow{
	position:absolute;
	top:-35px;
	left:-50px;
	
	width:870px;
	height:200px;
	overflow:hidden;
}

.gallery_nav span {
	left:0px;
	height:170px;
	text-align:left;

}




.gallery_nav  img{
	cursor:pointer;
	width:120px;
	height:140px;
	margin:0 30px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;		
}
	


.gallery_nav span img.active{
	position:relative;
	top:10px;
	border:10px solid rgba(0,80,158,0.7);
}

.slider,#productslider,#aboutslider{
	position:relative;
	
}

.slider img,#productslider img,#aboutslider img{
	width:500px;
	height:350px;
	float:left;
}


.prev,.next{	
	position:absolute;
	cursor:pointer;
	width:50px;
	height:50px;
	top:165px;
	opacity:0.5;

}

.close{
	position:absolute;
	top:5px;
	right:5px;
	width: 40px;
	opacity:0.5;
    cursor: pointer;
}

.close img{
	width:35px;
}

.prev img,.next img{
	width:50px;
}

.prev:hover,.next:hover,.close:hover{
	opacity:0.8;
}

.prev
{
	position:absolute;
	left:340px;
	
}

.next{
	position:absolute;
	right:-340px;
}






#title img{
	position:absolute;
	top:30px;
	width:200px;

}

#textfield{
	position:absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#fff;
	width:324px;
	height:275px;
	top:105px;
	left:48px;
}

#textfield p{
	width:284px;
	position:relative;
	color:black;
	font-size:14px;
	line-height:1.2em;
	padding:18px 20px;	
	text-align:left;
}


.lightbox{
	display:none;
	position:absolute;
	padding:0 2% 0 2%;
	z-index:999;
	left:2%;
	width:92%;
	height:580px;
	background-color:rgba(230,230,230,0.9);
	box-shadow: -9px 4px 5px #7f7f7f;
 	-webkit-border-radius: 6px;
 	-moz-border-radius: 6px;
 	border-radius: 6px;
	
}




@media (max-width: 1000px){	
	.lightbox{
		position:relative;
		padding:0 1% 0 1%;
		height:700px;
	}	
	
	.gallery{
		position:relative;
		top:0;
	}

	.gallery_overflow{
		position:absolute;
		left:0;	
	}	
	
	.next{
		left:500px;
		z-index:9999;
	}
	
	.prev{
		left:0px;
		z-index:9999;
	}
	
	.gallery_nav_overflow{

		display:none;
	}	
	
	#title img{
display:none;
	}
	
	#textfield{
		top:400px;
		left:1%;
		width:98%;
	}
	
	#textfield p{
		top:6%;
		left:1%;
		width:88%;
	}
	

	
}










