﻿/*********************ShelvesAndScroll Control***************************/
#sasMainContainer
{
	width: 100%;
	min-height: 100px;
}

#sasTopContainer
{
	width: 100%;
	height: 23px;
}

#sasTopLeft
{
	float: left;
	width: 88px;
	height: 23px;
	background: transparent url("../Images/Bookcase/ShelfAndScroll/ShelfTopLeft.gif") no-repeat top right;
}

#sasTopRight
{
	float: right;
	width: 88px;
	height: 23px;
	background: transparent url("../Images/Bookcase/ShelfAndScroll/ShelfTopRight.gif") no-repeat top left;
}

#sasTopCenter
{
	margin-left: 88px;
	margin-right: 88px;
	height: 23px;
	position: relative;
	background: transparent url("../Images/Bookcase/ShelfAndScroll/ShelfTopCenter.gif") repeat-x top left;
}

#sasMiddleContainerL
{
	width: 100%;
	min-height: 50px;
	background: transparent url("../Images/Bookcase/ShelfAndScroll/ShelfScrollLeft.gif") repeat-y top left;
}

#sasMiddleContainerR
{
	width: 100%;
	min-height: 50px;
	background: transparent url("../Images/Bookcase/ShelfAndScroll/ShelfScrollRight.gif") repeat-y top right;
}

#sasMiddleText
{
	margin-left: 88px;
	margin-right: 88px;
	min-height: 50px;
	position: relative;
	background: transparent url("../Images/Bookcase/ShelfAndScroll/PaperWorn.gif") repeat top left;
}

#sasBottomContainer
{
	width: 100%;
	height: 27px;
}

#sasBottomLeft
{
	float: left;
	width: 88px;
	height: 27px;
	background: transparent url("../Images/Bookcase/ShelfAndScroll/ShelfBottomLeft.gif") no-repeat top right;
}

#sasBottomRight
{
	float: right;
	width: 88px;
	height: 27px;
	background: transparent url("../Images/Bookcase/ShelfAndScroll/ShelfBottomRight.gif") no-repeat top left;
}

#sasBottomCenter
{
	margin-left: 88px;
	margin-right: 88px;
	height: 27px;
	position: relative;
	background: transparent url("../Images/Bookcase/ShelfAndScroll/ShelfBottomCenter.gif") repeat-x top left;
}

