	/*  ------------------ primary_slide_panel.php ------------------ */
	
#slider {
	width: 100%;
	margin: 0 auto;
	margin-top:20px;
	position: relative;
}
.scroll {
	float:left;
	width:580px;
	overflow:auto;
	position:relative; /* fix for IE to respect overflow */
	_background:#FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}
.scrollContainer div.panel {
	padding:10px;
	width:560px;
	_width: 99%; /* change to 560px if not using JS to remove rh.scroll */
	font-family: Arial, Helvetica, sans-serif;
	color: #F4EECC;
 }
.selected{
	color:#E99B1F!important;
}
#primary_benefits{
	float:left;
	width:20%;
	margin-right:20px;
}
#primary_benefits ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

#primary_benefits a{
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#BD4F1E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-transform: lowercase;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: right;
}

#primary_benefits a:hover{
	color:#E99B1F;
}

.sample_image{
	border:6px solid #333;
}

 	/*  ------------------ edit_slide_panel.php ------------------ */ 
	

.input_title, 
#primary_right_panel input{
	width:99%;
	font-weight:normal;
}
#primary_full_panel textarea{
	width:99%;
	height:150px;
}
#main_tagline_edit{
	margin-bottom:10px;
}

.primary_full_panel{
	margin-bottom:10px;
	background:#fff;
}
#add_new_panel{
	background:lightblue;
	padding:10px;
}
