@import url("puma_products.css");

/*****************/
/* FEATURES PANE */
/*****************/

#puma_features{
	width: 100%;
	height: 240px;
	
}

#puma_features h2{
	display: none;
	
}

#features_panes_container{
	overflow:hidden;	
	width: 945px;
	z-index:-2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-top:1px solid #999;
	border-left:1px solid #aaa;
	border-right:1px solid #ccc;
	border-bottom:1px solid #eee;


}

#feature_panes_wrapper{
	height:290px;
	width: 30000px;
	overflow:hidden;
	position:relative;
	z-index:0;

	
}

#feature_panes{
	background-color: #fff;
	list-style-type: none;
	display:block;
	width: 30000px;
	height: 250px;
	xmargin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	z-index:-3;

}

.ie6 #feature_panes{
	margin-left: 0;
}

#feature_panes li {
	float: left;
	width: 970px;
	height: 298px;
	margin-top:-20px;
	margin-right: 10px;
	text-indent: 0px;
	padding-left: 0px;
	z-index:-4;
	overflow:hidden;
	
}

.ie6 #feature_panes li a {
	background: none;
}

#feature_panes li.hover a {
	background: url(../images/Rollover.png) 0 0 no-repeat;
}

.ie6 #feature_panes li.hover a {
	background: none;
}

#feature_panes li a {

	width: 970px;
	height: 262px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	xbackground: url(../images/Rollover.png) 0 0 no-repeat;
	z-index:-5;
}


#features_list_container{
	margin-top:-270px;
	border:1px solid red;
	height:200px;
	list-style:none;
	visibility:hidden;
}

