#page
{
    width: 980px;
    margin:0 auto;
}


/* Side Scroller */
#ScrollBox 
{
	border:0px;
	margin-top:0px;
	padding:0px;
	color:#ffffff;
    width: 920px;
    height: 150px;
    position: relative;
    overflow: hidden;
}


#series_ScrollBox 
{
    width: 740px;
    height: 430px;
    position: relative;
    overflow: hidden;
}

#series_list_ScrollBox 
{
	float:left;
    width: 920px;
    height: 430px;
    position: relative;
    overflow: hidden;
    
}


#navigation_ScrollBox 
{
    width: 158px;
    height: 320px;
    position: relative;
    overflow: hidden;
}

#store_ScrollBox 
{
    width: 220px;
    height: 220px;
    position: relative;
    overflow: hidden;
}


#BigBox{ width: 1000000px; }
#series_div{ width: 1000000px; }
#navigation_div{ height: 1000000px; }

.block
{
    width: 920px;
    float: left;
    height: 150px;
    margin-right: 10px;
    text-align:center;
}

.blockAcc
{
    width: 920px;
    float: left;
    height: 150px;
    margin-right: 10px;
    text-align:center;
}


.series_block
{
    width: 740px;
    float: left;
    height: 430px;
    margin-right: 10px;
    text-align:center;
}

.navigation_block
{
    width: 158px;
    height: 320px;
    margin-right: 10px;
    text-align:center;
}

.store_block
{
    width: 220px;
    height: 320px;
    margin-right: 10px;
    text-align:center;
}


.series_list_block
{
    width: 920px;
    float: left;
    height: 430px;
    margin-right: 10px;
    text-align:center;
}


.block img {
 	height:110px;
}

.block a img{
 	 filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0; 
}

.block a:hover img {
 	 filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70; 
    text-decoration: none;
	color:white;
}

.block a {
	font:11px "Lucida Sans Unicode", Lucida Grande, sans-serif; 
	color:#CCCCCC;
	text-decoration: none;
}

.block a:hover {
	text-decoration: none;
	color:white;
}

.block table {
 	margin:10 15 0 0;
	float:left;
	text-align:center;
}


.blockAcc img {
 	height:110px;
}

.blockAcc a img{
 	 filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0; 
}

.blockAcc a:hover img {
 	 filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70; 
    text-decoration: none;
	color:white;
}

.blockAcc a {
	font:11px "Lucida Grande", Geneva, Arial, sans-serif; 
	color:#CCCCCC;
	text-decoration: none;
}

.blockAcc a:hover {
	text-decoration: none;
	color:white;
}

.blockAcc table {
	width:110px;
 	margin:6 15 0 0;
	float:left;
	text-align:center;
}


#scrollTable {
	margin-top:15px;
	height:150px;
}

