.slider_panel
{
	width: 231px;
	height: 150px;
	background-color: #fff;
}

.panel_content
{
	width: 226px;
	height: 200px;
}

.slidertheme1
{
	font-size: 14px;
	line-height: 15px;
	background-color: #CEEBEA;
	color: #2C4146;
}

.slidertheme2
{
	font-size: 12px;
	line-height: 14px;
	background-color: #DCE7CF;
	color: #333333;
}

.slidertheme2 a:link
{
	color: #5C8727;
}

.slidertheme3
{
	font-size: 12px;
	line-height: 14px;
	background-color: #FFF;
	color: #333333;
}

.slidertheme3 a:link
{
	color: #E36F1E;
}

.slidertheme4
{
	font-size: 12px;
	line-height: 14px;
	background-color: #CEEBEA;
	color: #333333;
}

.slidertheme4 a:link
{
	color: #3399CC;
}


.panel_content p
{
	margin: 15px;
}
.panel_image p
{
	text-align: center;
}

.panel_image
{
	background-color: silver;
	width: 226px;
	height: 255px;
	border-bottom: 5px solid #FFF;
}

div.scrollable 
{ 
    /* required settings */ 
	float:left;
	height:460px;
	overflow:hidden;
	position:relative;
	width:688px;
	z-index: 999;
}

div.scrollhandle
{
	margin-top:-5px;
	position:relative;
	z-index:999;
}

div#scroll_wrapper
{
	height:460px;

	width:689px;
}

div#scroll_items
{
	margin-left:0;
	margin-right:0;
	float: left;
	height: 460px;

}

div.scrollable div.items {     
    /* this cannot be too large */ 
    width:20000em;     
    position:absolute;         
} 
div.scrollable div.items div { 
    float:left; 
} 
div.items div.active 
{ 
    border:1px inset #ccc;         
}

div#wrapnav{
	width: 100%;
	height: 20px;
}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage, .more, .less, #slider_next, #slider_prev
{
	display:block;
	float:left;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover 
{
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled 
{
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage 
{
	clear:right;	
}

.more
{
	margin-left: 575px;
}


#white_spacing
{
	clear:both;
	min-height: 5px;
	background: #FFF;
}

#slider_controls
{
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	color: #999999;
	height: 40px;
}

#slider_next
{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 5px 5px 323px;
}

#slider_prev
{
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 310px 5px 5px;
}