@font-face {
	font-family: 'Times_Roman';
	src: url('../fonts/Times_Roman.eot');
	src: local('?'), url('../fonts/Times_Roman.woff') format('woff'),
	url('../fonts/Times_Roman.ttf') format('truetype'),
	url('../fonts/Times_Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: HighTowerTextRegular;
    src: url('../fonts/high_tower_text.eot');
    src: url('../fonts/high_tower_text.eot') format('embedded-opentype'),
         url('../fonts/high_tower_text.woff') format('woff'),
         url('../fonts/high_tower_text.ttf') format('truetype'),
         url('../fonts/high_tower_text.svg#HighTowerTextRegular') format('svg');
}

.ma-banner1-wrapper {
}
.ma-banner1-container {
    position:relative;
    padding: 0px;
    width: 868px;
    margin: 0;
}
#slideshowWrapper {
    position:relative;
    margin:auto;
	padding-bottom: 122px;
}
#bnPrev, #bnNext {
    position:absolute;
    top:50%;
    width:45px;
    height:95px;
    margin-top:-45px;
    background:url(../images/arrows.png) no-repeat 0 0;
    text-indent:-999999px;
}
#bnPrev {    
    left:-23px;
    background-position:0 100%;
}
#bnPrev:hover {
    background-position:0 0;
}
#bnNext {
    right:-23px;
    background-position:100% 100%;
}
#bnNext:hover {
    background-position:100% 0;
}
#bnPlayPause {
    position:absolute;
    top:435px;
    right:20px;
    padding:4px 0 5px 0;
    width:60px;
    text-align:center;
    display:block;
    color:#333;
    text-decoration:none;
}
ul#slideshow {
    list-style:none;
    overflow: visible !important;
}
ul#slideshow li a {
}
#bnList {
    list-style:none;
    bottom:140px;
    right:15px;
    position:absolute;
}
#bnList li {
    float:left;
    margin-left:5px;
}
#bnList li a {
	width:24px;
	height:24px;
	background: #fbe5e7;
	float:left;
	text-indent:-9999px;
}
#bnList li a:hover,
#bnList li.bnActive a {
	background: #e3f9f9;
}
.ma-banner1-container .ma-des {
    background: none repeat scroll 0 0 transparent;
    bottom: -122px !important;
    height: 120px;
    left: 0 !important;
    opacity: 1 !important;
    padding: 8px !important;
    position: absolute;
    width: 962px;
    background: #fff;
}
.ma-banner1-container .ma-des-title h2{
    font-family: HighTowerTextRegular;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    color: #505050;
}
.ma-banner1-container .ma-des-title {
    
}
.ma-banner1-container .ma-des-content {
    color: #777777 !important;
	font-family: HighTowerTextRegular;
    font-size: 18px;
    padding: 15px 0 0;
}