/* the border along the left of pages */
#page_wrap {
    border-left: 1px solid #A1A1A1;
    border-right: 1px solid #A1A1A1;
    margin-top: -11px;

}

#fbFooter {
    background: url(/assets/images/look_inside/footer_bg.gif) center no-repeat;
    height: 57px;
    margin-top: -5px;
}

#fbContainer {
    margin-top: 9px;
    padding: 10px 0 10px 0;
}

.fbPaginationMinor {
    color: #4e6605;
    margin-left: 10px;
}


#page-counter {
    background: url(/assets/images/look_inside/page_counter_bg.gif) center no-repeat;
    height: 32px;
    margin: 13px 0 0 10px;

}

#page-counter-text {
        padding: 8px 0 0 100px;
}

.sidebar_start_button {
    position: relative;
    display: block;
    width: 192px;
    height: 38px;
    margin: 11px 0 0 60px;
    background: url(/assets/images/sidebar/start_small_button.png) no-repeat 0 0;
}

.sidebar_start_button:hover {
    background-position: 0 -38px;
}

#altmsg { 
    position: absolute;
    background-color:#000000;
    padding: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-align:center;
}
#altmsg:hover { 
    opacity: 0.8;
    filter: alpha(opacity=80);
}
a.altlink:link {
    color: #FFFFFF;
}

a.altlink:visited {
    color: #DDDDDD;
}

a.altlink:hover{
    color: #FFFFFF;
}

/* Used for the front page hover buttons */
#navigation-buttons {
    position:relative;
    top: 12px;
    left: 108px;
    /* dimensions */
    width:95px;
    height:32px !important;
    margin:0 !important;
    padding:0;
    z-index:1;

    /* IE6 specific branch (prefixed with "_") */
    _margin-bottom:-2px;
}

#navigation-buttons li {
    float:left;
    text-indent:0;
    list-style-type:none;
    margin-bottom: -1px;
}

#navigation-buttons li a {
    background: url(/assets/images/look_inside/next_prev_button.gif) no-repeat;
    display:block;
    height: 32px;
    /* font decoration */
    color:#000;
    font-size:12px;
    line-height:32px;
    text-align:center;
    text-decoration:none;
    outline: none;

}

/* adjust the background image position on each tab */
#navigation-buttons #fbBackButton 			{ background-position: 0 0; width: 47px;}
#navigation-buttons #fbForwardButton 			{ background-position: -47px 0; width: 48px;}

/* mouseover state */
#navigation-buttons a:hover 		{ color:#fff;	 }
#navigation-buttons #fbBackButton:hover 	{ background-position:      0 -32px; }
#navigation-buttons #fbForwardButton:hover 	{ background-position: -47px -32px; }

