/*
Array
(
)
*/

div#product_view_media {
	margin-bottom: 6px;
	width: 449px;
}

div#product_view_media div.large div.top {
	background-image: url(../images/productview/prod_box_top.jpg);
	background-repeat: no-repeat;
	height: 8px;
}

div#product_view_media div.large div.mid {
	background-image: url(../images/productview/prod_box_mid.jpg);
	background-repeat: repeat-y;
	/*padding: 10px;*/
	text-align: center;
}

div#product_view_media div.large div.bottom {
	background-image: url(../images/productview/prod_box_bottom.jpg);
	background-repeat: no-repeat;
	height: 12px;
}

div.small  {
	overflow: hidden;
	width: 500px;
}

div.small div.thumb {
	float: left;
	width: 109px;
	margin-right: 5px;
}

div.small div.thumb div.top {
	background-image: url(../images/productview/prod_box_small_top.jpg);
	background-repeat: no-repeat;
	height: 8px;
}

div.small div.thumb div.mid {
	background-image: url(../images/productview/prod_box_small_mid.jpg);
	background-repeat: repeat-y;
	/*padding: 10px;*/
}

div.small div.thumb div.bottom {
	background-image: url(../images/productview/prod_box_small_bottom.jpg);
	background-repeat: no-repeat;
	height: 8px;
}

div#product_view_floral {
	background-image: url(../images/productview/floral_bg.jpg);
	background-repeat: no-repeat;
	height: 108px;
}