/********************* CSS reset ***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************** layout ***************/

.hidden {display: none;}

#container {width: 1000px; position: relative;}

#eternalContact {
	position: absolute; 
	top: 9px;
	left: 876px;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 9px;
	z-index: 9999;
}

#mainContent {
	float: left;
	width: 260px;
	padding: 400px 27px 0px 22px;
	position: relative;
}

/* divs for the sections */

.first,
.second,
.third {
	width: 673px;
	height: 40px;
	padding: 178px 0px 0px 9px;
	position: absolute;
	left: 310px;
	cursor: pointer;
}

.first {top: 26px;}

.second {top: 244px;}

.third {top: 462px;}

.test {border: 3px solid yellow;}

#beautyGallery, 
#commGallery,
#editGallery {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 992px;
	height: 218px;
	margin: 0px;
	padding-top: 26px;
	background-color: #fff;
	display: none;
}

/* Beauty section and gallery */

#beautyDiv {
	background: url(../images/beauty-pic.jpg) 0px 0px no-repeat;
}

#beautyGallery {
	background: url(../images/beauty.gif) 10px 5px no-repeat;	
}

/* Communications section and gallery */

#commDiv {
	background: url(../images/commercial-pic.jpg) 0px 0px no-repeat;
}

#commGallery {
	background: url(../images/commercial.gif) 10px 5px no-repeat;	
}

/* Editorial section and gallery */

#editorialDiv {
	background: url(../images/editorial-pic.jpg) 0px 0px no-repeat;
}

#editGallery {
	background: url(../images/editorial.gif) 10px 5px no-repeat;	
}


/**************** typography ***************/

#eternalContact a {color: #09c; text-decoration: underline; z-index: 9999;}

#mainContent h1 {
	width: 201px;
	height: 125px;
	text-indent: -9999em;
	background: url(../images/logo.gif) 0px 0px no-repeat;	
	position: absolute;
	top: 290px;
	left: 54px;
}

#mainContent h2 {
	width: 23px;
	height: 13px;
   margin-bottom: 14px;
	text-indent: -9999em;
	background: url(../images/bio.gif) top left no-repeat;
}

#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #09c;
	margin: 0px 0px 13px 0px;
}

#mainContent a {color: #09c;}

/************ stylez for gallery ****************/

    #beautyContent-slider,
	 #commContent-slider,
	 #editContent-slider,
	 #content-slider {
      width: 967px;
      height: 16px;
      margin: 0px;
      background: #bbb;
      position: relative;
		border-right: 25px solid #bbb;
    }

    .ui-slider-handle {
      width: 25px;
      height: 16px;
      position: absolute;
      top: 0px;
      background: url(../images/sliderButton.gif) 0px 0px no-repeat;
    }

	.ui-slider-handle a {
		outline: none;
}

#beautyContent-scroll,
#commContent-scroll,
#editContent-scroll,
	#content-scroll {
      width: 992px;
      height: 220px;
      margin-bottom: 0px;
      overflow: auto;
    }

    #beautyContent-holder,
	 #commContent-holder,
	 #editContent-holder,
	 #content-holder {
      height: 205px;
	  width: 2000px;
    }

    .content-item {
      width: 211px;
      height: 205px;
      padding: 0px;
      float: left;
	  display: inline;
	  clear: none;
  }