#right .content h1 {
	font-weight: bold;
	color: #e25a00;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}


.feature {
    position:relative;
	z-index: 1;
    width: 661px;
}

.feature .corner {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	background: transparent url(../../elements/skin/home_flash_corner.gif) no-repeat left top;
	height: 19px;
	width: 18px;
}

.feature .scrollable { 
    /* required settings */ 
    position:relative;
	z-index: 1;
    overflow:hidden;
    width: 661px;
    height:276px; 
} 

.feature .scrollable .images { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
	z-index: 1;
} 

.feature .scrollable .images a,
.feature .scrollable .images span { 
    float:left; 
}

.feature .navigation {
	color: #FFF;
	background: #bdab8c;
	padding: 5px 10px;
}

#right .feature .navigation a {
	color: #FFF;
	padding: 0 5px;
	cursor: pointer;
	font-size: 16px;
}

#right .feature .navigation a.active { color: #0e004a; }
