@charset "utf-8";
/* CSS Document */
.disapear{
	z-index: -1;
	position: absolute;
	visibility: hidden;	

}
.apear{
	z-index: 3;
	position: relative;
	visibility: visible;
}

.displaynon{
	display: none;
}



.nav{
	margin-left: 20px;
	margin-right: 20px;
}


.galleryUpperGray{
	width: 100%;
	height: 40px;
	background-color: #cfcfcf;
}

.gallery_item{
	width: 500px;
	height: 80px;
}

.gallery_item_image{
	float: right;
	cursor: pointer;
	width: 70px;
	height: 70px;
}

.gallery_item_content{
	width: 300px;
	float: right;
	color: #CCCCCC;
	font-size: 14px;
	margin-right: 14px;
}

.gallery_item_title{
	color: #FFFFFF;
	font-size: 14px;
}


.galleryAll{
	width: 970px;
	background-color: #FFFFFF;
}

.galleryLeft{
	float: left;
	width: 280px;
}

.galleryRight{
	float: right;
	width: 686px;
	text-align: right;
}

.galleryImages{
	margin-top: 5px;
	margin-left: 8px;
	width: 280px;
}

.image_gallery_item{
	float: left;
	width: 56px;
	height: 56px;
	margin: 5px;
}

.image_gallery_item_image{
	cursor: pointer;
	width: 56px;
	height: 56px;
}





.thumb_image{
	cursor: pointer;
	width: 56px;
	height: 56px;
}



.image_wrapper{
	float: right;
	border: 2px solid #627989;
	vertical-align: middle;
	text-align: center;
	width: 56px;
	height: 56px;
	padding: 1px;
}

.image_wrapper_width{
	float: left;
	border: 1px solid #627989;
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
	width: 56px;
	height: 56px;
	padding: 2px;
}

.preview_title{
	font-weight: bold;
	color: #231f20;
	/*
	width: 145px;
	height: 100px;
	
	cursor: pointer;
	*/
}

.gallery_titles{
	margin-top: 10px;
}



.galleryUpperText{
	display: block;
	padding: 0px;
	margin: 0px;
	border-top: 4px solid #ffffff;
	width: 280px;
	height: 240px;
	background-color: #e7e7e7;
}

.gallertTextSquare{

	padding-top: 40px;
	padding-left: 60px;

	width: 160px;
	height: 110px;
	text-align: justify;
}

.galleryTextInformation{
	display: block;
	color: #a0a0a0;
		
	/*
	margin-left: 35px;
	margin-top: 70px;	
	
	padding: 4px;
	padding-left: 15px;
	padding-right: 15px;
	
	width: 70px;
	*/
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}



/*
.galleryMiddleImage{
	border: 4px solid #ffffff;
	border-right: none;
	border-left: none;
	float: right;
}

.preview_image{
	float: right;
	border: 4px solid #ffffff;
	filter:progid:DXImageTransform.Microsoft.Fade(1,1);
	width: 488px;
	height: 374px;
}
*/

.preview_image{
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	border: 4px solid #ffffff;
	filter:progid:DXImageTransform.Microsoft.Fade(1,1);
	width: 682px;
	height: 374px;
}














.pager_numbers a, pager_numbers a:visited{
	color: #231f20;
	text-decoration: none;
}

input{
	border: 1px solid #627989;
	width: 150px;
	height: 14px;
	font-size: 12px;
}

textarea{
	border: 1px solid #627989;
	width: 296px;
	height: 100px;
}

.checkbox_text{
	border: 1px solid #627989;
	width: 150px;
	height: 14px;
}

.checkbox{
	border: none;
	width: 20px;
}

.submit{
	width: 43px;
	height: 25px;
	
	padding: 3px;

	border: none;
	
	font-weight: bold;
	
	cursor: pointer;
}

.form_class{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #222220;
}

.form_class td{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #222220;
}