
#container { 
	width:880px; margin:0px auto 0px; 
	/*background:#FFFFFF; */
	padding:10px; font-size:12px; 
}
#container h1 { font-size:24px; color:#FFFFFF; font-weight:normal; text-align:center; background:#333333; padding:10px; }
#container p { text-align:justify; padding:5px 10px 5px; margin:0px; }
#container p ol, #container p ul { margin:0px auto 0px; }
#container p.notes { color:#999999; font-size:10px; }



/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {
width:880px; 
height:150px ; 
margin:10px auto 0px; 
/*background:#EBE2E5 ; */
display:block; 
position:relative;
margin-top:-2px;
margin-left:6px;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative; overflow:hidden ;  width:880px ; height:125px ; margin:0px auto 0px; }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0px 5px 0px 10px; margin:0px 0px 0px 0px; }
#thumbs a img{ border:0px #eeb030 solid; }




/* the forward and backward buttons */
.addfwd  { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:10px; right:0px; background:url(../images/gallery_fwd.png) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:10px; left:0px;  background:url(../images/gallery_back.png) no-repeat;  }
/* thumbnail slider end */

*+html #thumbs a { /*IE 7*/
padding:0px 15px 0px 0px;
}


*+html #thumb_container { /*IE 7*/
width:880px;
overflow: hidden;
margin-left:30px;
}
