#slideSectionTitle {
	position: absolute;
	margin-top: 8px;
	margin-left: 70px;
	z-index: 20;
}

#headerProfileLink {
	display: block;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	width: 158px;
	height: 17px;
	position: relative;
	top: -3px;
	padding: 3px 0 0 17px;
}

#slideNumberNav {
	position: absolute;
	margin-top: 15px;
	margin-left: 250px;
}

#slideNumberNav a {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	text-align: center;
	margin: 0 4px 0 0;
	padding: 3px 0 0 0;
	line-height: 1.0em;
}

#slideNumberNav a:hover, #slideNumberNav a.selected {
	color: #fff;
}

#slideThumb1:hover, #slideThumb1.selected {
	background: #7bab47;
}

#slideThumb2:hover, #slideThumb2.selected {
	background: #f98842;
}

#slideThumb3:hover, #slideThumb3.selected {
	background: #666;
}

#slideThumb4:hover, #slideThumb4.selected {
	background: #7eadcb;
}

#social {
	display: block;
	height:20px;
	top:auto;
	right:auto; 
	margin:0;
	text-align:right;
	width: 330px;
	float: left;
	margin-left: 607px;
	margin-top: 5px;
}

.fb_like {
	float: left;
	width: 150px;
}

#social .buttons a {
	padding-left: 5px;
}


#slideBox {
	margin: 36px auto 0 38px;
	width: 895px;
	height: 760px;
	overflow: auto;
	background: url(/images/jaclyn_smith/slideBox_bottom.jpg) no-repeat bottom left;
}

#leftGravy[id] {
	position: absolute;
	width: 70px;
	height: 754px;
	background: url(/images/jaclyn_smith/fade_left.png) no-repeat top left;
	z-index: 19;
}

#rightGravy[id] {
	position: absolute;
	width: 82px;
	height: 754px;
	right: 47px;
	background: url(/images/jaclyn_smith/fade_right.png) no-repeat top right;
	z-index: 19;
}

#slider {
	width: 3600px;
	position: relative;
}

.slide {
	float: left;
	display: inline;
}

#slideLeft, #slideRight {
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 25;
	margin-top: 320px;
}

#slideLeft {
	background: url(/images/jaclyn_smith/left.gif) no-repeat top left;
	width: 65px;
	height: 97px;
	margin-left: 28px;
}

#slideLeft[id] {
	background: url(/images/jaclyn_smith/left_right.png) no-repeat top left;
	width: 73px;
	height: 107px;
}

#slideLeft[id]:hover {
	background-position: bottom left;
}

#slideRight {
	background: url(/images/jaclyn_smith/right.gif) no-repeat top left;
	width: 65px;
	height: 97px;
	margin-left: 874px;
}

#slideRight[id] {
	background: url(/images/jaclyn_smith/left_right.png) no-repeat top right;
	width: 73px;
	height: 107px;
}

#slideRight[id]:hover {
	background-position: bottom right;
}

.fb-comments {
	float: left;
	width: 541px;
	background: #fff;
	border: 1px solid #cecfcd;
	border-top: none;
	margin: 0 0 40px 40px;
	position: relative;
	padding: 20px;
}

* html .fb-comments {
	margin-left: 20px;
}

#js_twitter {
	float: left;
	width: 277px;
	margin: 22px 0 0 22px;
}

#twitter_update_list {
	margin-top: 10px;
}

#twitter_update_list li {
	font-size: 1.1em;
	margin-bottom: 15px;
	color: #4b4b4b;
	width: 90%;
}

#twitter_update_list li a:link, #twitter_update_list li a:visited {
	color: #23a8dc;
	font-weight: bold;
}

#twitter_update_list li a:hover {
	color: #000;
}

#twitter_update_list li a.spsTimestamp:link, #twitter_update_list li a.spsTimestamp:visited, #twitter_update_list li a.spsTimestamp:hover {
	color: #4b4b4b;
	font-weight: normal;
	font-style: italic;
}

#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

#videoPlayer {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -180px;
	z-index: 100;
	background: #fff;
	padding: 10px;
}

* html #videoPlayer {
	top: 300px !important;
}

#videoPlayer[id] {
	position: fixed;
}

#videoPlayer a.close:link, #videoPlayer a.close:visited {
	padding-left: 563px;
	color: #c00;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 4px;
	position: relative;
	top: -3px;
}