.storegraphic {
	z-index:1;
}

DIV.menufeatured
{
   position:absolute;
	height:21px;
	width:640px;
	border-right:solid #000000 1px;
	margin-top:-21px;
	z-index:10;
	margin-left:12px;
}

DIV.contentarea{ /*General content Area CSS*/
	border-right:solid #000000 1px;
	border-left:solid #4e4d4d 1px;
	background-image:url(../images/background/contentbackground.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
/*	width: 651px;*/
   width: 616px;
	font-size:12px;
	color:#FFFFFF;
	
}

DIV.contentarea A{
	text-decoration:none;
	color:#FFFFFF;
}

.scrollcontentbox{
	width:652px;
	top:20px;
	padding-right:10px;
	overflow: visible;
}


DIV.leftarrow{
	position:float;
	width: 25px;
	float:left;
	padding-top:40px;
	margin-left:10px;
}

DIV.rightarrow{
	position:float;
	width: 25px;
	float:right;
	padding-top:40px;
	padding-left:10px;
	margin-right:10px;
}

DIV.scrollcontent{
	float: left;
	width: 100px;
	color:#FFFFFF;
	padding-left: 8px;
	text-align:center;
	font-size:11px;
	text-decoration:none;
	margin-left: 6px;
}

DIV.scrollcontenttext{
	margin-top: 108px;
	width:97px;
   min-height:36px;
   padding-bottom:10px;
}

	
DIV.scrollcontent IMG{ 
	float:left;
	border:solid #4e4d4d 1px;
}

DIV.scrollcontent A{
	text-decoration:none;
	color:#FFFFFF;
}

DIV.bottomstroke{
	border-right:solid #000000 1px;
	border-left:solid #4e4d4d 1px;
/*	width:651px;*/
   width: 616px;
}

DIV.bottomgraphic{
/*	width:654px;*/
   width: 616px;
	}
	
DIV.dropshadowgraphic{
	background-image:url(../images/generic/stroke.gif);
	background-repeat:repeat-y;

}

DIV.bottomgraphicstrokeright{
}

DIV.bottomgraphicstrokeleft{
}

.pagecount{ /*code for the little box that has the "1 of 2" text for page count*/
	background-image:url(../images/generic/contentpagecount.gif);
	background-repeat:no-repeat;
	width:49px;
	height:20px;
	top:8px;
	left:300px;
	color:#999999;
	font-weight:bold;
	text-align:center;		
}

