/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('league_gothic-webfont.eot');
    src: url('league_gothic-webfont.eot?#iefix') format('eot'),
         url('league_gothic-webfont.woff') format('woff'),
         url('league_gothic-webfont.ttf') format('truetype'),
         url('league_gothic-webfont.svg#webfontORVOBAoV') format('svg');
    font-weight: normal;
    font-style: normal;

}

#cu3er-container {
	width: 898px;
	overflow-x: hidden;
	margin-top: -20px;
	margin-left: -23px;
}

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

.container { width: 980px; margin: 0px auto; background: #fff; }
.hfeed { width: 900px; float: left; padding:20px 25px; background:#fff; }
.aside { width: 300px; float: right; }
.footer { clear: both; }

body, input, textarea { font: 13px/1.5 Georgia, "Times New Roman", Times, serif; }

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }

/* Logo */
#logo, #logo a { margin:0; padding:0; }
#logo a:hover { color: #2361a1; text-decoration: none; }
#tagline { color: #333; }


/* Menu */
.nav { float: left; line-height: 1; background-color: #fff; width: 100%; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; }
.nav ul li { width: 100%; }

.nav a { display: block; position: relative; padding: 8px 10px; }

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 29px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

/* Default Skin */
.nav { border: 1px solid; border-color: #aaa #ddd #ddd #aaa; }
.nav ul { border: 1px solid #ddd; border-bottom: none; }
.nav ul li a { border-bottom: 1px solid #ddd; }
.nav li:hover ul,
.nav li.nav-hover ul { background: #fff; }

.nav a { color: #666; border-right: 1px solid #ccc; }
.nav a:hover { text-decoration: none; background: #fafafa; }
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: #fafafa; }

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #2361a1; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #000; font-size: 24px; line-height: 28px; }
.entry-title a:hover { color: #2361a1; text-decoration: none; }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 0px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
#primary th, td { padding: 5px 0px 5px 3px; }
.header td { padding: 0; }

#primary {
	width: 900px;
}


/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

.navtop, .navtop ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.navtop {
  	font-family: Arial, Helvetica, sans-serif, Verdana;
  	z-index: 100;
  	position: relative;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none; margin:0; padding:0;
}
.navtop li {
	border-left: 1px solid #999;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 32px;
}
.navtop li a, .navtop li a:link, .navtop li a:active, .navtop li a:visited {
	color: #000000;
	display: block;
	padding: 0 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	line-height: 32px;
	font-weight: bold;
        margin:0;
}
.navtop li a:hover {
  background: #ccc;
  color: #000;	
}
.navtop-one li:hover a, 
.navtop-one li.sfHover a {
  background: #ccc;
  color: #000;
}
.navtop-one li:hover ul a, 
.navtop-one li.sfHover ul a {
  background: #565656;
  color: #959595;	
}
.navtop-one li:hover ul a:hover, 
.navtop-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000000;	
}
.navtop ul {
	background: #999999;
	border-bottom: 1px solid #333;
	list-style: none;
	margin: 0;
	width: 196px;
	position: absolute;
	top: -999em;
	left: -1px;
}
.navtop li:hover ul,
.navtop li.sfHover ul {
  top: 32px;
}
.navtop ul li {
  border: 0;
  float: none;
}
.navtop ul a {
	border: 1px solid #000;
	border-bottom: 0px;
	padding-right: 0px;
	width: 180px;
	white-space: nowrap;
}
.navtop ul a:hover {
  background: #ccc;
  color: #000;
}
.nav-table { border:0px; margin:0px 0px 0px -20px; padding:0;width: 900px; height: 83px; }

.home-p { 
 background-color: #F8F8FF;
    border: medium solid #F5F5FF;
    box-shadow: 5px 5px 5px #CCCCCC;
-moz-box-shadow: 5px 5px 5px #ccc;
-webkit-box-shadow: 5px 5px 5px #ccc;
    float: right;
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
    text-align: left;
}


#bottom_footer_img { float: left; width: 100%; text-align: center;}
#bootom_call_txt {font-size: 18px; float: right; width: 550px; line-height: 24px; text-align: left;}
#footer-td {height: 60;width: 717;}

.copyright {text-align:center;
}
#header-table {border:0; padding:0; margin:0;}
#nav-background {width:36px; height:32px; padding:0; margin:0;
background-image: url(/wp-content/themes/pool-town/images/nav_background.jpg);
}
#nav-background-1 { padding:0; background-image: url(wp-content/themes/pool-town/images/nav_background.jpg);
}
body {
	margin:0;
	padding:0;
	color:#000000;
	font-family: Arial, Helvetica, sans-seri, Verdanaf;
	font-size:14px;
	line-height: 19px;
	background-image: url(/wp-content/themes/pool-town/images/background.jpg);
	background: url(images/water.jpg) top center no-repeat fixed;
	background-repeat: repeat;
	margin-top: 0px;
}

html{
	padding:0;
	margin:0;
}

#newwrap {
	width: 919px;
	background: #fff;
	margin: 0px auto;
}

#newwrap2 {
	width: 967px;
	background: #fff;
	margin: 0px auto;
}

#pooltown12 {
	width: 900px;
	height: 153px;
	overflow: hidden;
	margin: 0px auto;
}

#pooltown1 {
	width: 900px;
	height: 145px;
	overflow: hidden;
}

.poollogo {
	width: 50%;
	float: left;
	text-align: left;
}

.poolphone {
	width: 50%;
	float: left;
	text-align: right;
}

/* Begin Navigation */

#mrginal {
	margin-left: 15px;
}

#nav {
	margin: 0px auto;
	text-align: center;
	z-index: 9999;
	font-weight: normal;
}
#nav li {
    background:url("images/nav-ends.png") no-repeat left top;
	float:left;
	margin: 0px;
    padding:0 0 0 2px;
	font-weight: normal;
}
#nav li.beg {
    background:none;
}
#nav ul {
	list-style: none;
	padding: 0px; margin: 0px;
}
#nav ul li {
	display: inline;
	position:relative;
}
#nav ul li a {
	background:url("images/nav-bg.png") repeat-x top center;
	font-family: LeagueGothicRegular;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
    padding: 19px 11px 0;
	display: block;
	height: 39px;
	font-weight: normal;
}
#nav ul li a:hover,#nav ul li a:active {
	background:url("images/nav-bg.png") repeat-x top center;
	color: #ffda00;
}
#nav ul li a.home {
	-moz-border-radius: 10px 0 0;
	-webkit-border-radius: 10px 0 0;
	border-radius: 10px 0 0;
}
#nav ul li a.offers {
	background:url("images/nav-bg.png") repeat-x top center;
	color: #ffa000;
}
#nav ul li a.contact {
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}

	body#home #nav ul li a.home, body#swimming #nav ul li a.swimming,
	body#liners #nav ul li a.liners, body#about #nav ul li a.about,
	body#spas #nav ul li a.spas, body#service #nav ul li a.service,
	body#retail #nav ul li a.retail, body#qa #nav ul li a.qa,
	body#tips #nav ul li a.tips, body#contact #nav ul li a.contact {
		background-position: top center;
		color: #ffda00;
	}
	
/* Sub-Menu */	

#nav ul ul.submenu {
    position: absolute;
	top: 58px;
	left:1px;
	margin: 0px;
	padding: 3px 5px;
	background:url("images/submenu-bg.png") repeat transparent;
	/*background: #000;
	background: rgba(0, 0, 0, 0.75);*/
	z-index: 9999;
	border: 1px solid #fff;
	border-top:none;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);	
	overflow: hidden;
	hight: 35px;
}
#nav ul ul.submenu li {
	background: none;
}
#nav ul ul.submenu li a.sublast, #nav ul ul.submenu li a.sublast:hover, #nav ul ul.submenu li a.sublast:visited {
	border-bottom: none;
}
#nav ul ul.submenu li a, #nav ul ul.submenu li a:visited {
	width: 150px;
    height: 22px;
	margin-top: -12px;
	font-family: arial;
    font-size: 13px;
	background: none;
    line-height: 15px;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	border-bottom: 1px dashed #fff;
	overflow: hidden;
}
#nav ul ul.submenu li a:hover, #nav ul ul.submenu li:hover a, #nav ul ul.submenu li a:visited:hover, #nav ul ul.submenu li:visited:hover a {
	color: #007ccd;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	text-decoration: none;
	text-indent: 10px;
	text-align: left;
	border-bottom: 1px dashed #fff;
}
#nav ul li ul {
    visibility: hidden;
}
#nav ul li:hover ul, #nav ul li.hover ul {
    visibility: visible;
}

.header { float:left; margin:0; padding:0; width:950px; height:106px;}

#home { color:#0000DE; font-size:24px; font-weight:bold; margin:0; padding:0;text-align: center; }
.boxblakborder {
	border: 4px solid #000;
}
.h1page { font-size:40px; color:#FF0000; text-align:center; font-weight:bold; margin-bottom:10px; }

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 64px;/*to adjust copy box see height*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 6px;/*adjust space between menu*/
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 17px;
	font-size: 1.0em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.4em;
}
.tab_content h3 a {
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
	color: #F00;
}
.box1px {
	border: 1px solid #CCCCCC;
	background-color: #E1E1E1;
}
.gray10copy {
	font-family: Arial, Helvetica, sans-seri, Verdanaf, Geneva;
	font-size:10px;
	color: #666666;
	font-weight: normal;
	line-height: 13px;
}
.small a, small a:link {
	color:#000000;
	font-family: Arial, Helvetica, sans-seri, Verdanaf;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.small a:hover {
	font-family: Arial, Helvetica, sans-seri, Verdanaf;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000099;
	text-decoration: none;
}
.whitetext {
	font-family: Arial, Helvetica, sans-seri, Verdanaf;
	font-size: 10px;
	color: #FFFFFF;
}
 
 
.gray14copy {
	font-family: Arial, Helvetica, sans-seri, Verdanaf, Geneva;
	font-size:14px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
}
.box1px {
	border: 1px solid #CCCCCC;
}

#slider {
	position:relative;
    width:898px;
    height:495px;
	left: -23px;
	top: -20px;
	background:url(images/loading.gif) no-repeat 50% 50%;
	overflow: hidden;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
}
.nivo-controlNav a {
	display:none;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:83px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position: top right;
	margin-top: -25px;
	right:10px;
}
a.nivo-prevNav {
	margin-top: -25px;
	left:10px;
}

a:active.nivo-prevNav , a:active.nivo-nextNav {
	margin-top: -22px;
}

.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:1px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:977px;
	z-index:8;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius:  15px;
	border-bottom-left-radius:  15px;
}
.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;
}

