.feature {
    width: 130px;
    margin: 10px 20px 5px 0;
    float: left;
    height:200px;
	border: 1px solid #cccccc;
	background: #fff;
	text-align: center;
	position: relative;
	/*z-index: -1;*/ /*hack to fool IE 6 so the dorp down menu goes on top of relative positioned elements*/
}

.feature .photo_container {
    border: none; 
    margin: 0 0 0 7px;
    height: 150px;
    width:120px;
    overflow:hidden;
}

.feature .photo_container img {
    border:none;
}

.feature p {
    color:#d38f48;
    line-height:16px;
    padding:0;
    margin:5px 0 0 0;
    text-align:center;
    text-transform: capitalize;
}

.feature .bevelBoxTopLeft{
	background: url(../images/productDetail/topLeftBevel.png) top left no-repeat;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 7px;
	height: 7px;
}

.feature .bevelBoxTopRight{
	background: url(../images/productDetail/topRightBevel.png) top right no-repeat;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 7px;
	height: 7px;
}

.feature .bevelBoxBottomLeft{
	background: url(../images/productDetail/bottomLeftBevel.png) bottom left no-repeat;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 7px;
	height: 7px;
}
.feature .bevelBoxBottomRight{
	background: url(../images/productDetail/bottomRightBevel.png) bottom right no-repeat;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 7px;
	height: 7px;
}
