@charset "utf-8";
/* CSS Document */

body{padding:10px 0px; margin:0px; background:url(../images/body-bg.jpg) repeat-x top; color:#7d7c7c; font-family:Arial, Helvetica, sans-serif; font-size:11px;}

.menu{background:url(../images/menu-bg.jpg) repeat-x; height:38px;}
.menu ul{padding:0px; margin:0px; background:url(../images/menu-right.jpg) no-repeat right center; height:38px; list-style:none;}

.indexgallery{background:#f3f3f3; border-left:1px solid #dedede; border-right:1px solid #dedede; padding-bottom:5px;}
h1{padding:0px; margin:0px; font-size:18px; font-weight:normal; padding-bottom:5px; color:#222222;}

.gallery{background:url(../images/gallery-bg.jpg) no-repeat; width:975px; height:548px;}
h2{padding:5px 0px; color:#000000; margin:0px;}

.glamour{background:url(../images/glamour-bg.jpg) no-repeat; width:975px; height:548px;}
.headshot{background:url(../images/headshot-bg.jpg) no-repeat; width:975px; height:548px;}

.life{background:url(../images/life-bg.jpg) no-repeat; width:975px; height:548px;}
.contact{background:url(../images/contact-bg.jpg) no-repeat; width:975px; height:548px;}
.bio{background:url(../images/bio-bg.jpg) no-repeat; width:975px; height:548px; padding-right:15px;}
.headshorts{background:url(../images/headshot-bg.jpg) no-repeat; width:975px; height:548px; padding-right:15px;}
.biocontent{background:url(../images/bio-bg.png) repeat; border-left:1px solid #f6dadb; border-right:1px solid #f6dadb; padding:5px 15px; color:#c28486; line-height:18px;}

.contact a{text-decoration:underline; color:#af6769;}
.contact a:hover{text-decoration:none;}

.Container {
  position: absolute;

  width: 424px;
  height: 350px;
 
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 370px;
  height: 380px;
}
#Scroller-1 p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height:18px;
}
.Scroller-Container {
  position: absolute;

}
#Scrollbar-Container {
  position: absolute;
  margin-left:365px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 30px; height: 380px;
  position: absolute;
  top: 5px; left: 4px;
  background:url(../images/scrollbar_track.gif) no-repeat top center;

}
.Scrollbar-Handle {
	position: absolute;
	width: 30px;
	height: 61px;
	background-image: url(scroll);
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
}
