@CHARSET "UTF-8";

.gallery-close{
	float: right;	
}
.gallery-window {
	/*width:740px; height:320px*/
}
#gallery{
	/*float: left;*/
	/*z-index:1200*/
	width:100%;
	/*height:450px;*/
	background-color:#f0f0f0;
	text-align:center
}
#main_img{
	width:590px;
	margin:10px auto;
	/*
	float: left;
	width: 405px;
	*/
	/*height: 260px;
	margin-right: 5px;
	*/
	
}
#main_img img { width:590px; height:295px /*width:405px; height:260px*/ }

#gallery_thumbs{
	/*
	float: right;
	width: 300px;
	z-index:1200
	*/
}	
div.gallery_header{
	/*float: left;*/
	/*width: 267px;	*/
	/*
	font-size: 12px;
	font-family: Verdana;
	color: #505050;
	font-weight:bold;
	padding-left: 5px;
	margin-bottom: 10px
	*/
}

.thumbs-list{
	width:590px;
	margin:0px auto;
	/*
	width:300px;
	height:200px;
	*/
}
.thumb{
	
	float: left;
	width: 190px;
	height: 95px;
	margin-right:10px
}
.thumb-last { margin:0 }
.thumb-img { /*width:140px; height:90px*/width: 190px; height: 95px; }

img{
	border: 0px none;
}

div.pagination{
	
	margin-top:10px;
	text-align:center;
		
}
div.arrow{
	/*float: left;
	width: 145px;*/
	margin:0px auto;
	text-align:center;
	display:inline;
	font-size:0px;
}
img.arrowL{
	/*float: right;*/
	margin-right: 5px;
}
img.arrowR{
	/*float: left;*/
	margin-left: 5px;
}


