﻿@charset "utf-8";

#product { width: 320px; height: 300px;  position: relative; }

ul#product_main { margin: 0 0 0 40px; padding: 2px; list-style: none; }
ul#product_main li { float: left;  padding: 0 10px;  }
ul#product_main li p { padding-bottom: 10px; font-size: 11px; }
ul#product_main li h3 span { background: url(../img/dot.png) no-repeat center; float: center; width: 5px; height: 12px; display: inline-block; margin-right: 5px; }
ul#product_main li .pro_left { float: left; width: 284px; }

.prev { position: absolute; top: 180px; left: 5px; background: url(../img/bg-pager.png) no-repeat -25px 0px; width: 25px; height: 25px; text-indent: -9999px; }
.prev:hover { background: url(../img/bg-pager.png) no-repeat -25px -25px; }
.next { position: absolute; top: 180px; right: 5px; background: url(../img/bg-pager.png) no-repeat 0px 0px; width: 25px; height: 25px; text-indent: -9999px; }
.next:hover { background: url(../img/bg-pager.png) no-repeat 0px -25px; }

