#ctl00_MainBody_ctl00_onlinemag
{
    height: 528px;
    width: 700px;
	_width:685px;
	
}


.pics
{
    height: 528px;
    width: 700px;
	_width:685px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.pics div
{
    margin: auto;
    text-align: center;
    width: 100%;
	
}
.pics img
{
    border: none;
}
#magazine_main
{
    width: 920px;
    margin: auto;
    background: #f4f4f4;
    border: 1px solid #ddd;
}
#magazine_main .control
{
    height: 548px;
    padding: 0 0 12px 0;
    _padding: 20px 0 4px 0;
    text-align: center;
    width: 775px;	
    margin: auto;
}
#onlinemag
{
    margin: auto;
    clear: none;
    float: left;
}
#magazine_main .control_btn
{
}
#magazine_main #prev
{
    background: url(/Static/Images/mag_bt.gif) no-repeat 0 0;
    width: 29px;
    height: 29px;
    position: relative;
	z-index:900;
    cursor: pointer;
    float: left;
}
#magazine_main #prev:hover
{
    background: url(/Static/Images/mag_bt.gif) no-repeat 0 -29px;
    width: 29px;
    height: 29px;
    position: relative;
    cursor: pointer;
    float: left;
}
#magazine_main #next
{
    background: url(/Static/Images/mag_bt.gif) no-repeat -29px 0;
    width: 29px;
    height: 29px;
    position: relative;
    cursor: pointer;
    float: right;
}
#magazine_main #next:hover
{
    background: url(/Static/Images/mag_bt.gif) no-repeat -29px -29px;
    width: 29px;
    height: 29px;
    position: relative;
    cursor: pointer;
    float: right;
}

.td-padding .magazine_main td
{
    padding: auto;
}
