
#vertical .content_container {
	float: left;
}

.content_container {
	overflow: auto;

}

.up_button {
	background: transparent url(../ELIZABETH%20WEINBERG%20PHOTOGRAPHY_files/scrollUp.png) no-repeat top left;
	width: 16px;
	height: 16px;
}

.down_button {
	background: transparent url(../ELIZABETH%20WEINBERG%20PHOTOGRAPHY_files/scrollDown.png) no-repeat top left;
	width: 16px;
	height: 16px;
}

.left_button {
	float: left;
/*	background: transparent url(scrollLeft.png) no-repeat top left; */
	width: 16px;
	height: 16px;
}

.right_button {
	float: left;
/*	background: transparent url(arrow-right.jpg) no-repeat top left; 
	width: 12px;
	height: 10px;  */
}

.vertical_scroll_bar {
	float: left;
	width: 14px;
}

.vertical_scroll_bar .track{
	background: transparent url(../ELIZABETH%20WEINBERG%20PHOTOGRAPHY_files/scrollBGV.png) repeat-y top left;
	width: 14px;
}

.horizontal_scroll_bar .track{
	background-image:url(../images/sliderBG.gif);
	background-repeat:repeat-x;
	background-color: #e2daad;
	margin-top: 1px;
	float: left;
	height: 9px;
}
.vertical_scroll_bar .handle{
	width: 14px;
	height: 45px;
	background: transparent url(../ELIZABETH%20WEINBERG%20PHOTOGRAPHY_files/scrollBoxV.png) no-repeat top left;
}

.horizontal_scroll_bar .handle{
	background-image:url(../images/sliderHandle.png);
	background-color: transparent;
	cursor:move;
	height:10px;
	width:30px;
}
/* end */


.clear_both {
	clear: both; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
	line-height: 0px;
}





#landingpic {
	margin-left: 50px;
}
#pics {
	margin-left: 0px;
	margin-right: 0px;
}
	

