
/*点击图片放大展示样式*/

.putaway{
	width:630px;
    padding:10px;
    background:#ffffff;
}
/*大图开始*/
.putaway .bigImg{
	width:630px;
	height:450px;
}
.putaway .bigImg .pre{
	width:30px;
	height:80px;
	background:#ffffff url(../images/left.png) no-repeat center center;
    cursor:pointer;
    margin-top:160px;
}
.putaway .bigImg .next{
	width:30px;
	height:80px;
	background:#ffffff url(../images/right.png) no-repeat center center; 
    cursor:pointer;
    margin-top:160px;
}
.putaway .bigImg .bigImgList{
	overflow:hidden;
	width:540px;
	height:450px;
	position:relative;
	margin-left:15px;
    margin-right:15px;
}
.putaway .bigImg .bigImgList .img-ul{
	position:absolute;
}
.putaway .bigImg .bigImgList .xqs{
	width:540px;
	height:450px;
	overflow:hidden;
}
.putaway .bigImg .bigImgList .xqs img{
	width:540px;
	height:450px;
}
/*大图结束*/

/*小图开始*/
.putaway .smallImg{
	width:300px; 
	height:40px;
	margin:20px auto 0;
}
.putaway .smallImg .smallImgList{
	width:250px;
	height:40px;
	overflow:hidden;
}
.putaway .smallImg .smallImgList .btn li{
	width:50px;
	height:40px;
	cursor:pointer;
	text-align:center;
	float:left; 
}
.putaway .smallImg .smallImgList .btn li img{
	width:40px;
	height:40px;
}
.putaway .smallImg .smallImgList .btn li.onlickImg img, 
.putaway .smallImg .smallImgList .btn li:hover img{ 
	width:34px;
	height:34px;
	border:3px solid #ff9933;
}

.putaway .smallImg .scrollbutton{
	width:25px; 
	height:40px; 
	overflow:hidden; 
	cursor:pointer;
}
.putaway .scrollbutton.smallImgUp, 
.putaway .scrollbutton.smallImgUp.disabled{
	background:url(../images/left.png) no-repeat center center;
}
.putaway .scrollbutton.smallImgDown, 
.putaway .scrollbutton.smallImgDown.disabled{
	background:url(../images/right.png) no-repeat center center;\
}
/*小图结束*/


/*单独图片开始*/
.putawayOne{
    padding:10px;
    position:absolute;
    overflow:auto;
    background:#ffffff;
}
.putawayOne .close{
    text-align:right;
    margin-bottom:10px;
}
.putawayOne .big-img{
    width:1024px;
	height:410px;
    display:table-cell;
    vertical-align:middle;
    text-align:center
}
.putawayOne .big-img img{
    max-width:1024px;
    max-height:410px;
    vertical-align:middle;
}
.putawayOne .imgsize{
    text-align:right;
    margin-top:10px;
}
.putawayOne .imgsize>a img{
    margin-left:10px;
}
.putawayOne .imgsize>a:first-child img{
    margin-top:2px;
}
/*单独图片结束*/
