		
		.caroufredsel_wrapper{
			    margin:0px 0px 0 130px!important;
		}
		.news-ticker{
position: relative;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
    margin-top: 1px;
    color: #000;
    display: block;
    width: 100%;
    background: #f5f5f5;
		}

		#ticker-1 dl {
				display: block;
				margin: 0;
			}
		#ticker-1 dt, #ticker-1 dd {
				display: block;
				float: left;
				margin: 0 10px;
				padding: 5px 10px;
			}
		 #ticker-1 dt {
              padding: 8px 5px;
              position: relative;
			}
			 #ticker-1 dd{
			 	position: relative;
			 }
			.news-break{
				background: url('../images/nav-arrow-right.png') #000;
				width: 15px;
				height: 15px;
				display: inline-block;
				background-position: center;
			}
			 #ticker-1 dd {
				margin-right: 20px;
			}
			.news-title{
    position: absolute;
    background: #9c6229;
    z-index: 1;
    padding: 5.5px 10px;
    color: #fff;
    height: 36px;
    text-shadow: 1px 1px 1px #000;
			}
			.news-title:after {
			    content: "";
			    width: 0;
			    height: 0;
			    border-top: 18px solid transparent;
			    border-left: 13px solid  #9c6229;
			    border-bottom: 18px solid transparent;
			    position: absolute;
			    right: -13px;
			    top: 0;
			}