/* SHOP */
#big_image_container{
position: relative;
float: left;
vertical-align: top;
margin-top: 0px;
}
#big_image_container img{
position: absolute;
	width:250px;
	top: -140px;
	left: 0px;
	margin-top: 0px;
	background:url(thumb_bg.png) no-repeat center center;
	border: none;
}
#big_image_container img.hover{
	border: 4px solid #ccc;
}



/* THE_BIN */
div.bin_img_div{
	width: 100px;
	height: 133px;
	margin: 14px 15px 0 15px;
}

div.bin_img_div a{
	width: 100px;
	height: 133px;
	display: block;
	background: url(../images/bg_pack.png) no-repeat -1169px -1046px;
}

a.arrow_left {
	float: left;
	display: block;
	height: 23px;
	width: 23px;
	background: url(../images/bg_pack.png) no-repeat -1658px -1241px;
	
}

a.arrow_right {
float: left;
	display: block;
	height: 23px;
	width: 22px;
	background: url(../images/bg_pack.png) no-repeat 0px -1403px;	
}

a.to_order {
	width: 95px;
	height: 23px;
	display: inline-block;
	margin-left: 15px;
	background: url(../images/makeorder.jpg) no-repeat;
}



/* FOOTER */

.ftr_link {
color: #2c4000 !important;
font-size: 11pt !important;
}

.submit_button{
display: block;
border: 0px;
width: 95px;
height: 21px;
background: url('../images/send.png');
/* cursor: pointer; */
}