#container { width:800px; margin:0px auto 0px; padding:10px; font-size:12px; }
#container h1 { font-size:24px; color:#FFFFFF; font-weight:normal; text-align:center; background:#333333; padding:10px; cursor:auto; }
#container p { text-align:justify;  margin:0px; cursor:auto; }
#container p ol, #container p ul { margin:0px auto 0px; cursor:auto; }
#container p.notes { color:#999999; font-size:10px;  cursor:auto;}

/* thumbnail slider begin */

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

#thumbs a {
	padding:0px;
	margin:0px;
	cursor:auto;
}
#thumbs a img{ border:0px #333333 solid;  cursor:auto; }

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:75px; height:46px; top:47px; right:-90px; background:url(../images/right_arrow.jpg) no-repeat;) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:75px; height:46px; top:47px; left:-50px; background:url(../images/left_arrow.jpg) no-repeat;}
/* thumbnail slider end */
