/* CSS Document */

#carouselWrap {
width:990px;
height:293px;
margin-left:-35px;
position:relative;
}

#carouselPrev {
position:absolute;
cursor:pointer;
left: 0px;
top: 110px;
}

#carouselNext {
position:absolute;
cursor:pointer;
right: 0px;
top: 110px;
}

#carousel{
width:920px;
height:293px;
margin:0 auto;
overflow:hidden;
}

#carouselInner ul.column {
width:928px;
height:293px;
float:left;
}

#carouselInner li {
width:302px;
height:293px;
margin-right:7px;
background-image:url(../images/top/sldbg.jpg);
background-repeat:no-repeat;
float:left;
position:relative;
}

#carouselInner li p.pict{
position:absolute;
top:2px;
left:2px;
}

#carouselInner li h2.txt {
margin-top:242px;
margin-left:7px;
font-size:16px;
line-height:1.1;
letter-spacing:1px;
}

#carouselInner li h2.txt a {
border-bottom:2px #CC0000 solid;
}

#carouselInner li h2.txt a:hover {
border-bottom:none;
background-color: #CC0000;
color:#FFFFFF;
text-decoration:none;
}


#carouselInner li p.name {
position:absolute;
bottom:5px;
left:7px;
font-size:12px;
color:#999999;
}

#carouselInner li p.price {
color:#999999;
position:absolute;
bottom:5px;
right:10px;
font-size:12px;
letter-spacing:1px;
}

/*--------preceding--------*/

#preceding {
width:100%;
position:relative;
}

#preceding .ttlImg{
position:absolute;
z-index: 9999;
}

#pdItm{
position:relative;
width:766px;
margin:0 0 30px -35px;
}

#pdPrev{
position:absolute;
left: 0;
top: 260px;
cursor: pointer;
}

#pdNext{
position:absolute;
right: 0;
top: 260px;
cursor: pointer;
}

#pdInner{
width:696px;
height:515px;
overflow:hidden;
margin:0 auto 10px;
}

.oneItm{
width:696px;
float:left;
padding-top:43px;
position:relative;
}

.oneItm .itmCnt{
position:relative;
}

#pdImg ul li{
position:relative;
float:left;
width:696px;
height:508px;
border-bottom:#CCCCCC solid 7px;
}

#pdImg ul li .count {
position:absolute;
top:15px;
right:0px;
width:200px;
height:14px;
font-weight:bold;
font-size:15px;
text-align:right;
}

#pdImg ul li .count span {
font-size:34px;
font-family:Arial, Helvetica, sans-serif;
color:#FF3399;
}

#pdImg ul li .img{
position:absolute;
left: 0;
top:55px;
width:696px;
height:453px;
}

#pdImg ul li .txt{
position:absolute;
left: 0;
top:442px;
width:696px;
height:68px;
background:#000000;
color:#FFFFFF;
}

#pdImg ul li .txt p{
font-size:13px;
padding:13px 0 0 10px;
font-weight:bold;
}

#pdImg ul li .txt p.ttl{
font-size:18px;
padding:2px 0 0 10px;
}

#pdThumb {
width:710px;
height:70px;
margin:0 0 0 35px;
}


#pdThumb li{
width:60px;
height:60px;
float:left;
margin-right:11px;
margin-bottom:10px;
}