
.modern-ticker {
    
    font-size: 84%;
    height: 77px;
    line-height: 25px;
    margin-left: 0;
    margin-right: 430px !important;
    margin-top: 0px;
    overflow: visible;
    padding: 10px 1px 1px;
    position: relative;
 
}
.ticker2.modern-ticker {height:auto;
background-color:#ffffff; 
}
.modern-ticker a {
    text-decoration: none;
}
.modern-ticker ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 93% !important;
    position: absolute;
}.mt-round {
}
.mt-label {
    float: left;
    margin-right: 2px;
    padding: 0 8px 0 12px;
}
.mt-round .mt-label {
}
.mt-news {
    float: left;
    height: 100%;
    margin: 0;
    overflow: hidden;

}
.ticker2 .mt-news {
    float:none;
    background-color: #000000; 
}
.mt-scroll .mt-news {
    background-color: transparent;
  
}
.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
}
.ticker1 .mt-scroll.mt-round .mt-news a {
    border-radius: 0;
    display: table-cell;
    height: 109px;
    vertical-align: middle;
    width: 255px;
	
}
.mt-news li {
    float: right;
    margin-right:8px;
    border: black solid 2px;
}
.mt-news a {
    background-position: 7px center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 2px;
    padding: 0;
}
.mt-news .readmore a {
    background-position: 7px center;
    background-repeat: no-repeat;
    display: inline;
    margin-right: 2px;
    padding: 0;
}
.mt-hide {
    display: none;
}
.mt-controls {
    margin-left: 2px;
    float:right;
    right: 0px;
	position:absolute;
	bottom:0px;
    
}
.mt-play, .mt-prev, .mt-next {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 30px;
}

#slideshowWrapper {
    margin: auto;
    position: relative;
    width: 100%;
}
#slideshowWrapper ul, #slideshowWrapper li img, #slideshowWrapper li {
    width: 100% !important;
}
#slideshowWrapper li img {
    height: auto;
}
#fssPrev {
    height: 35px;
    left: 0;
    position: absolute;
    background: url("../images/banner_prevous.png") no-repeat scroll center center #ccc;
    text-indent: -99999px;        
    top: 42%;
    width: 35px;    
    border-radius: 0 10px 10px 0;
}
#fssNext {
    right: 0px;
    position: absolute;
   text-indent: -99999px;
    top: 42%;
    height: 35px;
    width: 35px;
    background: url("../images/banner_next.png") no-repeat scroll center center #ccc;
    border-radius: 10px 0 0 10px;
}
#fssPlayPause.Play {
    background: url(../images/play.png) no-repeat;
	background-position: 0 3px;
}
#fssPlayPause.Pause {
  background: url("../images/play.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-position: 0 -34px;
}
#fssPlayPause {
    height:33px; 
	width: 34px;
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 12px;
    padding: 2px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-decoration: none;
    text-indent:-99999px; 
    bottom: 5px;    
}
ul#slideshow {
    height: 480px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 640px;
}

