/* ========================================================================================================= */
/*  RESET CODE
/* ========================================================================================================= */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h2, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
/* ========================================================================================================= */
/*  DEFAULT SETTINGS
/* ========================================================================================================= */

html {
	height:100%;
}

body {
	background: #EAEAEA;
	color: #222; 
	font-weight:normal; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align:left;
	margin: 0px;
	padding:0px;
	height:100%;
}

a:link	{
	color: #000; 
	text-decoration: underline;
}

a:visited {
	color: #000; 
	text-decoration: underline;
	}
	
a:hover	{
	color: #000; 
	text-decoration: none;
}	


li	{
	margin-bottom:10px;
	line-height:20px;
}


.content-col-2 li	{
	margin-bottom:10px;
	list-style:square;
	line-height:20px;
	margin:0 0 0 20px;
}



/*
li {
	margin-bottom:10px;
	background: transparent url('/images/general/bullet.png') no-repeat scroll 0px 0px; 
	padding: 0px 0px 0px 35px; 
	min-height:20px;
	line-height:15px;	
	margin:0px 0px 15px 0px;
}
*/

ul	{
	margin-bottom:20px;
}

p {
	margin:0px 0px 20px 0px;
	line-height:20px;
}

small {
	font-size:0.8em;
}

table {
	width:100%;
	border:none;
	margin:0px 0px 20px 0px;
}

td {
	padding:5px;
	vertical-align:top;
}

/* ========================================================================================================= */
/*  FONTS
/* ========================================================================================================= */

@font-face {
    font-family: 'FranchiseRegular';
    src: url('/fonts/franchise-bold-hinted-webfont.eot');
    src: url('/fonts/franchise-bold-hinted-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/franchise-bold-hinted-webfont.woff') format('woff'),
         url('/fonts/franchise-bold-hinted-webfont.ttf') format('truetype'),
         url('/fonts/franchise-bold-hinted-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.franchise {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'FranchiseRegular', sans-serif;
}


/* ========================================================================================================= */
/*  HEADERS APPLIED TO <H> TAGS IN HTML
/* ========================================================================================================= */

.head1 {
	color:#FFF;
	font-size:60px;
	text-shadow: #000 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0px 00px 0px;
	text-align:left;
	text-transform:uppercase;
}


.head2b {
	color:#FFF;
	font-size:45px;
	text-shadow: #111 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0 10px 0px;
	text-align:left;
	width:170px;
	padding:0 0 0 0;
	text-transform:uppercase;
	
}

.head3 {
	color:#333;
	font-size:30px;
	text-shadow: #FFF 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0 20px 0px;
	text-align:left;
	padding:0 0 0 0;
	line-height:33px;
	letter-spacing:-1px;
}

.head4 {
	color:#e4313c;
	font-size:20px;
	text-shadow: #FFF 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0 20px 0px;
	text-align:left;
	padding:0 0 0 0;
	letter-spacing:-1px;
}

.head5 {
	color:#e4313c;
	font-size:21px;
	text-shadow: #EAEAEA 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0 20px 0px;
	text-align:right;
	padding:0 0 0 0;
	line-height:25px;
	letter-spacing:-1px;
	position:absolute;
	right:25px;
	top:10px;
}

.head6 {
	color:#333;
	font-size:20px;
	text-shadow: #FFF 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0 0px 0px;
	text-align:left;
	padding:0 0 0 0;
	letter-spacing:-1px;
	padding:15px 0 0 0;
	border-top:2px #e4313c solid;
	width:100%;
}


/* ========================================================================================================= */
/*  CONTAINERS
/* ========================================================================================================= */

.editable {
	/*border:1px green solid;*/
}


div.main-wrap {
	position:relative;
	width:1010px;
	margin:0 auto;
	top:20px;
}

div.content-wrap {
	width:1000px;
	padding:5px;
	background:#FFF;
	clear:both;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

div.content-left {
	width:745px;
	float:left;
}

div.content-right {
	width:250px;
	float:right;
}


div.header-wrap {
	width:960px;
	padding:0 25px 0 25px;
	margin:0 0 20px 0;
	clear:both;
}

div.banner-wrap {
	width:745px;
	float:left;
	margin:0 0 5px 0;
	position:relative;
	height:500px;
	clear:both;
}

div.banner-wrap-2 {
	width:745px;
	float:left;
	margin:0 0 5px 0;
	position:relative;
	height:300px;
	clear:both;
	overflow:hidden;
}

div.banner-wrap-news {
	width:745px;
	float:left;
	margin:0 0 5px 0;
	position:relative;
	clear:both;
}

div.slider-wrap {
	width:745px;
	float:left;
	margin:0 5px 0 0;
	position:relative;
	height:500px;
}

div.banner-text-wrap {
	position:absolute;
	left:20px;
	top:20px;
	width:450px;
	z-index:9999;
}

div.banner-options-wrap {
	width:900px;
	height:75px;
	position:absolute;
	top:400px;
	left:25px;
	border:1px red solid;
	z-index:9999;
	
}


div.home-featured-wrap-1 {
	width:210px;
	height:75px;
	padding:150px 25px 25px 15px;
	float:right;
	margin:0 0 5px 0;
	background:transparent url('/images/backgrounds/home-feature-1.jpg') no-repeat scroll left top;
	cursor:pointer;
}

div.home-featured-wrap-2 {
	width:210px;
	height:70px;
	padding:150px 25px 25px 15px;
	float:right;
	margin:0 0 5px 0;
	background:transparent url('/images/backgrounds/home-feature-2.jpg') no-repeat scroll left top;
	cursor:pointer;
}

div.home-featured-wrap-3 {
	width:210px;
	height:125px;
	padding:100px 25px 25px 15px;
	float:right;
	margin:0 0 5px 0;
	background:transparent url('/images/backgrounds/home-feature-3.jpg') no-repeat scroll left top;
	color:#FFF;
	cursor:pointer;
}

div.home-featured-wrap-4 {
	width:210px;
	height:75px;
	padding:150px 25px 25px 15px;
	float:right;
	margin:0 0 0 0;
	background:transparent url('/images/backgrounds/home-feature-4.jpg') no-repeat scroll left top;
	color:#FFF;
	cursor:pointer;
}

div.home-featured-wrap-5 {
	width:210px;
	height:105px;
	padding:120px 25px 25px 15px;
	float:right;
	margin:0 0 0 0;
	background:transparent url('/images/backgrounds/home-feature-5.jpg') no-repeat scroll left top;
	color:#FFF;
	cursor:pointer;
}

div.home-featured-wrap-6 {
	width:210px;
	height:120px;
	padding:105px 25px 25px 15px;
	float:right;
	margin:0 0 5px 0;
	background:transparent url('/images/backgrounds/home-feature-6.jpg') no-repeat scroll left top;
	color:#FFF;
	cursor:pointer;
}

div.home-featured-wrap-7 {
	width:210px;
	height:25px;
	padding:200px 25px 25px 15px;
	float:right;
	margin:0 0 5px 0;
	background:transparent url('/images/backgrounds/home-feature-2.jpg') no-repeat scroll left top;
	color:#FFF;
	cursor:pointer;
}

div.home-featured-wrap-8 {
	width:210px;
	height:25px;
	padding:200px 25px 25px 15px;
	float:right;
	margin:0 0 5px 0;
	background:transparent url('/images/backgrounds/home-feature-1.jpg') no-repeat scroll left top;
	color:#FFF;
	cursor:pointer;
}

div.content-col-1 {
	 width:145px;
	 float:left;
	 margin:0 5px 0 0;
	 padding:25px;
}

div.content-col-2 {
	width:475px;
	padding:35px;
	float:left;
	background:#FCFCFC;
	margin:0 0 0 0;
	position:relative;
	top:-90px;
	z-index:999;
	
}

div.footer-wrap {
	width:950px;
	clear:both;
	margin:0px auto;
}

#easyTooltip {
	padding:5px 10px;
	border:1px solid #fff;
	background:#FFF;
	color:#202c78;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	
	z-index:999;
}

div.map-wrap {
	float:left;
	margin:0 0 0 -50px;
}

.bank-wrap-1 {
	width:173px;
	height:300px;
	float:left;
	padding:25px;
	border:1px #CCC solid;
	background:#FFF;
	margin:0 0 25px 0;
}

.bank-wrap-2 {
	width:173px;
	height:300px;
	float:right;
	padding:25px;
	border:1px #CCC solid;
	background:#FFF;	
	margin:0 0 25px 0;
}

.news-headlines {
    padding:20px;
    clear:both
}

.news-small {
    width:25%;
    float:right;
    padding:4px;
    border:1px #ccc solid;
    margin:0 0 25px 25px;
}

/* ========================================================================================================= */
/*  MENU
/* ========================================================================================================= */

div.menu-wrap {
	float:right;
	width:auto;
	margin:90px 0 0 0;
}

div.top-menu-wrap {
	float:right;
	margin:0 0 5px 0;
	text-align:right;
}

div.sub-menu-wrap {
	clear:both;
	padding:10px 0px 0px 0px;
	display:none;
	text-align:right;
}

div.sub-menu-contact-wrap {
	clear:both;
	padding:10px 0px 0px 0px;
	display:block;
	text-align:right;
}


a.menu-item:link, a.menu-item:visited {
	color:#333;
	text-decoration:none;
	font-size:16px;
	line-height:16px;
	font-weight:500;
	text-shadow: #EAEAEA 0px 2px 3px;
	margin:0px 0px 0px 0px;
	padding:3px 8px 3px 8px;
	letter-spacing:-1px;
}

a.menu-item:hover {
	text-decoration:none;
	color:#FFF;	
	text-shadow: #2a377e 0px 2px 3px;
	background:#2a377e;
	
}
a.sub-menu-item:link, a.sub-menu-item:visited {
	color:#333;
	text-decoration:none;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	text-shadow: #EAEAEA 0px 2px 3px;
	margin:0px 0px 0px 0px;
	padding:3px 8px 3px 8px;
	letter-spacing:-1px;	
}

a.sub-menu-item:hover {
	text-decoration:none;
	color:#FFF;	
	text-shadow: #e4313c 0px 2px 3px;
	background:#e4313c;
	
}


/* ========================================================================================================= */
/*  TEXT
/* ========================================================================================================= */

a.footer-link:link, a.footer-link:visited {
	color:#333;
	text-decoration:none;
	font-weight:500;
	margin:0px 0px 0px 0px;

}

a.footer-link:hover {
	text-decoration:underline;
	color:#333;	
}

p.footer-text {
	text-align:right;
	font-size:11px;
	color:#333;
	margin:0;
}

ul.short-menu li {
	width:135px;
	padding:5px;
	background:#EEE;
	margin:0 0 5px 0;
}

ul.short-menu li a:link, ul.short-menu li a:visited {
	text-decoration:none;
	color:#333;
}

ul.short-menu li a:hover {
	color:#e4313c;
	text-decoration:none;
	
}

a.large-link:link, a.large-link:visited {
	padding:3px 8px 3px 8px;
	background:#2a377e;
	text-shadow: #2a377e 0px 2px 3px;
	font-size:24px;
	color:#FFF;
	text-decoration:none;
}

a.large-link:hover {
	background:#e4313c;
	text-shadow: #e4313c 0px 2px 3px;
	text-decoration:none;
}

p.centred-text {
	text-align:center;
}

.col2    {-moz-column-count: 2;-moz-column-gap: 50px;-webkit-column-count: 2;-webkit-column-gap: 50px;column-count: 2;column-gap: 50px;margin:0 0 50px 0}   

/* ========================================================================================================= */
/*  IMAGES
/* ========================================================================================================= */

img.logo {
	float:left;
}

img.banner-image {
	width:745px;
	height:500px;
	float:left;
}

img.banner-image-2 {
	width:745px;
	/*height:300px;*/
	float:left;
}

img.bank-logo {
	width:175px;
	height:42px;
	float:left;
	clear:both;
	margin:0 0 20px 0;
}


img.general-right {
	float:right;
	margin:0 0 20px 20px;
	border:2px #FFF;
}

img.general-left {
	float:left;
	margin:0 20px 20px 0;
	border:2px #FFF;
}

div#testimonials img {
	width:150px;
	padding:4px;
	float:right;
	background:#FFF;
	margin:0 0 20px 20px;
	
}

img.bfa-logo {
	width:55px;
	float:left;
	margin:0 20px 0 0;
}

/* ========================================================================================================= */
/*  FORM
/* ========================================================================================================= */


form {
	padding: 0px;
}

.textA {
	border:#999 solid 1px;
	background:#FFF;
	padding:5px 10px 5px 10px;
	color:#111;
	width:200px;
}

.textB {
	border:#999 solid 1px;
	background:#FFF;
	padding:5px 10px 5px 10px;
	color:#111;
	width:100px;
}

.textareaA {
	border:#999 solid 1px;
	background:#FFF;
	padding:5px 10px 5px 10px;
	color:#111;
	width:300px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.textA:focus, .textB:focus, .textareaA:focus {
	border:1px #e4313c solid;
}


.dropA {
	border:#999 solid 1px;
	background:#FFF;
	padding:5px 10px 5px 10px;
	color:#111;
}

.buttonA {
	font-size: 13px; 
	font-weight:500; 
	background-color: #e4313c; 
	color: #FFF; 
	padding:4px 8px 4px 8px; 
	float: left;
	cursor:pointer;
	border:none;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:0;
	
}


/* ========================================================================================================= */
/*  FORM VALIDATION
/* ========================================================================================================= */

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}


.formError .formErrorContent {
	width: 100%;
	background: #2a377e;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: Arial;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #2a377e;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}


/* ========================================================================================================= */
/*  CLEARS & PADS
/* ========================================================================================================= */

.clear {
	width:100%;
	height:0px;
	clear:both;
}

.clear10 {
	width:100%;
	height:10px;
	clear:both;
}

.clear20 {
	width:100%;
	height:20px;
	clear:both;
}

.clear25 {
	width:100%;
	height:25px;
	clear:both;
}


.clear50 {
	width:100%;
	height:50px;
	clear:both;
}


.clear100 {
	width:100%;
	height:100px;
	clear:both;
}



/* ========================================================================================================= */
/*  SLIDER STYLE
/* ========================================================================================================= */


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
}

.caption-top {
	position:absolute;
	top:0px;
	background:red;
}


.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}



/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default #slider {
    margin:0;
    width:745px; /* Make sure your images are the same size */
    height:500px; /* Make sure your images are the same size */
    float:left;
    overflow:hidden;
}

.theme-default #slider2 {
    margin:0;
    width:268px; /* Make sure your images are the same size */
    height:310px; /* Make sure your images are the same size */
    float:left;
}


.theme-default .nivoSlider {
	position:relative;
	background:#fff url('/images/slider/loading.gif') no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:10px;
	top:10px;
}
.theme-default .nivo-controlNav a {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display:block;
		width:22px;
		height:22px;
	background:url('/images/slider/bullets.png') no-repeat;
		text-indent:-9999px;
		margin-right:3px;
		float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display:block;
		width:30px;
		height:30px;
	background:url('/images/slider/arrows.png') no-repeat;
		text-indent:-9999px;
	}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    position:absolute;
    top:365px;
    max-height:35px;
    margin:0;
    overflow:hidden;
}

.theme-default .nivo-caption a {
    color:#fff;
    text-decoration:none;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
    text-decoration:none;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: Amended for news.
Version: 1.0
Author: Kris Jeary
Author URI: http://squiders.com
*/

.theme-news #slider {
    margin:0;
    width:650px; /* Make sure your images are the same size */
    height:400px; /* Make sure your images are the same size */
    border:1px #DDD solid;
    float:left;
}

.theme-news #slider2 {
    margin:0;
    width:268px; /* Make sure your images are the same size */
    height:185px; /* Make sure your images are the same size */
    float:left;
}


.theme-news .nivoSlider {
	position:relative;
	background:#fff url('/images/slider/loading.gif') no-repeat 50% 50%;
}
.theme-news .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:268px;
}
.theme-news .nivoSlider a {
	border:0;
	display:block;
}

.theme-news .nivo-controlNav {
	position:absolute;
	left:10px;
	bottom:10px;
}
.theme-news .nivo-controlNav a {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display:block;
		width:22px;
		height:22px;
	background:url('/images/slider/bullets.png') no-repeat;
		text-indent:-9999px;
		margin-right:3px;
		float:left;
}
.theme-news .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-news .nivo-directionNav a {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display:block;
		width:30px;
		height:30px;
	background:url('/images/slider/arrows.png') no-repeat;
		text-indent:-9999px;
	}
.theme-news a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-news a.nivo-prevNav {
	left:15px;
}

.theme-news .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    position:absolute;
    top:0px;
    max-height:35px;
    margin:0;
    overflow:hidden;
}

.theme-news .nivo-caption a {
    color:#fff;
    border:none;
    text-decoration:none;
}
.theme-news .nivo-caption a:hover {
    color:#fff;
}


/* ========================================================================================================= */
