
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion{
  	height:165px;
	padding:20px 0 0px 20px;
	width:716px;
	float:left;
	margin:-40px 0 0 0;
	

}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;

}

/* currently active header */
#accordion img.current {
	cursor:default;

}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/


#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	font-size:15px;
}
	


.accordion_content{
		height:134px;
		padding:15px 0 0 0;
		

}

.left_heading{
	float:left;
	font-size:11px; 
	font-weight:bold; 
	color:#fff; 
	padding:0; margin:0;
}
.image{
	float:left;
	margin:0;
}
.names{
	color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:11px;

	float:left;
	
}

/* */
#slider_bg {
background: #FFFFFF; float:left; margin:40px 0 0 0; clear:both; width:735px; height:150px;
}
#slider_btm {
	background: url(../images/us/global/global4/cat_landing/products_btm.gif) bottom no-repeat;
	height:17px;
	width:735px;
	clear:both;
	margin:0 0 0 -1px;
	padding:4px 0 0 0;	
	}
.ie6 #slider_btm {
	background: url(../images/us/global/global4/cat_landing/products_btm.gif) bottom no-repeat;
	height:10px;
	width:735px;
	clear:both;
	margin:-4px 0 0 0;		
	}
#slider_container {	
	width:735px;
	height:auto;
	margin: auto;
	padding:0;
	border:none;
	overflow:none;
	}
#slider_inner_container {
	height:auto;
	margin: auto;
	padding:0;
	border:none;
	overflow:none;
	}

.slider_img {
	width: 300px; display: block; margin:10px 0 0 0;
	}
.slider_arrow {
	width: 300px; display: block; position:relative; margin:-12px 0 0 -30px; 
	}
