

/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {  height:35px; _height:28px; margin:10px auto 0 auto; padding:7px 0px 0px; display:block; position:relative; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ;  height:35px ; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }


#thumbs img{ width: 44px; height: 33px; cursor: pointer; padding: 2px; }


/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:18px; height:18px; top:16px; right:0px; background:url(../images/nextphoto.gif) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:18px; height:18px; top:16px; left:0px; background:url(../images/previousphoto.gif) no-repeat;  }
/* thumbnail slider end */

.addfwd.disabled {
  background:url(../images/nextphoto_disabled.gif) no-repeat;
}
.addbkwd.disabled {
 background:url(../images/previousphoto_disabled.gif) no-repeat;
}

.main-image {margin:0 auto; border:0; display: block; }

#photos-wrapper {
	border:0;
}


.display_mode_0 #gallery_container {}
.display_mode_0 #thumb_container {}
.display_mode_0 .main-image { width: 266px; height: 200px }

.display_mode_0 {
	position: static;
	width: 300px;
}

.display_mode_1 #gallery_container {}
.display_mode_1 #thumb_container {}
.display_mode_1 .main-image { width: 664px; height: 498px }
.display_mode_1  {
	position:absolute;
	top: 100px;
	width: 670px;
	z-index:10000000 !important;
	overflow:visible !important;
	visibility:visible !important;
}

.offer-photos {
	width: 300px;
	margin-top: 10px;
}
