
/*focus news*/
.focus {
	/*border-top:solid 1px #ccc;*/
	padding-top:20px;
	margin-bottom:10px;
	position: relative;
}
	.focus .story {
		float:left;
		width:170px;
		margin-right:23px;
	}
	.focus .story.last {margin-right:0;}
	.focus .thumb {margin-bottom:5px;}
.home-mid-ads {
	margin: 10px auto;
	text-align:center;
}

a:link, a:visited 
{
    FONT-SIZE: 13px;
	color:#333;
	text-decoration:none;
}
a:hover {color:#b90800}

/*rcarousel*/
.ui-carousel {
	/*height: 100px;*/
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}
.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}
.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	overflow: hidden;
}
.ui-carousel .slide{
    margin-right: 18px;
    position: relative;
}
.ui-carousel .slide a{
    display: block;
    line-height: 14px;
    background: #000;
}
.ui-carousel .slide a:hover{
    text-decoration: none;
}
.ui-carousel .slide .bottom_title {
    position: relative;
    height: 50px;
	font-size:11px;
}
.bx-prev,
.bx-next,
#pages .bullet,
#ui-carousel-prev,
#ui-carousel-next{
    display: block;
    font-size: 0;
    text-indent: -9999px;
}
.bx-prev,.bx-next,#ui-carousel-prev,#ui-carousel-next{
    background: transparent url(../images/home/feature-nav.png) no-repeat 0 0;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 10px;
}
.bx-prev,#ui-carousel-prev{
    left: 8px;   
}
.bx-next,#ui-carousel-next{
    background-position: -28px 0px;
    right: 8px;
}
#pages{
  
	text-align:center; padding-bottom: 10px;
}
#pages .bullet{
    background: transparent url(../images/home/sprite_rcarousel.png) no-repeat -8px 0;
    width: 8px;
    height: 8px;
    /*float: left;*/
	display: inline-block;
    margin: 0 0 10px 4px;    
}
#pages .bullet.on{
    background-position: 0 0;
}
