@charset "utf-8";
/* CSS Document */

/* Slider */
#product_feature_list {
	width:242px;
	height: 232px;
	float: left;
	margin: 0;
	margin-bottom:10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	/*z-index:0;*/
}
#product_features_list_image_group {
	width:242px;
	height: 232px;
	position: relative;
	margin:0;
	padding:0;
}
#product_features_list_imgnav {
	margin: 10px;
	float:right;	
	z-index:1002;
	position:absolute;
	bottom:0;
	right:0;
}
#product_features_list_imgnav div {
	margin-right:3px;
	float:left;
	text-align:center;
	vertical-align:middle;
}
#product_features_list_imgnav div a, #product_feature_list #product_features_list_imgnav div a:link { 
	width: 15px; 
	height: 15px;
	background-image: url('/templates/bsn/en/slider/images/_btn_tabs.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	vertical-align:middle;
	text-align:center;
	display:block;
	color:#000000;
	font:"Times New Roman", Times, serif;
	font-size:9px;
	text-decoration:none;
	FILTER:Alpha(Opacity=80); /* IE */
	opacity:0.8; /* Safari, Opera */
	-moz-opacity:0.80; /* FireFox */
}
#product_features_list_imgnav div.activeSlide a, #product_features_list_imgnav div a:hover { 
	FILTER:Alpha(Opacity=100) !important; /* IE */
	opacity:1.0 !important; /* Safari, Opera */
	-moz-opacity:1.00 !important; /* FireFox */
}