/*
Theme Name: Income Max
Theme URI: http://www.attitudedesign.co.uk
Description: Bespoke Theme for Income Max
Version: 1
Author: Attitude Design Ltd
Author URI: http://www.attitudedesign.co.uk

*/



/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
p,h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0 0.5em 0;
	color:#603813;
}
h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:normal; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	font-family: Lucida Grande, Verdana,  sans-serif;
	color: #4D4D4D;
}
ul li {
	list-style: disc outside;
	color: #4D4D4D;
	font-family: Lucida Grande, Verdana,  sans-serif;

	/*giving UL's LIs generated disc markers*/
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:2em;
	color: #4D4D4D;
	font-family: Lucida Grande, Verdana,  sans-serif;
	line-height: 1.38em;
}

strong {
	font-weight:bold; 
}

a:link		{ color: #d6098d; text-decoration: none; }
a:visited	{ color: #d6098d; text-decoration: none;}
a:hover		{ color: #d6098d; text-decoration: underline;}
a:active	{ color: #d6098d; text-decoration: none;}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family: Georgia, Arial, Verdana, Lucida Grande,  sans-serif;
    background-color: #3b2314;
}
div {
	text-align: left;
	margin: 0;
	padding: 0;
}
.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}
.clean {
	clear:both;
}
.right {
	float:right;
}
.left {
	float:left;
}

.hr {
	border-top:6px solid #E6E6E6;
	width: 100%;
	float: left;
	height: 1px;
	margin: 10px 0;
}

/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/

/*--Header--*/

p#logo {
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/global/logo.gif') 0 0 no-repeat;
	width:182px;
	height:53px;
	text-indent:-10000px;
	float:left;
	margin:8px 0 25px 0;
	padding:0;
}
p#logo a {
	display:block;
	width:182px;
	height:53px;
}
p.strap {
    background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/global/contact.gif') 0 0 no-repeat;
	width:350px;
	height:53px;
	margin-right:2px;
	float:right;
	text-indent:-10000px;
}
h1 {
	font-size:1.8em /*13x1.8=23*/;
	margin: 10px 0 2px 0;
	color: #603813;
}
h2 {
	font-size:1.5em;
	margin: 10px 0 2px 0;
	color: #603813;
}
a {
	color:#d6098d;
	text-decoration:none;
	font-style:italic;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:10px 0 0 0;
}
p.alt {
	margin:47px 0 0 0;
}


/*--Main Navigation--*/



#global-navigation {
	width:897px;
	clear:both;
	margin: 0 0 5px 0;
	padding:0;
	list-style:none;
	color:#e5d3c1;
	float: left;
	overflow: hidden;
}

#global-navigation ul#dropmenu {			background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/navigation/up.gif') top left repeat-x #5e3713;
	float: left;
	width:100%;
	padding: 0 ;
	margin: 0;
	}

#global-navigation ul#dropmenu li {
	list-style:none;
	float:left;
	padding: 0;
	border-right: solid 2px #FFF;
}



#global-navigation ul#dropmenu li a {
	display:block;
	margin:0;
	padding:11px 8px 5px 8px;
	font-style:normal;
	font-size:1.0em;
	color:#e5d3c1;
	font-family: Georgia, Arial, Verdana, Lucida Grande,  sans-serif;	
}

#global-navigation ul#dropmenu li a:hover {
	background: #603814;
	border-top: solid 6px #D6098D;
	padding-top: 5px;
	color:#fff;
	text-decoration:none;
}

#global-navigation ul#dropmenu .current_page_item a{
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/navigation/over.gif') top left repeat-x #5e3713;
	color:#fff;
	text-decoration:none;
}

#global-navigation ul#dropmenu .current_page_item ul a{
	background:none;
	color:#E5D3C1;
	text-decoration:none;
}


#global-navigation ul#dropmenu .current_page_ancestor a{
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/navigation/over.gif') top left repeat-x #5e3713;
	color:#fff;
	text-decoration:none;
}

#global-navigation ul#dropmenu .current_page_ancestor ul a{
	background:none;
	color:#E5D3C1;
	text-decoration:none;
}



/* // Drop Menu */
#global-navigation ul#dropmenu, #global-navigation ul#dropmenu ul {
	position:relative;
	z-index:8000;
} 
#global-navigation ul#dropmenu a {
	display:block;
	text-decoration:none;
	text-align: left;
} 

#global-navigation ul#dropmenu ul li{
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/drop_libg.gif') top left repeat-x #5e3713;
	font-size: 90%;	
	position: 0 0;
	padding:0;
	margin:0;
} 

#global-navigation ul#dropmenu ul {
	width:200px;
	background: #603814;
	padding: 10px 0 6px 0;
	margin:0;
	position:absolute;
	display:block;
	float: left;
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/drop_ulbg.gif') bottom left no-repeat ;
} 



#global-navigation ul#dropmenu li ul li {
	padding: 0;
	margin:0;
	
} 

#global-navigation ul#dropmenu li ul li a{
	padding: 16px 5px 5px 5px;
	margin:0;
	border: none;
	width:190px;
	float:left;
	display:block;
} 

#global-navigation ul#dropmenu li ul li a:hover {
	padding: 16px 5px 5px 5px;
	margin:0;
	border:none;
	color: #FFF;
	background: none;
}


#global-navigation ul#dropmenu ul ul {
	top:auto;
} 
#global-navigation ul#dropmenu li ul ul {
} 
#global-navigation ul#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
} 
#global-navigation ul#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
} 


#global-navigation ul#dropmenu ul, #global-navigation ul#dropmenu ul li,#global-navigation ul#dropmenu ul a{
	display:none;
}

/* // Drop Menu */




/*-- Feed Listings --*/
ul.feed {
	margin:0;
	padding:0;
}
ul.feed li {
	list-style:none;
	padding-bottom:5px;
}


/*--Page Specific Containers--*/

#wrapper {					/*--Full Frame Container--*/
	margin:0 auto 0 auto;
	padding:1px 0 0 0;
	width:977px;
	background:#fff;
}

#wrapper-top {			/*--Header Container--*/
	width:897px;
	float:left;
	background:#fff;
	padding:0 40px;
}	
#wrapper-inner {		/*--Inside Content Container--*/
	float:left;
	width:897px;
}	
.partner {
	width:100%;
	background:#E6E6E6;
	padding:5px 0;
	text-align:right;
	font-size:0.9em;
	margin-bottom:20px;
}
.partner a:link, .partner a:active, .partner a:visited {
	color:#D6098D;
	padding:0 5px;
}
.partner a:hover {
	color:#333;
}
#wrapper-inner #header {	/*--Header Container Logo Section--*/
	width:897px;
	float:left;
}

/*--Home Page Hero--*/

#hero {				/*--Main Masthead Image --*/
	float:left;
	width:897px;
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/hero/masthead.jpg') 0 0 no-repeat;
	margin:5px 0 0 0;
	padding-bottom:50px;
}
#hero h1 {
	color:#603813;
	margin-top:45px;
}
#hero p {
	font-size:1.2em; /*13 x 1.46=19*/
	color:#808080;
	width:430px;
	margin-top:12px;
}
#hero p a {
	color:#d6098d;
	font-style:italic;
		font-family: Georgia, Arial, Verdana, Lucida Grande,  sans-serif;

}
#hero p a:hover {
	text-decoration:underline;
	
}



#homehero {				/*--Main Masthead Image --*/
	float:left;
	width:897px;
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/mainbg.jpg') 0 0 no-repeat;
	margin:5px 0 10px 0;
	padding-bottom:50px;
}
#homehero h1 {
	color:#603813;
	margin-top:45px;
}
#homehero p {
	font-size:1.2em; /*13 x 1.46=19*/
	color:#808080;
	width:430px;
	margin-top:12px;
}
#homehero p a {
	color:#d6098d;
	font-style:italic;
		font-family: Georgia, Arial, Verdana, Lucida Grande,  sans-serif;

}
#homehero p a:hover {
	text-decoration:underline;
	
}

#homehero .col-530 {
	padding-right: 90px;
	width: 400px
}

.forth {
	width: 215px;
	float: left;
}
.home_forths {
	display: inline;
	clear: none;
	float: left;
	margin: 0 0 10px 0;
}

.home_forths a{
	float: left;
}

.home_forths .texthover{
	position: absolute;
	margin: 0px;
	z-index:2;
	background-color: #3B2314;
	color: #ffffff;
	text-align: center;
	padding: 30px 10px 5px 10px;
	opacity:.8;
	width: 196px;
	height: 95px;
	font-family:Lucida Grande,Verdana,sans-serif;
	line-height:1.38em;
	margin-bottom:2em;
	letter-spacing: 0.1px;
	display: none;
	float: left;
	font-size: 100%;
}

.home_forths .texthover span{
	color: #D6098D;
	letter-spacing: 0.1px;
	font-size: 100%;
}

.forth {
	width: 216px;
	margin: 0 10px 0 0;
	padding: 0;
}

.forthnopad{
	width: 196px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.end {
	margin: 0;
}

#wrapper-inner .home_forths .forth h2 {
	position: absolute;
	padding: 10px;
	margin: 0;
	width: 196px;
	height: 95px;
	float: left;
	font-style: normal;
	font-size: 130%;
}

#wrapper-inner .home_forths .forth a:hover {
text-decoration: none;
}

.home_forths .forth .end {
	
}

/*--INNER Page Hero--*/

#inner_hero {				/*--Main Masthead Image --*/
	float:left;
	width:897px;
	margin:5px 0 0 0;
}

#inner_hero img {		
	float:left;
}

#inner_hero h3 {
	color:#603813;
	margin: 0;
	font-size: 180%;
	width: 300px;
}

#inner_hero p {
	font-size: 130%;
	color:#808080;
	margin-top:20px;
	font-family: Georgia, Arial, Verdana, Lucida Grande,  sans-serif;
	width: 300px;
}

#inner_hero p a {
	color:#d6098d;
	font-style:italic;
}
#inner_hero p a:hover {
	text-decoration:underline;
}

/*--INNER CtA--*/

#inner_cta {				/*--Main Masthead Image --*/
	float:left;
	width:897px;
	margin:50px 0 0 0;
}

#inner_cta img {		
	float:left;
}


#inner_cta p {
	font-size:1.4em; /*13 x 1.46=19*/
	color:#808080;
	width:430px;
	margin: 0;
}
#inner_cta .cta_text{

}

#inner_cta p a {
	color:#d6098d;
	font-style:italic;
		font-family: Georgia, Arial, Verdana, Lucida Grande,  sans-serif;

}
#inner_cta p a:hover {
	text-decoration:underline;
}

/*--Features Containers--*/

#features
{
	width:907px;
	float:left;
	margin:0 0 20px -8px;
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/features/home_hr.gif') bottom right no-repeat;
}
#features .opt {
	width:295px;
	float:left;
	display:inline;
	padding:0 0 15px 0;
	margin-left:7px;
	border-top:6px solid #e6e6e6;
}
.opt.first {
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/features/feature_thumbup.jpg') 0 0 no-repeat;
}
.opt.second {
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/features/feature_boost.jpg') 0 0 no-repeat;
}
.opt.third {
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/features/feature_turnpage.jpg') 0 0 no-repeat;
}
#features h2 {
	width:185px;
	margin:15px 0 25px 0;
	font-size:1.38em; /*13 x 1.4=18*/
}


#features p {
	color:#a66722;
	font-size:1.08em; /*13 x 1.08=14*/
	width:260px;
}
#features p a {
	font-style:italic;
	font-family: Georgia, Arial, Verdana, Lucida Grande,  sans-serif;

}


/*--Body Headings--*/

/*--Body Links--*/

a span{
	font-size:0.68em;
	letter-spacing:-0.2em;
}

/*--Body Content Containers--*/

.col-530 {
	width:500px;
	padding-left:30px;
}

.col-600 {
	float:left;
	width:590px;
	padding:0 5px 0 0;
	margin-bottom:30px;
}

.col-442 {
	float:left;
	width:422px;
	padding:0;
	margin-bottom:30px;
	margin-right: 10px;
}
.col-295 {
	float:left;
	width:295px;
	margin-left:2px;
	padding:0 0 0 5px;
	text-align:left;
} 
.col-650 {
	float:left;
	width:620px;
}
.col-250 {
	width:250px;
	float:right;
	text-align:right;
}
.col-250l {
	padding-bottom:20px;
	float:left;
	text-align:left;
}

.gradbg {
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/grad.gif') repeat-x top left;
	padding: 10px;
}

.gradbg h2 {
	margin-top: 0;
}


/*--Body Content Footer Container--*/


#footer {
	width:897px;
	font-family:Lucida Grande, Helvetica, Arial;
	font-size:0.85em;
	float:left;
	margin: 0;
	padding:15px 0;
	color:#808080;
	border-top:6px solid #e6e6e6;
	border-bottom:6px solid #e6e6e6;
}
#footer p {
	color:#808080;
	margin:0;
	padding:0;
}
#footer p strong {
	color:#333333;
	margin:0;
	padding:0;
}
#footer ul.global{
	margin:0;
	float:right;
	padding:0;
}
#footer ul.global li {
	float:left;
	list-style:none;
	padding:0 5px 5px 0;
}
#footer ul.global li.last {
	padding:0 0 5px 0;
}
#footer ul.global li a {
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/footer/divide.gif') 100% 2px no-repeat;
	font-style:normal;
	color:#333333;
	padding-right:5px;
	display:block;
}
#footer ul.global li.last a {
	background:none;
	padding-right:0;
}
#footer ul.global li a:hover {
	text-decoration:underline;
}


/*-- External Links Listings --*/

#footer ul.external {
	margin:10px 0 0 0;
	padding:0;
}
#footer ul.external li {
	list-style:none;
	float:left;
	margin-right:10px;
}
/*---------------------------------------------------------------------------------
Wordpress -*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sidebar ul{
	margin: 10px 0 20px 0;
}

.sidebar li{
	margin: 0;
	list-style-type:none;
}

.sidebar li ul{
	margin: 0;
	list-style-type:none;
	padding: 0 0 20px 0 ;
	margin: 0 0 10px 0;
	border-bottom:6px solid #e6e6e6;
}


.sidebar li ul{
	padding: 0;
	margin: 10px 0 0 0;
}

.sidebar li ul li{
	list-style-type: none;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
	border-top: 1px #e6e6e6 solid;
}

.sidebar li ul li a{
	font-style: normal;
}

.sidebar h2{
	margin: 10px 0 0 0;
	font-size: 130%;
}

.blog h2{
	display: block;
	padding: 0;
	margin: 10px 0 4px 0;
	width: 450px;
	color: #333;
	float: left;
}

.date {
	text-align: right;
	width: 120px;
	float: right;
	margin: 17px 0 4px 0;
	font-size: 80%;
	font-style: italic;
}

.commentmetadata {
	font-size: 80%;
}

.postlink {
	margin: 25px 0 0 0;

}

.postmetadata{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 80%;
}






.post{
	margin: 0 0 30px 0;
}

.category a {
	color: #B2C7D3;
}

.category a:hover {
	color: #E44044;
}

#content .post_title a{
	color: #5C6E87;
	text-decoration: none;
}

.post_title a:hover{
	color: #E44044;	
}

.post h3 {
	font-size:100%;
	border-bottom: none;
	margin-bottom: 2px;
}

form #comment {
width: 100%;
}

.comments_colomn_left{
	width: 320px;
	float: left;
	padding: 0 30px 0 0;
}

.comments_colomn_right{
	width: 350px;
	float: right;
}

.archivelist li{
	border-bottom: 1px solid #D2D2D2;
	padding: 5px 0 5px 0;
}

.C2A {
	margin: 10px 0 10px 0;
}

.commentlist p{
	font-size: 90%;
	padding: 2px 0 0 0;
}

.commentlist li{
	padding: 5px 0 2px 0;
}

.commentlist li .commentmetadata {
	padding: 0 0 6px 0;
}


#C2A_long{
	text-align: center;
	margin: 0 auto 0 auto;
}

#searchform {
	padding: 10px 0 10px 0; 
}

#searchform #s{
	width: 100%;
	margin: 0 0 6px 0;
}

#content .post .entry p object{
	padding: 10px 0 10px 0;
}

.postheader {
	margin: 30px 0 10px 0;
}

.postheader h2{
	margin: 0;
	padding: 0;
}

.underheaderinfo p{
	font-size: 70%;
	color: #9C9C9C;
}

.underheaderinfo .left{
	width: 49%;
	float: left;
}

.underheaderinfo .right{
	width: 49%;
	float: right;
	text-align: right;
}

.commentlist {
	padding: 0;
	margin: 0;
}

.commentlist li{
	padding: 0;
	margin: 0 0 0 30px;
}

.comment_date {
	font-size: 90%;
	color: #9C9C9C;
	margin: 0 0 4px 0;
}

.navigation {
	font-size: 100%;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}



.alignleft {
	float: left;
}

.alignright {
	float: right;
	text-align: right;
}





iframe {
	float: left;
	padding: 0 18px 20px 0;
}

.entry ul{
	border: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: disk;
	padding: 8px 0 8px 10px;
	margin: 2px 0 2px 0;
}

.entry li{
	border: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: disk;
	padding: 0 0 0 3px;
	margin: 2px 0 2px 10px;
}

#col-full h1 {
	margin: 20px 0 0 0;
	font-size: 130%;
}

.link {
	font-family: Georgia, Arial, Verdana, Lucida Grande,  sans-serif;
}

.col-600 h1 {
	font-size:130%;
	margin:20px 0 0;
}

.col-600 h2 {
	font-size:130%;
	margin:20px 0 0;
}

.col-295 h2 {
	font-size:130%;
	margin:20px 0 0;
}


ul.menu_list{
	padding: 0;
	margin: 10px 0 0 0;
	border-top: 1px #e6e6e6 solid;
}

ul.menu_list li{
	list-style-type: none;
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px #e6e6e6 solid;
}

ul.menu_list li a{
	font-style: normal;
}

.entry img {
	padding: 20px;
}

.hero_end {
	margin: 0 0 30px 0;
}

/*---------------------------------------------------------------------------------
Advert Area -*/

#advertarea {
	width:897px;
	border-top:6px solid #E6E6E6;
	float: left;
	margin: 50px 0 0 0;
	padding: 10px 0;
}

#advertarea h3 {
	margin: 0 0 6px 0;
}

#adverts {
	width:877px;
	float: left;
	background: #e1e1e1;
	padding: 10px;
}

.advert {
	float: left;
	width: 280px;
	margin: 0 6px;
}

.advert .textarea{
	float: right;
	width: 170px;
	margin: 0;
}

.advert .imagearea{
	float: left;
	width: 100px;
	margin: 0;
}

.advert .textarea p{
	font-size: 80%;
}

.advert .textarea a{
	color: #000;
	font-style: normal;
}

.charity_450 {
	width:450px;
	float:right;
}
.charity_400, .charity_450 {
	padding-top:40px;
}
.charity_400 {
	width:400px;
	float:left;
	text-align:center;
}

h2.char {
	color:#999;
	font-weight:normal;
	padding-bottom:33px;
}

.char_text {
	font-size:110%;
	color:#666;
}

#breastcancer {
	margin-top:20px;
}

#breastcancer p {
	width:150px;
}


/* Easy Slider */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next, #prevBtn2, #nextBtn2{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
		
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:160px;
	height:150px;
	overflow:hidden;
	}
	
/*-- External Links Listings --*/

#footer #slider2 ul.external {
	margin: 0;
	padding:0;
}
#footer #slider2 ul.external li {
	list-style:none;
	float:left;
	margin: 0;
	padding:0;
}
	
#slider2 li img{ 
	margin: 20px 58px;
	width:100px;
	height:80px;
	}	
	
.hometicker #slider {
	margin: 0 18px;
}

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2,
#slider1next, #slider1prev{ 
	display:block;
	width:16px;
	height:16px;
	z-index:1000;
	float: left;
	margin-top:-80px;

	}	

#nextBtn2, #nextBtn {
	float: right;
}
#prevBtn a, #nextBtn a, #nextBtn2 a, #prevBtn2 a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:16px;
	height:16px;
	background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/but_prev.gif') no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a, #slider1next a{ 		background:url('http://www.incomemax.co.uk/wp-content/themes/incomemax/images/but_next.gif') no-repeat 0 0;	
	}	
#slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:216px;
	height:150px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	}
/* // Easy Slider */


.smallcta {
	margin: 0 0 10px 0;
}



.footerticker {
	width: 168px;
}

.entry img.partnerlink {
	padding: 0;
	margin: 0;
}
