.shop_item { position: relative;
	overflow: hidden;
	}
.shop_item img { 
	bottom: 0; 
	left: 0; 
	}
.boxcaption { color:#FFF;  
	float: left; 
	position: absolute; 
	background: #63302d url("../images/background_caption.gif") repeat-x;
	width: 135px; 
	padding: 4px 8px 8px 8px;
	}
.shop_item .boxcaption { top: 138px;
	left: 0;
	}
.shop_item .boxcaption h2 { margin-bottom: 7px;
	font-weight: normal;
	}
	.shop_item .boxcaption h2 a:link, .shop_item .boxcaption h2 a:visited, .shop_item .boxcaption h2 a:hover, .shop_item .boxcaption h2 a:focus, .shop_item .boxcaption h2 a:active { color: white; }
	.shop_item .boxcaption h2 a:link, .shop_item .boxcaption h2 a:visited { padding-left: 14px;
		background: transparent url("../images/arrow_white_small.gif") 0 4px no-repeat;
			}
	.shop_item .boxcaption p a:link, .shop_item .boxcaption p a:visited {
		width: 135px; 
		color: #fff;
		text-decortion: none;
		}
		.shop_item .boxcaption p a.arrow:hover, .shop_item .boxcaption p a.arrow:focus, .shop_item .boxcaption p a.arrow:active { text-decoration: underline;
		}