/* CSS Document */
ul
{
padding:0;
margin:0;
}
.container 
{
padding:0;
margin:0;
border:1px solid #358ACC;
overflow:hidden;
height:200px;
width:524px;
position:relative;
}
.xslider 
{
position:absolute;
top:3px;
}
.xslider li 
{
display:inline;
list-style:none;
}
.xslider img 
{
display:block;
width:524px;
height:200px;
}
.yslider 
{
position:absolute;
left:200px;
width:20000px;
background-color:#666666;
}
.yslider li 
{
float:left;
}
.yslider img 
{
display:block;
width:524px;
height:200px;
}
.num 
{
right:5px;
bottom:5px;
position:absolute
}
.num li 
{
border:1px solid #FF7300;
font-size:12px;
float:left;
margin:3px 1px;
overflow:hidden;
width:16px;
cursor:pointer;
color:#FF7300;
line-height:16px;
font-family:Arial;
background:#FFF;
text-align:center;
}
.num li.on 
{
border:0;
font-weight:bold;
font-size:16px;
margin:0 1px;
width:21px;
color:#FFF;
line-height:21px;
background:#FF7300;
}
#scroll_x
{
margin-left:5px;
}

