/*--------------------------------------------------------------*/
/*  Раздел                                                      */
/*--------------------------------------------------------------*/

.photos_category_slideshow
{
	cursor: pointer;
}

.photos_category_important_slideshow
{
	cursor: pointer;
}

.photos_category_slideshow_title
{
	font-family: tahoma;
	font-size: 13px;
}

.photos_category_important_slideshow_title
{
	font-family: tahoma;
	font-size: 15px;
}

/*--------------------------------------------------------------*/
/*  Кнопки                                                      */
/*--------------------------------------------------------------*/

.photos_album_previous_sheet
{
	padding: 0px 40px 0px 40px;
}

.photos_album_next_sheet
{
	padding: 0px 80px 0px 40px;
}

.photos_album_previous_page
{
	padding: 0px 10px 0px 00px;
}

.photos_album_next_page
{
	padding: 0px 00px 0px 10px;
}

.photos_album_previous_sheet_button_container
{
	width: 22px;
	height: 43px;
	cursor: pointer;
	background: url(/blocks/public/primary/photos/main/album/viewer/images/previous_sheet.gif);
}

.photos_album_next_sheet_button_container
{
	width: 22px;
	height: 43px;
	cursor: pointer;
	background: url(/blocks/public/primary/photos/main/album/viewer/images/next_sheet.gif);
}

.photos_album_previous_page_button_container
{
	width: 19px;
	height: 15px;
	cursor: pointer;
	background: url(/blocks/public/primary/photos/main/album/viewer/images/previous_page.gif);
}

.photos_album_next_page_button_container
{
	width: 19px;
	height: 15px;
	cursor: pointer;
	background: url(/blocks/public/primary/photos/main/album/viewer/images/next_page.gif);
}

.photos_album_previous_sheet_button_hover
{
	display: none;
	width: 22px;
	height: 43px;
	cursor: pointer;
	background: url(/blocks/public/primary/photos/main/album/viewer/images/previous_sheet_hover.gif);
}

.photos_album_next_sheet_button_hover
{
	display: none;
	width: 22px;
	height: 43px;
	cursor: pointer;
	background: url(/blocks/public/primary/photos/main/album/viewer/images/next_sheet_hover.gif);
}

.photos_album_previous_page_button_hover
{
	display: none;
	width: 19px;
	height: 15px;
	cursor: pointer;
	background: url(/blocks/public/primary/photos/main/album/viewer/images/previous_page_hover.gif);
}

.photos_album_next_page_button_hover
{
	display: none;
	width: 19px;
	height: 15px;
	cursor: pointer;
	background: url(/blocks/public/primary/photos/main/album/viewer/images/next_page_hover.gif);
}

/*--------------------------------------------------------------*/
/*  Фотография                                                  */
/*--------------------------------------------------------------*/

.photos_album_photo
{
	cursor: pointer;
	position: relative;
}

.photos_album_photo_cap
{
	background: url(/resources/images/transparent.gif);
	position: relative;
	cursor: pointer;
}

/*--------------------------------------------------------------*/
/*  Превьюхи альбома                                            */
/*--------------------------------------------------------------*/

.photos_album_preview_not_exists
{
	background: url(/blocks/public/primary/photos/main/album/viewer/images/preview_not_exists.gif);
}

.photos_album_preview_unselected_container
{
	width: 125px;
	height: 125px;
	background: url(/blocks/public/primary/photos/main/album/viewer/images/preview_unselected.gif);
}


.photos_album_preview_selected_container
{
	width: 125px;
	height: 125px;
	background: url(/blocks/public/primary/photos/main/album/viewer/images/preview_selected.gif);
}

.photos_album_preview_hover
{
	background: url(/blocks/public/primary/photos/main/album/viewer/images/preview_hover.gif);
	width: 125px;
	height: 125px;
	cursor: pointer;
	visibility: hidden;
}

.photos_album_preview_unselected
{
	width: 125px;
	height: 125px;
	position: relative;
	top: -125px;
	cursor: pointer;
}

.photos_album_preview_selected
{
	width: 125px;
	height: 125px;
}

/*--------------------------------------------------------------*/
/*  Страницы                                                    */
/*--------------------------------------------------------------*/

.photos_album_unselected_page
{
	background: #525252;
	color: #ddd;
	font-weight: bold;
	cursor: pointer;
}

.photos_album_selected_page
{
	background: #ffcc02;
	color: black;
	font-weight: bold;
}