/*The below properties are added for Full Screen code START*/
.fullscreen_open_fs {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 20px;
    padding: 2px 0 0 0;
	z-index	: 99;
	background-color : #000000;
}

.fullscreen_close_fs {
    position: absolute;
    top: 18px;
    right: 7px;
    width: 165px;
    height: 20px;
	z-index	: 101;
	font-family: Arial;
    font-size: 9px;
	padding: 0px;
    overflow:hidden
}

.fullscreen_close_fs_img{
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 3px 0 0 3px;
    width: 18px;
	background-color: #000000;
}

.normalImage {
	width: 645px;
    height: 480px;
    position: relative;
}

.fullImage {
	top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:black;
    position: relative;
}

.prevbtn_fs {
	
    position: absolute;
/*    top: 220px; */
    left: 0px;
    width: 60px;
    height: 80px;
	z-index	: 99;
	display: block;
}

.nextbtn_fs {
	
    position: absolute;
    /*top: 220px;*/
    right: 0px;
    width: 60px;
    height: 80px;
	z-index	: 99;
	display: block;
}

.headerbanner_pop {
	position: absolute;
	top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color : #6F6F6D;
    filter: alpha(opacity=50);
    opacity: 0.2;
  	z-index	: 100;
}

.footerbannerpop_fs {
	position: absolute;
	top: 800px;
    left: 0px;
    width: 100%;
    height: 80px;
    background-color : #6F6F6D;
    filter: alpha(opacity=50);
    opacity: 0.2;
  	z-index	: 100;
}

#damage_details_fs {
	position: absolute;
	top: 800px;
    left: 0px;
    width: 100%;
    height: 80px;
  	z-index	: 100;
}

#thumbSectionId_pop_fs {
	position: absolute;
	top: 800px;
    left: 0px;
    width: 100%;
    height: 80px;
  	z-index	: 100;
}

.thumbnailTotal_pop_fs{
      /*border: 1px solid black;*/  
	  width: 642px; /*little large than main image so that fwd/bkd buttons will be aligned with image*/
	  /*height: 62px;*/
	  margin-left: 2px; /*margin of total slide bar including prev/next buttons */
	  z-index	: 101;
}


#gallery-thumbnails_pop_fs {
  margin:0px 0px 0px 0px;
  position: relative;
  z-index	: 101;
  /*border:1px solid blue;  remove latter*/
}

/*----- Thumb Container excluding next, previous buttins. It conatisn only visible thumbs-----*/
/* Outer div2 - excludes fwd/bkd buttons*/
.gallery-thumbs_pop_fs {
  background-color: transparent;
  font-size: 0;  
  overflow: hidden;
  padding: 0;
  position: relative;
  width:581px; /* This is the slider width. if less then white space is shown.  595 is for 64 width with 1px borders*/
   /*border:1px solid green; remove latter*/ 
}

/*----- Thumb Container excluding next, previous buttins -----*/
/*----- Individual Thumb -----*/
.gallery-thumbs_pop_fs a {
  display:block;
  float: left;
  position: relative;
  padding: 0px 0px 0px 0px; /* UI-  for thumbnail space- keep all '0'*/
}

/*thumbnail css*/
.gallery-thumbs_pop_fs a img {
   border:1px solid #cdcdcd; /* UI-  for thumbnail space -  keep  border:1px solid #cdcdcd;*/
   height:60px;
   margin:0 2px 0 2px; /* UI-  for thumbnail space- remove it */
   width:77px; /* 64 (expected)- 2(border)*/
   background-color: #F3F3F3;
   
}
/*----- Individual Thumb -----*/

/*rounded thumbnail for hovered image*/
.gallery-thumbs_pop_fs a img:hover  {
  border: 1px solid #006699;
}

/*rounded thumbnail for selected image*/
.gallery-thumbs_pop_fs a.selected-imagefs img {
  border: 1px solid #006699;
}

/*----- Container for all images-----*/
/* Outer div3 - excludes fwd/bkd buttons*/
#thumbnail-slider_pop_fs {
  position:relative;
  /*border:1px solid green;  remove latter*/
}

.zoom-icon_fs {
  display: none;
  left: 0;
  position: absolute;
  padding: 0px 0px 0px 0px;
  top: 0;
}

.zoom-icon_fs img {
  filter: alpha(opacity=50);
  opacity: 0.3;
}

.smallblackarea_fs {
		display: inline-block;
		position: absolute;
		left: 0px;
		text-align:left;
		width:630px;
		font-family: Arial;
		font-size: 13px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		color: #FFFFFF;	
		top: 15px;
}

img.scroll-arrow_pop_fs {
  cursor: pointer; /*for hand pointer*/
  height: 62px;
}

.fullScreenDmgPopup {
	transform: translate(0px, -2px) scale(1.47);
}

/*The below properties are added for Full Screen code END*/