/********** BUTTONS ******************/
.largeImage_prev {
	color:#000;
	position:absolute;
	left:20px;
	top:91%;
	width:30px;
	height:30px;
	text-align:center;
	background:#fff;
/* 	display:none; */
	cursor:pointer;
	z-index:999;
	background:url(/templates/arbat-personal/images/photogallery/btn_arrow_prev.gif) no-repeat;
}
.largeImage_prev span, .largeImage_next span { visibility:hidden; }
.largeImage_next {
	color:#000;
	position:absolute;
	right:20px;
	top:91%;
	width:30px;
	height:30px;
	text-align:center;
/* 	display:none; */
	cursor:pointer;
	z-index:999;
	background:url(/templates/arbat-personal/images/photogallery/btn_arrow_next.gif) no-repeat;
}
/********** END BUTTONS ******************/

/********** LARGE IMAGE SECTION ******************/
#Gallery, #flickrTest {
	background: #f8f6f1;
	width:550px;
	margin: 0 auto;
}
.largeImageWrap {
	position:relative;
	z-index:100;
	background:url(/templates/arbat-personal/images/photogallery/ajax-loader.gif) center center no-repeat;
	padding: 20px;
}
.caption {
	color: black;
	text-align:center;
	font-size:18px;
	min-height:35px;
	font-style: italic;
	clear:left;
	margin:15px 100px;
}
.largeImage {
	position:relative;
	text-align:center;
}
/********** END LARGE IMAGE SECTION ******************/

/********** THUMBNAILS AND SLIDER ******************/
.thumbs img, .galleryUL img {
	width:100px;
	cursor:pointer;
	height:100px;
	opacity:.7;
	filter:alpha(opacity=70);
	border:0px;
}
.thumbs, .galleryUL { top:0px; left:0px; }
.sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 170px;
/* 	width: 570px; */
/* 	width: 90%; */
	width: 450px;
	z-index: 999;
	margin: 20px auto 0px auto;
	text-align: center;
} 
.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.sliderGallery UL LI {
	display: inline;
}
.sliderContainer {
	width:450px;
	margin:0 auto;
}
.slider {
	width: 450px;
	height: 17px;
	margin-top: 125px;
	padding: 1px;
	position: relative;
	background: url(/templates/arbat-personal/images/photogallery/productbrowser_scrollbar.gif) no-repeat;
	float:left;
	display:inline;
}     
.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(/templates/arbat-personal/images/photogallery/productbrowser_scroller.gif) no-repeat;
	z-index: 100;
}    
.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}
/********** END THUMBNAILS AND SLIDER ******************/





.photoset_item {
	float: left;
	width: 170px;
	background: url(/templates/arbat-personal/images/photogallery/bg_photoset.gif) no-repeat;
	margin: 20px;
}
.photoset_item img {
	margin-top: 15px;
	margin-left: 11px;
	border: solid 1px #d5b75b;
}
.photoset_item p {
	margin-top: 20px;
	color: black;
	font-style: italic;
	text-align: center;
}
.clear_float {
	clear: both;
	visibility: hidden;
}
