#Slideshow {  position: relative; width: 100%; background: transparent; z-index: 500; overflow: hidden; -webkit-user-select: none; -moz-user-select:none; cursor: pointer;  }

a#Slideshow_Navigation_Previous { }
a#Slideshow_Navigation_Next { }

#Slideshow_Slides { position: static; width: 100% !important; height: 354px; max-width: 980px; z-index: 1000; overflow: hidden !important; }
#Slideshow_Slides .slideshow-slide { position: relative; width: 100%; background-repeat: no-repeat; z-index: 20000; overflow: visible !important; }
#Slideshow_Slides .slideshow-slide.active { position: relative !important; }
#Slideshow_Slides .slideshow-slide img { width: 100%; height: auto !important; display: block; }
#Slideshow_Slides .slideshow-slide .slideContent { position: absolute; top: 31px; right: 31px; width: 282px; height: 185px; padding: 28px 38px 20px 22px; background-image: url('../../ostforb/images/slide-content-bg.png'); }
#Slideshow_Slides .slideshow-slide .slideContent .slideTitle { position: relative; float: left; display: block; clear: both; min-height: 20px; max-height: 52px; margin-bottom: 20px;  font-family: "futura-pt",sans-serif; font-size: 21px; color: #fff; text-transform: uppercase; }
#Slideshow_Slides .slideshow-slide .slideContent .slideDescription { position: relative; float: left; display: block; clear: both; height: 65px; max-height: 65px; margin-bottom: 15px; font-family: Arial; font-size: 14px; color: #fff; line-height: 18px; width: 100%; }
#Slideshow_Slides .slideshow-slide .slideContent .slideLink a { position: relative; float: left; display: block; clear: both; min-width: 85px; height: 20px; padding: 11px 16px 12px 16px; background-image: url('../../ostforb/images/slideLinkBg.png'); background-repeat: repeat-x; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-family: "futura-pt",sans-serif; font-size: 18px; color: #fff; text-align: center; text-transform: uppercase; }
#Slideshow_Slides .slideshow-slide .slideContent .slideLink a { }

#Slideshow_Navigation { }
#Slideshow_Navigation ul#Slideshow_Pager { }
#Slideshow_Navigation ul#Slideshow_Pager li { list-style: none; }
#Slideshow_Navigation ul#Slideshow_Pager li.slideshow-link { }
#Slideshow_Navigation ul#Slideshow_Pager li.slideshow-link .nav-dot { }

/* TABLET VIEW  - 760 */
@media screen and (max-width: 980px) {
	#Slideshow_Slides { height: 275px; }
}

/* PHONE VIEW - 360 */
@media screen and (max-width: 760px) {
	#Slideshow_Slides { height: 108px; }
	#Slideshow_Slides .slideshow-slide .slideContent { display: none; position: relative; top: 0px; right: 0; background: #000; width: 90%; /* 360 - 18 - 18 =  324 / 360 */ padding: 20px 5%; /* 18 / 360 */ } 
}