﻿.photo_gallery
{
	background: #ededed url('../img/gallery_top.png') no-repeat scroll center top;
	width: 335px;
	padding-top: 10px;
	overflow:hidden;
}

.photo_gallery_mini
{
	background: #ededed url('../img/gallery_top_mini.png') no-repeat scroll center top;
	width: 250px;
	padding-top: 10px;
	overflow:hidden;
}

.photo_gallery a, .photo_gallery a:visited, .photo_gallery_mini a, .photo_gallery_mini a:visited
{
	color: #0b7bb9;
	font-weight:bold;
	text-decoration: none;
}

.photo_gallery_navigator
{
	width: 315px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.photo_gallery_navigator_mini
{
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.photo_gallery_navigator_left
{
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	width: 65px;
	text-align:right;
}

.photo_gallery_navigator_right
{
	margin-left: 10px;
	margin-top: 5px;
	float:right;
	width: 65px;
	text-align:left;
}

.photo_gallery_navigator_numeracja
{
	width: 165px;
	text-align: center;
	float:left;
}

.photo_gallery_navigator_left_mini
{
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	width: 45px;
	text-align:right;
}

.photo_gallery_navigator_right_mini
{
	margin-left: 10px;
	margin-top: 5px;
	float:right;
	width: 45px;
	text-align:left;
}

.photo_gallery_navigator_numeracja_mini
{
	width: 120px;
	text-align: center;
	float:left;
}


.photo_gallery_photo
{
	width:315px;
	margin: 0 10px 10px 10px;
	text-align: center;
}

.photo_gallery_photo_mini
{
	width:230px;
	margin: 0 10px 10px 10px;
	text-align: center;
}

.photo_gallery_bottom
{
	width: 335px;
	height:10px;
	background: #ededed url('../img/gallery_bottom.png') no-repeat scroll center bottom;
}

.photo_gallery_bottom_mini
{
	width: 250px;
	height:10px;
	background: #ededed url('../img/gallery_bottom_mini.png') no-repeat scroll center bottom;
}

.curve_top
{
	background: transparent url('../img/gallery_curve_top.png') no-repeat scroll center top;
	height: 100%;
	width: 315px;
}

.curve_bottom
{
	background: transparent url('../img/gallery_curve_bottom.png') no-repeat scroll center bottom;
	height: 100%;
	width: 315px;
}

.curve_top_mini
{
	background: transparent url('../img/gallery_curve_top_mini.png') no-repeat scroll center top;
	height: 100%;
	width: 230px;
}

.curve_bottom_mini
{
	background: transparent url('../img/gallery_curve_bottom_mini.png') no-repeat scroll left bottom;
	height: 100%;
	width: 230px;
}

.gallery_zoom
{
	width: 315px;
}

.gallery_zoom_mini
{
	width: 230px;
}


