@charset "utf-8";
/*
********************************
Created by Dzmitry Isakau
www.contrasso.com
********************************
*/

.pg_box{background-color:#DDD; margin-bottom:30px;}

.cls{clear:both;}
.cls img{width:0px; height:0px;}
.pg_barT img{width:3px; height:3px;}
.pg_barM img{width:12px; height:12px;}
.pg_barB img{width:6px; height:6px;}

.pg_tl{background-image:url(img/pg_boxTL.gif); float:left;}
.pg_tl, .pg_tl img{width:5px; height:5px;}

.pg_tr{background-image:url(img/pg_boxTR.gif); float:right;}
.pg_tr, .pg_tr img{width:5px; height:5px;}

.pg_bl{background-image:url(img/pg_boxBL.gif); float:left;}
.pg_bl, .pg_bl img{width:5px; height:5px;}

.pg_br{background-image:url(img/pg_boxBR.gif); float:right;}
.pg_br, .pg_br img{width:5px; height:5px;}

.pg_photo{
	margin-left:7px;
	width:509px;
	height:340px;
	float:left;
	position:relative;
	background-image:url(img/pg_loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	border:2px solid #0090ff;
}
.pg_thumbs{padding:0px 1px 0px 0px; width:163px; height:340px; float:right;}
.pg_th0, .pg_th1{float:left; width:70px; height:47px; margin:0px 6px 6px 0px; cursor:pointer;}
.pg_th0{border:2px solid #999;}
.pg_th1{border:2px solid #0090ff;}

.pg_title{font-size:14px; font-weight:bold; color:#333; padding:0px 7px 2px 7px;}
.pg_text{font-size:12px; color:#333; padding:0px 7px 0px 7px;}

.pg_arrL, .pg_arrR{position:absolute; cursor:pointer; width:20px; height:27px; background-repeat:no-repeat;}
.pg_arrL{left:0px; background-image:url(img/pg_barrL.png);}
.pg_arrR{right:0px; background-image:url(img/pg_barrR.png);}
.pg_arrL:hover{background-image:url(img/pg_barrLon.png);}
.pg_arrR:hover{background-image:url(img/pg_barrRon.png);}

.pg_cats{margin-left:7px;}
.pg_cats_on, .pg_cats_off{font-size:12px; font-weight:bold; margin-right:1px; float:left;}
.pg_cats_pad{padding:7px 10px 6px 10px;}
.pg_cats_on{color:#FFF;}
.pg_cats_off{color:#333;}
.pg_cats_off a{text-decoration:none; color:#333;}
.pg_cats_off:hover{background-color:#FFF;}

.pg_cats_on, .pg_tabs_on{background-color:#0090ff;}
.pg_cats_off, .pg_tabs_off{background-color:#f3f3f3;}

.pg_tabs_off, .pg_tabs_on{height:2px;}
.pg_tabL{width:2px; height:2px; background-image:url(img/pg_tabL.gif); float:left;}
.pg_tabR{width:2px; height:2px; background-image:url(img/pg_tabR.gif); float:right;}


