/* Default stylesheet */
body {
	background: #F6F6F6;
	color: #5a5a5a;
	/* font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif; */
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	/* font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif; */
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	/*font-family: "Myriad Pro", Myriad, Tahoma, "DejaVu Sans Condensed", FreeSans, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif	;*/
	/*font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: 'PT Sans', sans-serif;
	font-size: 85%; /* 14px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 8px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
	word-wrap: break-word;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 0 5px;
}
.body img[align="left"] {
	margin-right: 10px;
}
.body img[align="right"] {
	margin-left: 10px;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a {text-decoration: none; color: #5a5a5a; }
a:visited { color: #7b4e7f; }
a:hover { }

/* read more.. links */
.linker { 
	margin-top: 20px;
	/* position: absolute; */
	bottom: 20px;	
}
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}
.menu .itemselected > a:link, .menu .itemselected > a:visited {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
#cp { }
#cp a {}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink {color: #09080d; font-weight: normal; font-family: 'Droid Sans', sans-serif;}
.headlinelink:link {font-family: 'Droid Sans', sans-serif; }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path { }
a.path:link { text-decoration: none; }
a.path:visited { text-decoration: none; }
a.path:hover { text-decoration: underline; }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/

/* SECTION: Default form styling */
form.cpsimpleform {
	background-color: rgba(0,0,0,0.05);
	padding: 1em;
	margin: 1em auto; 
	max-width: 40em;
}

input:invalid{
    box-shadow: 0 0 5px red;
}

input, textarea {
	max-width: 98%;
}

.cpsimpleform input[type="text"]:not([size]), .cpsimpleform input[type="email"]:not([size]), .cpsimpleform input[type="tel"]:not([size]) {
	max-width: 20em;
	width: 98%;
}
.cpsimpleform input[type="tel"]:not([size]), .cpsimpleform input.sfx-phone:not([size]) {
	width: 10em;
}

label, .cpstextheading {
	font-weight: bold;
}
fieldset {
	border: 1px solid #999999;
	margin: 1em 0;
	padding-top: 1em;
}
legend {
	font-weight: bold;
}
.cpsimpleform input[type="submit"] {
	display: block;
	margin-left: auto;
	margin-right : 0;
}
/* Cp forms */
.cpstextheading {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 2px;
}
.cpselementcontainer {
	/*border-bottom: 1px solid #E1E1E1;*/
	margin-bottom: 5px;
	padding: 2px 0 5px;
}
.cpsoptionsclear {
	clear: both; 
	font-size: 1px; 
	height: 0px;
}
.cpsoptionlabel {
	font-weight: normal;
}
.cpselementcontainer.horizontal .cpstextheading {
	float: left;
	width: 32%;
}
.cpselementcontainer.horizontal .cpsoptions, .cpselementcontainer.horizontal .cpsstatictext  {
	float: right;
	text-align: left;
	width: 66%;
}
.cpselementcontainer .cpsstatictext {
	margin: 2px 0 5px 0;
	padding-top: 2px;
}
.optionshorizontal .cpsradiooption, .optionshorizontal .cpscheckboxoption {
	float: left;	
	margin-right: 5px;
	white-space: nowrap;
}
span.mandatory {
	color: #AA0000;
}

/* Menu list */
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

/* standard box/widget */
.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0 0 5px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box .caption {
	padding: 0px;
	margin: 0px;
}

/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
	margin-bottom: 12px;
	width: 100%;
}


/* cp sidebar */
.sidebar {
	margin: 25px 0 20px;
}

/* various stuff*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.eventdate {
	background: url("http://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.author { color: #333333; font-size: 0.9em; }
.copyright { }

/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
div.pagebar { 
	padding: 10px 0px; 
	clear: both; 
	text-align: center;
}
div.pagebar a {
	color: #8c8c8c;
}

.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 22px;
/* 	font-size: 1.3em; */
}
h1.headlineview {

}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline, .body h2 {
}
.ingress {
	font-size: 14px;
}
div.ingress {
	margin: 0px; 
	padding: 0px;
	line-height: 20px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}

.viewarea div.listingpic {
	margin: 0 0 10px;
}
.viewarea div.listingpic img {
	float: none;
	width: 100%;
}
/* SECTION: Articlemedia */
div.articlemedia { 
	margin-bottom: 10px;
}

div.articleimage, div.articlemovie, div.mediaitem { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext, .articlemedia .desc { 
	font-style: italic;
	padding: 5px 5px 0;
}

div.articlemovie .articlemovieplayer{
	text-align: center;
}
div.articlemedia.images { 
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}

/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 25px;
	position: relative;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	width: auto; /* needed for ie8 */
	width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

div.onecol.suggestions a.headlinelink{
	position: absolute;
	top: 190px;
	left: 29px;
	font-size: 52px;
	color: #fff;
	text-shadow: 0 0 10px #000;
}

div.onecol.suggestions .subheadline {
	background: #468966;
	color: #fff;
	font-size: 18px;
	padding: 14px 0;
	text-align: center;
}

/* 2-col */
div.twocol > .col { 
	width: 49%;
}
div.twocol > .col.col0 { 
	clear: both;
	float: left;
}
div.twocol > .col.col1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

#mainsidebar div.twocol > .col.col0, #mainsidebar div.twocol > .col.col1 {
	width: 100%;
}
.frontpage.articlelisting #mainsidebar div.twocol > .col.col0 { 
	width: 58.2%;
} 
.frontpage.articlelisting #mainsidebar div.twocol > .col.col1 { 
	width: 37%;
} 
/* 3-col */
div.threecol > .col { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol > .col.col0 { 
	clear: both;
}
div.threecol > .col.col1 { 
	margin-right: 0;
}
div.threecol > .col.col2 { 
	clear: right;
	float: right;
	margin-right: 0;
}
.col .textwrap, .col .imgwrap {
	float: none;
	width: auto;
}
.col .textwrap {
	background: #fff;
	border: 1px solid #EDEDED;
	border-top: none;
	padding: 23px 21px 20px;
	height: 148px;
	position: relative;
}

.twocol .onecol .textwrap {
	padding: 25px 22px 0px;
}

/* 4-col */
div.fourcol > .col { 
	width: 23%;
	float: left;
	margin-right: 2%;
}
div.fourcol > .col.col0 { 
	clear: both;
}
div.fourcol > .col.col2 { 
	margin-right: 0;
}
div.fourcol > .col.col3 { 
	clear: right;
	float: right;
	margin-right: 0;
}
div.fourcol .textwrap, div.fourcol .imgwrap {
	float: none;
	width: auto;
}

/* listing/view stuff */

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #E8E8E8;
	font-size: 1px;
	clear: both;
	height: 1px;
	margin-bottom: 25px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; } /* .clearfix to clear floating elements above */

.cf:before, .cf:after { content: " "; display: table; } /* .cf to wrap floating elements inside */
.cf:after {clear: both;}
.cf { *zoom: 1;} /* IE 6/7 */

.hidewhitespace { display: none; }

/* SECTION: Default layout */ 
#page, .inner {
	/* width: 1400px; */
	max-width: 1400px /* 93.6% */;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	margin: 92px 0 37px;
	padding: 0px;
	position: relative;
}
.logo {
   /*  position: relative; */
    max-width: 500px;
    width: 44.2%;
    margin: 0 auto;
    
}
#logo {
	position: absolute;
	z-index: 9999;
	bottom: 118px;
}
.top-bg {
	background: url(http://img6.custompublish.com/getfile.php/2446916.1006.pdyqxpyade/gradientBg.jpg) repeat;
	height: 350px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.stripes {
	background: url(http://img6.custompublish.com/getfile.php/2446915.1006.qsqfrvpasq/header-pattern2.png) repeat;
	height: 350px;
}
#topnav {
	background: url(http://img6.custompublish.com/getfile.php/2440058.1006.vxbebrwqya/greenTrans.png) repeat;
	position: absolute;
	width: 100%;
	z-index: 9999;
	bottom: 0;
}
#middle {
}
#navbar {
	float: left;
	margin-right: 1.5%;
	max-width: 209px;
	min-height: 20px;
	width: 14.9%;
}
#main {
	float: left;
	max-width: 808px;
	width: 58%;
	min-height: 500px; /* ref .viewarea */
}
.viewareacontent {
	background: #fff;
	padding: 20px;
	min-height: 460px; /* ref #main */
}

#mainsidebar {
	float: right;
	max-width: 342px;
	width: 24.4%;
}

.frontpage.articlelisting #mainsidebar {
	max-width: 567px;
	width: 40.4%;
}

.frontpage.articlelisting #navbar {
	display: none;
}

/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}
#footer {
	padding: 25px 0;
	color: #fff;
	background: #548F6D;
	clear: both;
	margin-top: 95px;
}

/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}

ul.topmenu, ul.social {
	list-style-type: none;
	
}
ul.topmenu li {
	display: inline;
	float: left;
}
ul.topmenu li a {
	display: block;
	color: #fff;
	padding: 28px 28px 24px;
	margin-right: 5px;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
}
ul.topmenu li a.menuitemselected {
	text-decoration: none !important;
	font-weight: bold;
	background: url(http://img6.custompublish.com/getfile.php/2441581.1006.aqdudtpetc/active.png) no-repeat bottom center;
}
ul.topmenu li a:hover {
	text-decoration: none !important;
	background: url(http://img6.custompublish.com/getfile.php/2441581.1006.aqdudtpetc/active.png) no-repeat bottom center;
}

ul.mainmenu {}

ul.mainmenu li {
	float: none
}
ul.mainmenu li a {
	display: block;
	padding: 10px;
	background: #fff;
	margin-bottom: 5px;
	border-left: 4px solid transparent;
	color: #09080D;
	font-family: 'PT Sans', sans-serif;
}
ul.mainmenu li a:hover, ul.mainmenu li a.menuitemselected {
	border-left: 4px solid #458363;
	color: #458363;
	text-decoration: none !important;
	font-weight: bold;
}
ul.social li {
	float: none;
}
ul.social li a {
	display: block;
	padding: 10px 10px 10px 46px;
	color: #000;
	height: 34px;
	font-family: 'PT Sans', sans-serif;
}

ul.social li a.fb {
	background: url(http://img6.custompublish.com/getfile.php/2448142.1006.dwuwxvfuvc/fb.png) no-repeat;
}
ul.social li a.linkedin {
	background: url(http://img6.custompublish.com/getfile.php/2448143.1006.veffyvprtu/linkedin.png) no-repeat;
}
ul.social li a.blogger {
	background: url(http://img6.custompublish.com/getfile.php/2448140.1006.dxrupuavpt/blogger.png) no-repeat;
}
ul.social li a.tw {
	background: url(http://img6.custompublish.com/getfile.php/2448148.1006.actpqxtyaf/tw.png) no-repeat;
}
ul.social li a.email {
	background: url(http://img6.custompublish.com/getfile.php/2448141.1006.spufusywux/email.png) no-repeat;
}
ul.social li a.pencil {
	background: url(http://img6.custompublish.com/getfile.php/2448144.1006.sxbcddbest/pencil.png) no-repeat;
}
ul.social li a.photo {
	background: url(http://img6.custompublish.com/getfile.php/2448145.1006.weduxvptvt/photo.png) no-repeat;
}
ul.social li a.printer {
	background: url(http://img6.custompublish.com/getfile.php/2448146.1006.txpxuyduqt/printer.png) no-repeat;
}
ul.social li a.tips {
	background: url(http://img6.custompublish.com/getfile.php/2448147.1006.deyvuewyrp/tips.png) no-repeat;
}


#searchform {
	float: right;
	background: #fff;
	border-radius: 4px;
	padding: 7px 12px;
	margin: 17px 25px;
	width: 160px;
	
}
input.searchinput {
	vertical-align: middle;
	border: none;
	color: #9e9e9e;
	font-size: 11px;
	width: 145px;
}	
input.searchsubmit {
	float: right;
	border: none;
	background: url(http://img6.custompublish.com/getfile.php/2441540.1006.rtqrcausuu/search-icon.jpg) no-repeat;
	width: 15px;
	height: 15px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
}

.errmsg { font-weight: bold; color: #AA0000; }

/* weather forecast */
table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Calendar  */
.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}



/* General cycle2 styles */
.cycle-slideshow .imgwrap img {
	width: 100%;
	height: auto;
}
div.articlelist.cycle-slideshow {
	overflow: hidden;
	position: relative;	
}
div.articlelist.cycle-slideshow img {
	margin: 0;
}
div.articlelist.cycle-slideshow .item {
	position: relative;
	width: 100%;
}

/*
div.articlelist.cycle-slideshow .textwrap {
	background-color: transparent;
	overflow: hidden;
	max-height: 5em;
	top: 100%;
	padding: 0.5em 4%;
	position: absolute;	
	width: 92%;
}

div.articlelist.cycle-slideshow .headline {
	background-image: url(/images/opacity/white/opacity70.png);
	background-position: top left;
	background-repeat: repeat;
	bottom: 0;
	font-size: 2.0em;
	padding: 10px 4%;
	position: absolute;
	width: 92%;
}
div.articlelist.cycle-slideshow .cycle-pager {
	font-size: 1.2em;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10000;
}
div.articlelist.cycle-slideshow .cycle-pager a {
	background-image: url(/images/opacity/white/opacity70.png);
	background-position: top left;
	background-repeat: repeat;
	border-radius: 50%;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-left: 5px;
	min-width: 1.2em;
	padding: 5px;
	text-align: center;
	text-decoration: none;

}
div.articlelist.cycle-slideshow .cycle-pager a:hover, div.articlelist.cycle-slideshow .cycle-pager a.cycle-pager-active {
	background-color: #FFFFFF;
	background-image: none;
	color: #006699;
}
*/

/* Special cycle2 styles */
div.jumbotron.cycle-slideshow, div.jumbotron.cycle-slideshow .item {
	max-height: 433px;
	min-height:480px;
}
div.aside.cycle-slideshow {
	margin-bottom: 26px;
}
div.aside.cycle-slideshow .textwrap { 
	background: url("http://img6.custompublish.com/getfile.php/2440058.1006.vxbebrwqya/greenTrans.png") repeat;
	overflow: hidden;
	max-height: 54px;
	bottom: 0;
	padding: 0;
	position: absolute;	
	width: 100%;
}
div.aside.cycle-slideshow .textwrap .cell {
	padding: 5px 10px;
}
div.aside.cycle-slideshow .textwrap h1.headline {
	margin: 0;
}
div.aside.cycle-slideshow .textwrap a.headlinelink {
	color: #fff;
	font-size: 15px
}



@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	 #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks, div.tools {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 20px 0 !important;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	padding: 20px 0;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -5px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://img6.custompublish.com/getfile.php/2463838.1006.fvasabqffy/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(http://img6.custompublish.com/getfile.php/2463839.1006.basvvvuuxs/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(http://img6.custompublish.com/getfile.php/2463839.1006.basvvvuuxs/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(http://img6.custompublish.com/getfile.php/2463839.1006.basvvvuuxs/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(http://img6.custompublish.com/getfile.php/2463839.1006.basvvvuuxs/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}