#slide_wrapper {
	width:360px;
	height:249px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:21px;
	background-image:url(img/slide_shadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#fff;
}
#slide_heading {
	height:41px; 
	border:1px solid #dadada;
	background-image:url(img/slide_title_bg.gif); 
	background-position:top; 
	background-repeat:repeat-x;
	text-align:center;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	letter-spacing:-1.2px;
	font-size:21px;
	color:#808080;
	line-height:41px;
}
#left {
	float:left; 
	padding:10px; 
	padding-top:11px;
}
#right {
	float:right; 
	padding:10px;
	 padding-top:11px;
}
#slide_panes {
	height:202px;
	width:360px;
	border:1px solid #dadada;
	margin-top:3px;
	margin-bottom:1px;
}
.slide_panes {
	height:202px;
	width:360px;
}	
#slide_buttons li {
	display:none;
	line-height:41px;
}
#slide_buttons li.active {
	display:inline;
}
#slide_buttons {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#slide_panes div div {
	overflow:hidden;
}
#slide_previous {
	cursor:pointer;
}
#slide_next {
	cursor:pointer;
}
#slide_wrapper img {
	margin:0px;
}

