/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* ============================================
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 NOTE - THEME SPEC OVERRIDES THE NIVO-SLIDER SPEC
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 */ 

/*
Background determines colour for the border
Padding determines the width of border all round the image
*/
/*theme-twsbhome styles */


.theme-twsbhome.slider-wrapper {
    background:none;
    padding: 0px;
	padding-bottom: 0px;
	
}


/*
margin bottom sets depth of nav bar - original setting 10
Also check...

*/
.theme-twsbhome .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:-1075px; /* adjusts extended border on bottom of slider - use 'bottom' setting of controlnav to position bullets */
    overflow: visible;
	box-shadow: 0px 7px 7px rgba(0,0,0,0.4); /* drop shadow on slider images */
	-webkit-box-shadow: 0px 7px 7px rgba(0,0,0,0.3); /*css 3 shadows*/
	-moz-box-shadow: 0px 7px 7px rgba(0,0,0,0.3);
}

/*
Changes position of image relative to nav bar
*/
.theme-twsbhome .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.theme-twsbhome .nivoSlider a {
	border:10;
	display:block;
}

.theme-twsbhome .nivo-controlNav {
	/*float:right;*/
	text-align: left;
	padding: 0px 0;
	position: relative;
	z-index:10;
	bottom: -1085px; /* adjusts position of bullets below slider when captions over images */
	margin-right:0px;
}


/*
Set positions of navigation buttons
Change 'display:inline-block;' to read 'display:none;'
to disable the control buttons
*/
.theme-twsbhome .nivo-controlNav a {
	visibility:visible;
	display:inline-block;
	width:10px;
	height:10px;	
	background: url('bullets_4.png') no-repeat 0 2px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-twsbhome .nivo-controlNav a.active {
	background-position:0 100%;
}

/*
Added setting from default theme to put next/previous arrows on image
left and right
*/
.theme-twsbhome .nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px; 
	height:50px; 
	background:url('navarrows3.png') no-repeat; 
	text-indent:-9999px; 
	border: 0; 
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;	
}

.theme-twsbhome:hover .nivo-directionNav a { 
opacity: 1; 
}
.theme-twsbhome a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-twsbhome a.nivo-prevNav {
	left:15px;
}
/* Remove this section to make direction arrows background transparent 

.theme-twsbhome .nivo-directionNav a:hover {
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
*/

/*
Added lines below to control position and STYLE of CAPTION TEXT 
text-align:center;
text-indent:50px;
*/

/* Caption styles */
.theme-twsbhome .nivo-caption {
	position:absolute;
	left:0px;
	top:0px;
	background:none; /* background panel colour */
	color:#fff; /* font colour */
	width:100%;
	z-index:8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	opacity: 1;   /* opacity of both background and font */

}
.theme-twsbhome .nivo-caption p {
	padding:5px;
	margin-top:15px;
}

/* .theme-twsbhome .nivo-caption {
    font-size:12pt;  
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent:0px;
	padding-top:10px;
	padding-bottom:10px;
} */

.theme-twsbhome .nivo-caption1 {
	width: 830px; 
	color: #fff;
	font-size: 35px;
	line-height: 30px; 
	margin-top: 80px; 
	margin-left: 0px;
	text-align:right;
}
.theme-twsbhome .nivo-caption1a {
	width: 830px; 
	font-size: 70px;	
	line-height: 65px; 
	color: #F5CD2D;
	margin-top: 10px; 
	margin-left: 610px;
	text-align:left;
}


.nivoslider-twsbhome .nivo-caption2 {
	width: 340px; 
	text-align:right;
	font-size: 35px; /* font size for caption 1 */
	line-height: 30px; 
	color: #fff;
	margin-top: 80px; 
	margin-left: 0px;
}
.nivoslider-twsbhome .nivo-caption2a {
	width: 340px; 
	text-transform: none; 
	text-align: right;
	font-size: 70px; 
	line-height: 60px; 
	color: #F5CD2D;
	margin-top: 15px; 
	margin-left: 0px;
	margin-bottom:0px;
	
}

.nivoslider-twsbhome .nivo-caption3 {
	width: 890px; 
	color: #fff;
	font-size: 35px;
	line-height: 30px; 
	margin-top: 170px; 
	margin-left: 600px;
	text-align: left;
}

.nivoslider-twsbhome .nivo-caption3a {
	width: 890px; 
	text-transform: none; 
	text-align: left;
	font-size: 70px; 
	line-height: 60px; 
	color: #F5CD2D;
	margin-top: 0px; 
	margin-left: 600px;
	margin-bottom: 0px;
}

.nivoslider-twsbhome .nivo-caption4 {
	width: 850px; 
	font-size: 70px;
	line-height: 60px; 
	color: #F5CD2D;
	margin-top: 25px; 
	margin-left: 70px;
	text-align:left;
}
.nivoslider-twsbhome .nivo-caption4a {
	width: 850px; 
	color: #fff;
	font-size: 35px;
	line-height: 30px; 
	margin-top: 10px; 
	margin-left: 70px;
	text-align:left;
}


.nivoslider-twsbhome .nivo-caption5 {
	width: 900px; 
	font-size: 70px;
	line-height: 60px; 
	color: #F5CD2D;
	text-align: right;
	margin-top: 20px; 
	margin-left:0px;
}

.nivoslider-twsbhome .nivo-caption5a {
	width: 870px; 
	color: #fff;
	font-size: 35px;
	line-height: 30px; 
	text-align:right;
	margin-top: 30px; 
	margin-right:0px;
	margin-bottom: 0px;
}

.nivoslider-twsbhome .nivo-caption6 {
	width: 340px; 
	color: #F5CD2D;
	font-size: 70px;
	line-height: 60px; 
	margin-top: 150px; 
	margin-left: 0px;
	text-align:right;
}
.nivoslider-twsbhome .nivo-caption6a {
	width: 340px; 
	font-size: 35px;
	line-height: 30px; 
	color: #fff;
	margin-top: 10px; 
	margin-left: 0px;
	text-align:right;
}

.nivoslider-twsbhome .nivo-caption7 {
	width: 850px; 
	font-size: 70px;
	line-height: 60px; 
	color: #F5CD2D;
	margin-top: 80px; 
	margin-left: 610px;
	text-align:left;
}
.nivoslider-twsbhome .nivo-caption7a {
	width: 850px; 
	color: #fff;
	font-size: 35px;
	line-height:30px; 
	margin-top: 5px; 
	margin-left: 610px;
	text-align:left;
}

.nivoslider-twsbhome .nivo-caption8 {
	width: 310px; 
	color: #fff;
	font-size: 35px;
	line-height:35px; 
	margin-top: 50px; 
	margin-left:0px;
	text-align:right;
}
.nivoslider-twsbhome .nivo-caption8a {
	width: 310px; 
	font-size: 70px;
	line-height: 60px; 
	color: #F5CD2D;
	margin-top: 5px; 
	margin-left: 0px;
	text-align:right;
}

.theme-twsbhome .nivo-caption a {
	display:inline !important;
	color:#58257B;
	text-decoration: none;
	font-weight: normal;
}


.theme-twsbhome .nivo-caption a:hover {
	color:#58257B;
	font-weight: normal;
	text-decoration: underline;

}

.theme-twsbhome .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-twsbhome .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-twsbhome .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
