#mv_container
{
float: left;
display: inline;
}

.mv_page_right img,
.mv_page_left img
{
display: inline;
float: left;
}

.right_side, .left_side
{
float: left;
}

.left_side .mv_nav
{
margin-left: 12px
}

.right_side .mv_nav
{
margin-right: 12px
}

.mv_cover
{
margin: 0px auto;
float: none;
}

.mv_nav
{
text-align: center;
position: relative;
height: 18px;
z-index: 0;
}

.mv_page_number
{
text-align: center;
display: inline;
float: left;
}

.next
{
left: 0px;
position: absolute;
}

.back
{
right: 0px;
top: 0px;
position: absolute;
}

.enlarge_right
{
right: 0px;
top: 0px;
position: absolute;
}

.enlarge_left
{
left: 0px;
position: absolute;
}

.mv_go_back, .mv_go_next
{
display: inline;
height: 326px;
width: 12px;
}

.mv_go_next
{
float: left;
display: inline;
}

.mv_go_next a
{
display: block;
background: white url('/images/go_next_off.gif') no-repeat center;
height: 326px;
width: 12px;
}

.mv_go_next a:hover
{
background: #cccccc url('/images/go_next_on.gif') no-repeat center;
}

.mv_go_back
{
display: inline;
float: left;
}

.mv_go_back a
{
display: block;
background: white url('/images/go_back_off.gif') no-repeat center;
height: 326px;
width: 12px;
}

.mv_go_back a:hover
{
background: #cccccc url('/images/go_back_on.gif') no-repeat center;
}
