*{
	margin: 0;
	background: #f9f9f9;
	text-decoration: none; 
}

body{
	margin-bottom: 30px;	
}

#hat{
	display: block;
	background: #fff;
}

#hat span{
	display: block;
	width: 980px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0;
	font: bold 28px/30px "Calibri"; 
	color: #666;
	background: #fff;
}

#category{
	display: block;
	background: #d8d8d8;
	width: 100%;
	height: 65px;
}

#categoryCenter{
	display: block;
	width: 980px;
	height: 65px;
	margin: 0 auto;
	background: #d8d8d8;
}

#categoryCenter span{
	display: inline-block;
	margin-left: 560px;
	background: #d8d8d8;
}

#categoryCenter a{
	display: inline-block;
}

#categoryCenter img{
	display: block;
	width: 30px;
	height: 30px;
	/*background: #d8d8d8;*/
}

#name{
	display: inline-block;
	width: 350px;
	height: 25px;
	padding: 20px 0;
}

#name, #name a{
	font: 22px/24px "Calibri Light";
	color: #333;
	background: #d8d8d8;
}

#name a:hover{
	color: #f90;
}

#listCategory{
	display: block;
	width: 980px;
	margin: 0 auto;
}

#listCategory a{
	display: inline-block;
	height: 30px;
	padding: 10px 10px 10px 0px;
	font: 16px/18px "Calibri Light";
	color: #333;
	text-decoration: none;
}

#listCategory a:hover{
	text-decoration: underline;
	color: #66d0cc;
}

	/*font: 22px/24px "sans-serif";*/

#gallery_table{
	display: block;
	width: 980px;
	height: auto;
	margin: 0 auto;
}

.gallery_table_one{
	display: inline-block;
	width: 235px;
	height: 265px;
	margin-right: 7px;
	margin-top: 0px;
	color: #444;
}

.gallery_table_one a{
	color: #4c4c4c;
}

.gallery_table_one a:hover{
	color: #f90;
}

.gallery_table_one span{
	display: block;
	width: 220px;
	height: 20px;
	padding: 5px 5px 0px 10px;
	overflow: hidden;
	font: 17px/19px "Calibri";
}

.gallery_table_one span:last-child{
	font: italic 15px/17px "Calibri";
	width: 210px;
	color: #888;
	padding-right: 15px;
}

.gallery_table_one img{
	display: block;
	width: 235px;
	height: 235px;
}

.gallery_table_one:hover{
	cursor: pointer;
	color: #f90 !important;
}

.gallery_list_one{
	display: block;
	width: 980px;
	height: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px; 
	border-bottom: 1px solid #333; 
}

.gallery_list_one img{
	display: block;
	width: 280px;
	height: 280px;
	float: left;
}

.gallery_list_one span{
	display: block;
}

.gallery_list_one_name{
	display: block;
	margin-left: 300px;
	font: bold 24px/26px "Calibri";
	color: #333;
}

.gallery_list_one_name:hover{
	color: #f90;
}

.create{
	display: inline-block;
	width: 190px;
	margin-left: 10px;
	font: italic 14px/16px "Calibri";
}

.autor{
	display: inline-block;
	width: 306px;
	margin-left: 10px;
	font:  14px/16px "Calibri";
}

.number{
	display: block;
	width: 500px;
	height: 20px;
	margin-left: 290px;
	font: bold italic 16px/18px "Calibri";
}

.description{
	display: block;
	width: 670px;
	min-height: 60px;
	margin-left: 290px; 
	margin-top: 10px;
	text-indent: 30px;
	font: italic 18px/20px "Calibri"; 
}

.gallery_img{
	display: inline-block;
	width: 185px;
	height: auto;
	margin-right: 7px;
	margin-bottom: 7px;
	vertical-align: middle;
}

.gallery_img img{
	display: block;
	width: 185px;
	max-height: 185px;
	height: auto;
}

.gallery_img img:hover{
	opacity: 0.6;
	transition-property: all; 
	transition-duration: 0.4;
	transition-timing-function: ease-in-out;

	-moz-transition-property: all; 
	-moz-transition-duration: 0.4s;
	-moz-transition-timing-function: ease-in-out;
	
	-o-transition-property: all; 
	-o-transition-duration: 0.4s;
	-o-transition-timing-function: ease-in-out;
	
	-webkit-transition-property: all; 
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in-out;
}

.name{
	display: block;
	width: 980px;
	height: 30px;
	margin-bottom: 10px; 
	font: 22px/24px "Calibri Light";
	text-indent: 10px;
	border-bottom: 1px solid #ddd;
}

.images{
	display: block;
	max-width: 500px;
	max-height: 400px;
}

.descriptionPhoto{
	display: block;
	width: 500px;
	font: 14px "sans-serif";
	color: #444;
	text-indent: 30px;
	padding-top: 5px; 
	background: #fff;
}

.next-back{
	display: block;
	height: 20px;
	padding: 10px 5px;
	text-align: center;
}

.next-back a{
	font-size: 10pt;
	color: #333; 
}

