/* CSS Document */

.pgall-box {
	width: 605px;
	height: 300px;
	background-color: #c3d1ee;
	position: relative;	
	overflow:hidden;
}

#pgall-photo {
	width: 400px;
	/*height: 300px;*/
	position: absolute;
	top: 0;
	left: 0;
}

#pgall-images-box {
	position: absolute;
	top: 10px;
	left: 414px; 
	width: 177px;
	height: 208px; 
	background-color: #dae3f4;
	overflow: hidden;
}

.p5 {
	padding: 7px 0 0 7px;
	
}

.pgall-img {
	background:#fff;
	float: left;
	width: 72px;
	height: 54px;
	border: 3px solid #ADBCD7;
	margin: 0 7px 7px 0; 
	overflow:hidden;
}
.pgall-img:hover{
  border: 3px solid #42669E;
}
.pgall-images-page {
	position: absolute;
	top: 192px;
	left: 549px;
	width: 42px;
	height: 26px;
	padding:10px;
	background-color: #c3d1ee;
}

.pgall-logo-box {
	position: absolute;
	top: 228px;
	left: 414px; 
	width: 175px;
	height: 60px;
	padding:3px;
	border: 1px solid #dae3f4;
}
.pgall-logo-box-img{
  width:80px;
  height:60px;
  overflow:hidden;
  float:left;
}
.pgall-logo-box-title{
 float:left; 
 margin-left:15px;
 width: 80px;
}
.pgall-logo-box-title a{
  color:white;
}
#zoom{
  position:absolute;
  z-index:999;
  padding-left:23px;
  background:url(../images/zoom-2.png) transparent center left no-repeat;
  top:275px;
  left:5px;
  line-height:22px;
  width:105px;
  height:22px;
  display:inline-block;
}

#scrol_left,#scrol_right{
  background:url(../images/gal_rows.png) transparent no-repeat ;
  width:15px;
  height:15px;
  display:block;
  margin-right:3px;
  float:left;
  text-decoration:none;
}
#scrol_left{
  background-position:0px 0px
}
#scrol_right{
  background-position:0px -47px
}
#gall_slider{
  width:10000px;
  position:relative;
  left:0px;
}
