/*
*{
	margin: 0;
	padding: 0;
}
body{
	height:1000px;
}
*/

#WfBoxAlignCenter{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}
/*#WfBoxAlignCenterToLeft{
  position: relative;
  right: 50%;
  float: right;
}*/
/*#WfBoxAlignCenter:after{
	content: '';
	display: block;
	clear: both;
}*/
#wfBox{
  position: relative;
  z-index: 1;
/*  right: -50%; */
  margin: auto;
  width:  200px;
  top:  150px;
  color: #fff;
  display: none;
  z-index: 2;
  background: #5E2B0E;
/*  background: url(images/border_1.gif) 0 0 repeat; */ 
  padding: 3px 0;*/
}
#wfBoxSideBorders{
/*  background: url(images/border_2.gif) 0 0 repeat; */
}
#wfBoxBorders {
	padding-bottom: 4px;
/*	background: #E6AB6C url(images/bg.jpg) 100% 0 repeat; */
	background: #E6AB6C; 
	zoom:1; 
}
.horisontalBorders{
/*  background: url(images/border_1.gif) 0 0 repeat-x; */
  height: 3px;
  font-size: 0;
  line-height: 0;
}
#wfBox a{
	color: #fff;
}
#wfBoxMainImage {
	display:    block;
	border: 0;
}
#wfBoxPreloadContainer {
	top: 0;
	left: 0;
	position: absolute;
	visibility: hidden;
	z-index: 0;
}
#wrapWfBox{
	position: absolute;
	top:0;
	left:0;
	display: none;
	zoom:1;
  	z-index: 1000;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity='50');
}
#wfBoxCaption{
/*	background: url(images/bg_2.jpg) 100% 0 repeat-x; */
	padding: 4px 14px 0 0;
  height: 32px;
	font: bold 10px Tahoma, sans-serif;
	color: #000;
  text-align: right;
}
#controlWfBoxArrows{
  width: 55px;
  float: right;
  padding-left: 15px;
  padding: 4px 0 0 0;
}
#wfBoxCaption a{
	outline: none;
}
#wfBoxNumberOfImage{
  padding: 8px 0 0 16px;
  float: left;
  font-weight: bold;
  font-size: 10px;
  color: #000;
}
#wfBoxCaption a img{
	border: 0;
	vertical-align: top;
}
#prevWfBoxLink{
  float: left;
}
#nextWfBoxLink{
  float: right;
}
#closeLink{
	float: right;
  display: inline;
  margin: 4px 14px 0 5px;
  
}
#wfBoxMainImageWrap{
	background: #F9D9A8;
	margin: 0 16px;
	zoom:1;
}
#wfBoxLoading{
  color: #DBA163;
  font: bold 11px Tahoma, sans-serif;
  position: absolute;
  display: none;
  left: 20px;
}
.clear{
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
