#imagedetail.loading {
	background:transparent url(loading.gif) no-repeat scroll 50% 50%;
	height:510px;
}
.gallery-list {	padding:0px;
	margin:0px;}

.gallery-list li{	list-style:none;
	float:left;
	text-align:center;
	width:199px;
	height:200px;
}

.gallerytitle {	font-size:18px;
	margin-right:20px;}

.galleryitem {
	display:inline;
	float:left;
	height:125px;
	text-align:center;
	width:125px;
}

.galleryitem img {	border:2px solid;}

.galleryitem img:hover {	cursor: pointer;
	cursor: hand;}

.gal-link:hover {	text-decoration:none;}

.gal-link img:hover {
	border-color:#cccccc;
}

#imagedetail {
	/*float:right;*/
	min-height:510px;
	text-align:center;
	width:600px;
	height:100%;
}

#imagedetail img {	border:4px solid;}

#imagedetail img:hover {
	cursor: pointer;
	cursor: hand;
}

.navimage a{	color:#cccccc;}

.navimage a:hover {
	color:#6c3800;
}

.navimage{	margin-bottom:20px;}

.photo-list li{
	list-style:none;
	float:left;
	text-align:center;
	width:186px;
	height:200px;
}

a.buy-button{
    display: block;
    background: url("img/button2.png") no-repeat -3px -2px;
    float:right;
    cursor: pointer;
    cursor: hand;
    height:32px;
	width:120px;
	text-indent:-9999em;
	text-decoration:none;
}
a.buy-button:hover{/*Hover - это состояние ссылки, когда на неё наведён курсор*/
    background: url("img/button2.png") no-repeat -3px -42px;
}
a.buy-button:active{/*Состояния, когда кнопка нажата*/
    background: url("img/button2.png") no-repeat -3px -82px;
}