/* CSS Document */
body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}
img{ border:none;}
.boxx{ display:none;}

@media (max-width:767px) {
.boxx{ width:275px; margin: auto; position:relative; overflow:hidden; _height:100%; display:block;}
.picboxx{ width:275px; height:185px; overflow:hidden; position:relative;}
.piclistx{ height:185px;position:absolute; left:0px; top:0px}
.piclistx li{ background:#eee; margin-right:20px; padding:5px; float:left;}
.piclistx li img{ width:275px;  height:175px;}
.swaplistx{ position:absolute; left:-305px; top:0px}
.og_prevx,.og_nextx{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:63px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prevx{ background-position:0 -60px; left:4px;}
.og_nextx{ background-position:0 0; right:4px;}
}