
/* thumbnail slider begin */

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

#thumbs a { padding:0px; margin-left:20px; margin-right:20px; }
#thumbs a img{ border:none; }


.offer {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
}

/* the forward and backward buttons */
.addfwd{
	position:absolute;
	right:-22px;
	top:35px;
	width:12px;
	height:19px;
	display:block;
	background-image:url(../images/right_arr_red.jpg);
	cursor:pointer;
	}

.addfwd:hover {background:url(../images/right_arr_red_h.jpg) no-repeat; }

.addbkwd{
	position:absolute;
	left:-25px;
	top:35px;
	width:12px;
	height:19px;
	display:block;
	background-image:url(../images/left_arr_red.jpg);
	cursor:pointer;	
}
.addbkwd:hover { background:url(../images/left_arr_red_h.jpg) no-repeat;  }

/* thumbnail slider end */

/* the forward and backward buttons 
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; right:0px; background:url(../images/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; left:0px; background:url(../images/gallery_back.jpg) no-repeat;  }
thumbnail slider end */

/* banner rotator */
#banners_container { display:block; position:relative; width:557px; height:140px; margin:0px auto 0px; border:1px #CCCCCC solid; }
#banner_container { position:relative ; overflow:hidden ; width:557px ; height:134px ; margin:0px auto 0px;  }
#banners { white-space:nowrap; display:block; position:relative; }
#banners a img { border:none; }
