/**************** Tadam the slider new life ********************/
.tts-nl_main{
    position: relative;
    width: 400px;
    margin: 0 auto;
    min-height: 300px;
}
  /***** navigation *****/
  .tts-nl_nav{
    position: absolute;
    top:10px;
    left:350px;
  }
    .tts-nl_nav a{
	background: none repeat scroll 0 0 #B60007;
	border: 1px solid #000000;
	color: #FFFFFF;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin: 3px;
	padding: 6px 10px;
	text-decoration: none;
    }
	.tts-nl_nav a:hover{
	  background: #aaa;
	}  
	.tts-nl_nav a.selected{
	  background: #aaa;
	}
	
  /***** content *****/
  .tts-nl_content{
    width: 400px;
    background: #eee;
  }
      .tts-nl_news{
	  display: none;
	  padding: 5px 7px 0;
	  min-height: 310px;
      }
	  .tts-nl_content img{
	      position: absolute;
	      top: 0;
	      left: 0;
	      width: 400px;
	      height: 266px;
	  }
	  .tts-nl_title{
		color: #B60007;
		font-size: 16px;
		padding: 7px 0 0;
	  }
	      .tts-nl_title a{
		    text-decoration: none;
		    color: #B60007;
	      }
		  .tts-nl_title a:hover{
			text-decoration: underline;
		  }
      


/**************** Tadam the slider new life end ********************/