/* 
OK, sometimes you might need to overrided some of our carefully crafted styles
Here's where you do it.
Be careful.
*/

/* ----- BEGIN Coinslider 1.4 -----*/
/* ----- This will be moved to functional.css in UAB 3.0 -----*/

.cs-title {
display: none;
}

.cs-buttons {
position: absolute !important;
left:0 !important;
margin-left: 0 !important;
margin-top: -35px;
}

.cs-buttons a {
border: 1px solid #888888 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.cs-buttons a:hover {
background: rgb(255, 255, 255) !important;
background: rgba(255, 255, 255, 0.8) !important;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"!important;
filter:alpha(opacity=80)!important;
}

.cs-buttons a.cs-active {
background: rgb(255, 255, 255) !important;
background: rgba(255, 255, 255, 0.5) !important;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"!important;
filter:alpha(opacity=50)!important;
}

/* ----- END Coinslider 1.4 -----*/

/* ----- BEGIN  Basic Tabs & Slides Overrides -----*/

ul.jwts_tabbernav li a, ul.jwts_tabbernav li a:link {
padding: 4px 10px;
}

.jwts_tabberlive .jwts_tabbertab {
padding: 15px;
}

/* ----- END  Basic Tabs & Slides Overrides -----*/

