/* COLOR PALETE */ 
/* Black #000000 */ 
/* Blue Links #000099 */ 
/* Main Orange: #e39d24 */ 
/* Menu Grey: #ebebeb */ 
/* Font Color Grey: #666666 */ 
/* Background dark: #111a2b */ 
/* Background light: #e7e8e9 */ 
/* Button light grey: #8a8a8a */ 

/* Content Width: 684px */ 
/* Font Type: Trebuchet MS */ 

/* GENERAL STYLES */
html {
	margin:0 auto;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	background: #e7e8e9 url(../image-files/body-bg.gif) repeat-x;
	}
	
body {
	width:100%;
	height:100%;
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica;
	font-size:16px;
	color:#666666;
	text-align:justify;
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	}
	
p {
	margin:6px 0 12px 0;
	padding:0;
	}
	
p.desc {
	font-style:italic;
	text-align:left;
	}
	
p.upsmall{
	font-size: 10px;
	text-align:right;
	}
	
p.smallitalic {
	font-size: 10px;
	font-style:italic;
	}
	
p.disclaimer {
	font-style:italic;
	color:#b7b7b7;
	font-size:12px;
	}	

p.orange{
	color:#e39d24;
	}

.orange{
	color:#e39d24;
	}

.orangebold{
	color:#e39d24;
	font-weight:bold;
	}

h1 {
	margin:8px 0 0 0;
	padding:0;
	font-size: 28px;
	color:#111a2b;
	text-align:left;
	}


h2 {
	margin:20px 0 16px 0;
	padding:0;
	font-size: 22px;
	color:#111a2b;
	text-align:left;
	}
	
h2 a:link {color: #000099;text-decoration:none;}
h2 a:visited {color: #000099;text-decoration:none;}
h2 a:active {color: #000099;text-decoration:none;}
h2 a:hover {color: #000099;text-decoration:underline;}


h2.orange{
	color:#e39d24;
	}
	
h2.grey{
	color:#666666;
	}
	
	
h3 {
	font-size: 18px;
	color:#111a2b;
	text-align:left;
	}
	
h3 a:link {color: #000099;text-decoration:none;}
h3 a:visited {color: #000099;text-decoration:none;}
h3 a:active {color: #000099;text-decoration:none;}
h3 a:hover {color: #000099;text-decoration:underline;}

h3.orange{
	color:#e39d24;
	}

h3.grey{
	color:#666666;
	}

h3.blue{
	color:#000099;
	}	
	
ul { 
	margin-left:0px;
	padding-left:5px;
	}
	
ul.grey { 
	list-style: url(../image-files/bullet-grey.jpg);
	margin-left:15px;
	color: #666666;
	}
	
ul.blue { 
	list-style: url(../image-files/bullet-blue.jpg);
	margin-left:15px;
	color: #666666;
	}
	
ul.orange { 
	list-style: url(../image-files/bullet-orange.jpg);
	margin-left:15px;
	color: #666666;
	}
	
ul.checkmark {
	list-style-type:none;
	list-style: url(../image-files/checkmark.jpg);
	margin-left:25px;
	padding-left:0px;
	color: #666666;
	}
	
ul.like {
	list-style-type:none;
	list-style: url(../image-files/like.jpg);
	margin-left:25px;
	padding-left:0px;
	color: #666666;
	}
	
ul.dislike {
	list-style-type:none;
	list-style: url(../image-files/dislike.jpg);
	margin-left:25px;
	padding-left:0px;
	color: #666666;
	}
	
		

/* Links */
:focus {outline:0;}
a:link {color: #000099;}
a:visited {color: #000099;}
a:active {
	color: #e39d24;
	outline:none;
	}
a:hover {color: #e39d24;}


/* External Links */
.external a:link {color: #666666;text-decoration:none;}
.external a:visited {color: #666666;text-decoration:none;}
.external a:active {color: #666666;text-decoration:none;}
.external a:hover {color: #666666;text-decoration:none;}



.clearboth { 
	clear: both;
	display: block; 
	font-size:0; 
	height:0; 
	line-height:0;
	overflow:hidden;
	}



#pagewidth{width:1014px;margin:0 auto;background:#111a2b;border:5px solid #111a2b;} 

/* Header */
#header{position:relative;background:#111a2b;}

	
/* Secondary Navigation */

#secnav {font-size:13px;color:#e39d24;font-weight:bold;}

#secnav  a:link {color:#e39d24;text-decoration:none;}
#secnav  a:visited {color:#e39d24;text-decoration:none;}
#secnav  a:active {color:#e39d24;text-decoration:none;}
#secnav  a:hover {color:#ffffff;text-decoration:underline;}

#secnav ul {
	list-style-type:none;
	position:absolute;
	display:block;
	top:2px;
	left:734px;
	padding:0px;
	margin:0;
}
#secnav li {
	display:inline;
	text-align:left;
}




/* Add This */
#addthis {position:absolute;display:block;top:60px;left:880px;}


/* PRIMARY NAVIGATION */

#primnav {width:100%;float:left;font-size:13px;font-weight:bold;list-style:none;margin:15px 0 5px 0;padding:5px 0;background-color:#111a2b;border-top:1px solid #e39d24;}
#primnav li {float:left;border-right:1px solid #e39d24;display:block;width:122px;text-align:left;padding:1px 10px;}
#primnav li a {background-color:#111a2b;color:#ffffff;text-decoration:none;}
#primnav li a:hover {background-color:#111a2b;color:#e39d24;text-decoration:none;}


	
#googlecustomsearch {
	display:block;
	float:left;
	position:absolute;
	left:0px;
	top:85px;
	}

#twocols{position:relative;width:1014px;float:left;left:0px;background-color:#ffffff;}


#maincol{
	position:relative;
	width:684px;
	float:left;
	background-color:#ffffff;
	padding:0 10px;
}
 
#rightcol{
	position:relative;
	width:300px; 
	float:right;
	right:0px;
	background-color:#ffffff;
	padding-right:10px;
	padding-top:10px;
	margin-bottom:20px;
}
 

#footer {
	clear:both;
	position:relative;
	left:0px;
	background:#111a2b;
	border-top:5px solid #e39d24;
	padding:6px;
	text-align:left;
	font-size:13px;
	color:#eeeeee;
	height:230px;
}

#footer  a:link{color:#e39d24;text-decoration:none;}
#footer  a:visited {color: #e39d24;text-decoration:none;}
#footer  a:active {color: #e39d24;text-decoration:none;}
#footer  a:hover {color: #ffffff;text-decoration:underline;}


#footercategories ul {
	list-style-type:none;
	font-size:13px;
	padding:0px;
	margin:10px 0 0 0;
}
#footercategories li {
	display:inline;
	text-align:left;
}


#copyright  a:link{color:#666666;text-decoration:none;}
#copyright  a:visited {color:#666666;text-decoration:none;}
#copyright  a:active {color:#666666;text-decoration:none;}
#copyright  a:hover {color:#666666;text-decoration:underline;}
	
#copyright ul {
	list-style-type:none;
	font-size:13px;
	color:#666666;
	padding:0;
	margin:0;
}

#copyright li {
	display:inline;
	text-align:left;
}
	

#discuss-old ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#discuss-old li {
	display:block;
	text-align:left;
	padding:5px 0;
}


#discuss ul {
	list-style: url(../image-files/bullet-orange.jpg);
	margin-left:15px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#discuss li {
	text-align:left;
	padding:5px 0;
}

#affiliates ul {
	list-style: url(../image-files/bullet-orange.jpg);
	margin-left:15px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#affiliates li {
	text-align:left;
	padding:5px 0;
}

#top5articles ul {
	list-style: url(../image-files/bullet-orange.jpg);
	margin-left:15px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#top5articles li {
	text-align:left;
	padding:4.5px 0;
}


#blogroll ul {
	list-style: url(../image-files/bullet-orange.jpg);
	margin-left:15px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#blogroll li {
	text-align:left;
	padding:4px 0;
}



.footmenu, .followus{
	display:block;
	float:left;
	width:240px;
	height:90px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom: 0px;
	color:#e39d24;
	background: #111a2b;
}


.footmenu ul {
	list-style:none;
}

.followus{
	text-align:left;
	color:#ffffff;
}
.followus span{
	font-size:18px;
	padding-top:10px;
	display:block;
}
.followus ul{
	margin:5px 0 0 0;
	padding:0;
}
.followus ul li {
	display:inline;
}
.followus img {
	border:0;
}








.commentframe {
	margin-top:40px; 
	padding:10px; 
	border:1px solid #111a2b; 
	width:660px; 
	height:400px;
	}


ul.accessibility {
	position:absolute;
	top:-100%;
}
	

	
	
/* CHITIKA */
.chitika {
	margin-top:40px; 
	}

.chitika_right  { 
	display:block;
	float:right; 
	margin:0 0 10px 15px;
	}
	



/* LINE SEPARATOR */
.lineseparator {
    clear:both;
	width:100%;
	border-bottom:1px solid #666666;
	margin:20px 0;
}

.lineseparatorlight {
    clear:both;
	width:100%;
	border-bottom:1px solid #e7e8e9;
	margin:20px 0;
}




/* SPECIAL STYLES */


blockquote {
	display:block;
	margin:0 auto;
	padding:10px;
	border:1px solid #666666;
	background-color:#eeeeee;
	z-index:100;
	}

.textblock {
	width:640px;
	display:block;
	clear:both;
	margin: 40px auto; 
	text-align:left;
	padding:10px;
	border:1px solid #666666;
	background-color:#eeeeee;
	}
	
	
.blockwithborder {
	display:block;
	float:right;
	clear:right;
	border:1px solid #C0C0C0;
	margin: 10px 0px 10px 10px;
	padding: 0px 10px 10px 10px
	}	

	
	
	
/* COMMENTS */
	
.comments {
	}
.comments .dateauthor {
	font-size:13px;
	margin-bottom:-5px;
	}
.comments .comment {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
	}
	

/* LIKE AND SHARE */
	
.likeandshare {
	width:640px;
	margin:30px auto;
	overflow:hidden;
	border:1px solid #e39d24;
	background-color:#eeeeee;
	padding:10px 20px;
	text-align:center;
	}	

	
	
	
	
	
/* Amazon Books Add */
.amazonborder {
	width:640px;
	height:280px;
	clear:both;
	margin:20px auto;
	border:1px solid #C0C0C0;
	background-color:#eeeeee;
	padding:10px;
	text-align:center;
	font-size:13px;
	color: #e39d24;
	}
	
.amazon {
	float:left;
	width:120px;
	border:1px solid #C0C0C0;
	margin:0 3px;
	}
	
	
/* REAL-TIME CHARTS */
.realtimechartscontainer {
	width:660px;
	margin:40px auto;
	}
	
.bigchart {
	float:left;
	clear:left;
	width:400px;
	margin:0px 15px 0px 0px
	}
	
.realtimechartsnavigator {
	width:620px;
	display:block;
	clear:both;
	margin:40px auto; 
	text-align:left;
	padding:0px 15px 15px 15px;
	border:1px solid #666666;
	background-color:#eeeeee;
	font-size:14px;
	}
	
	
	
/* CONTENT TABELA */
table.content {
	border-collapse:collapse;
	width:100%;
	font-size:14px;
	}
	
table.content a:link {color:#000099;text-decoration:none;}
table.content a:visited {color:#000099;text-decoration:none;}
table.content a:hover {color:#000099;text-decoration:none;}

table.content th {
	border-top: 1px solid #111a2b;
	border-bottom: 1px solid #111a2b;
	background: #e39d24;
	color:#111a2b;
	font-weight:bold;
	vertical-align:middle;
	height:28px;
	padding: 0 8px;
	/* text-align: left; */
	}

table.content tr {
	vertical-align:top;
	}

table.content tr.red {
	background:#ffe5e5;
	}
	
table.content tr.green {
	background:#ebf7ed;
	}

table.content td {
	border-bottom: 1px solid #7d7dca;
	padding: 0 8px;
	/* text-align: left; */
	}
	
table.content td.red {
	color:#ff0000;
	}
	
table.content td.green {
	color:#39b54a;
	}
	
	

/* CONTENT 1 TABELA */
table.content1 {
	border-collapse:collapse;
	width:100%;
	font-size:14px;
	border-top: 2px solid #111a2b;
	border-bottom: 2px solid #111a2b;
	}

table.content1 th {
	border-bottom: 1px solid #111a2b;
	background: #e39d24;
	color:#000000;
	font-weight:bold;
	vertical-align:middle;
	height:28px;
	padding: 0 8px;
	}

table.content1 tr {
	vertical-align:middle;
	}


table.content1 td {
	border-bottom: 1px solid #e7e8e9;
	padding: 0 8px;
	min-height:80px;
	vertical-align:middle;
	padding:5px;
	}
	
	
	

/* Brokers Ratings Table */
table.brokerratings {
	font-size: 16px;
	border-collapse:collapse;
	width:100%;
	border-bottom: 0px solid #c1c1c1;
	margin-bottom: 10px;
	}
table.brokerratings tr {
	border-bottom: 1px solid #efefef;	
	text-align:center;
	vertical-align:middle;
	height: 25px;
	}
table.brokerratings tr.headerrow {
	border-top: 2px solid #111a2b;
	border-bottom: 2px solid #111a2b;
	/*  background:#111a2b url(../image-files/box_header_black_bg.jpg) repeat-x; */
	background:#ffffff;
	color:#111a2b;
	font-weight:regular;
	vertical-align:middle;
	text-align:center;
	height: 35px;
	}
table.brokerratings tr.headerrowgradient {
	border-top: 2px solid #111a2b;
	border-bottom: 2px solid #111a2b;
	background:#000000 url(../image-files/box_header_black_bg.jpg) repeat-x;
	color:#ffffff;
	font-weight:regular;
	vertical-align:middle;
	text-align:left;
	height: 35px;
	}	
table.brokerratings tr.lastrow {
	background:#111a2b;
	color:#ffffff;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	height: 25px;
	}
table.brokerratings th {
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	vertical-align:middle;
	}
table.brokerratings th.firstcol {
	width: 184px;
	text-align: left;
	}
table.brokerratings th.lastcol {
	background: #efefef;
	}	
table.brokerratings td {
	padding:5px;
	padding-top:8px;
	text-align: center;
	}
table.brokerratings td.firstcol {
	width: 184px;
	text-align: left;
	}
table.brokerratings td.lastcol {
	background: #efefef;
	}	
table.brokerratings td.lastcell {
	background:#111a2b;
	color:#ffffff;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	}	
	
	
/* Schema.org Rating */
.schemaorgaggregaterrating{
	visibility:hidden;
	display:none;
	}
	
.schemaorg {
	visibility:hidden;
	display:none;
	}
	
.trophy {
	width:30px; 
	height:33px; 
	position:relative; 
	display:block; 
	float:left; 
	margin-left:18px;
	margin-top:-15px; 
	z-index:100;
	}
	
	
/* FORMS */

.txtbox
{
	border: 1px solid #111a2b;
	background: #ffffff;
	color: #111a2b;
	font-size: 16px;
	height:20px;
}

.txtboxfooter
{
	border: 1px solid #7e9db9;
	background: #ffffff;
	color: #111a2b;
	font-size: 16px;
	height:22px;
}
	
	
	

/* PHOTOS */

.articlephoto{
	display:block; 
	float:left; 
	clear:left; 
	padding:0px 15px 10px 0px; 
	margin:0px 0px -10px 0px;
	overflow:hidden;
	}
	
.articlephotowithborder{
	display:block; 
	float:left; 
	clear:left; 
	padding:0px 15px 10px 0px; 
	margin:0px 0px -10px 0px;
	overflow:hidden;
	}
	
.articlephotowithborder img{
	border:1px solid #cccccc;
	padding:1px;
	}
	
.articlephotoright {
	display:block;
	float:right;
	clear:right;
	margin: 0px 0px 0px 15px;
	}
	
	
/* ADSENSE */	
	
.adsense_top_300250_wraparound{
	display:block;
	width:300px;
	height:250px;
	float:left; 
	clear:left; 
	padding:0px 15px 0px 0px; 
	margin:10px 0 10px 0;
	}
	
.adsense_top_right_336280_wraparound{
	display:block;
	width:336px;
	height:280px;
	float:right; 
	clear:right; 
	padding:0px 0px 0px 15px; 
	margin:10px 0 10px 0;
	}
	
.adsense_top_left_336280_wraparound{
	display:block;
	width:336px;
	height:280px;
	float:left; 
	clear:left; 
	padding:0px 15px 0px 0px; 
	margin:10px 0 10px 0;
	}
	
.adsense_top_center_336280_nowrap{
	display:block;
	width:336px;
	height:280px;
	margin:0px auto 20px auto;
	}	

.ad_content_wraparound{
	display:block;
	width:300px;
	height:250px;
	float:left; 
	clear:left; 
	padding:0px 15px 0px 0px; 
	margin:10px 0 10px 0;
	}
	
.ad_content_wraparound:empty { 
    display:none; 
	} 


.ad_content_300250_nowrap{
	width:300px;
	height:250px;
	margin:10px 0 10px 0;
	}

.adsense_middle, .adsense_top, .adsense_bottom {position:relative; clear:both; overflow:hidden; width:684px; height:280px; margin-top:40px;}
.adsense_middle .left, .adsense_top .left, .adsense_bottom  .left {display:block; float:left; width:336px; height:280px; background:#ffffff;}
.adsense_middle .right, .adsense_top .right, .adsense_bottom  .right {display:block; float:right; width:336px; height:280px; background:#ffffff;}
	
	
/* BROKER REVIEW - RATINGS + AD */	
.brokerreviewratingad {position:relative; clear:both; overflow:hidden; width:684px; height:280px;}
.brokerreviewratingad .left {display:block; float:left; width:336px; height:280px; background:#ffffff;}
.brokerreviewratingad .right {display:block; float:right; width:336px; height:280px; background:#ffffff;}


.brokerfees {
	width:100px;
	height:24px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:2px;
	}

.brokerfees .black {
	background: #ffffff url(../image-files/broker-fees-bg-black.jpg) no-repeat;
	padding:2px;
	color:#ffffff;
	}
	
.brokerfees .grey {
	background: #ffffff url(../image-files/broker-fees-bg-grey.jpg) no-repeat;
	padding:2px;
	color:#111a2b;
	}
	
.brokerfees .orange {
	background: #ffffff url(../image-files/broker-fees-bg-orange.jpg) no-repeat;
	padding:2px;
	color:#ffffff;
	}
	
.brokerfees .blue {
	background: #ffffff url(../image-files/broker-fees-bg-blue.jpg) no-repeat;
	padding:2px;
	color:#ffffff;
	}
	
.brokerfees .red {
	background: #ffffff url(../image-files/broker-fees-bg-red.jpg) no-repeat;
	padding:2px;
	color:#ffffff;
	}
	
	
	
/* YAHOO CHART */
#chart{
	margin:50px 0;
	}
	
	
/* MP TRADER IMG */	
#mptrader img{
	border:1px solid #8a8a8a;
	margin-top:5px;
	padding:1px;
	width:180px;
	}	
	
/* TWITTER */
#twitter{
	margin:0px auto;
	width:640px;
	background:#ffffff;
	border-bottom: 1px solid #cccccc;
	margin-top:-20px;
	margin-bottom:50px;
	}
	
	
/* GOOGLE NEWS */
#newsBar-bar{
	background:#ffffff;
	}	
	
#newsBar-bar a:link {color: #000099;text-decoration:none;}
#newsBar-bar a:visited {color: #000099;text-decoration:none;}
#newsBar-bar a:active {color: #000099;text-decoration:none;}
#newsBar-bar a:hover {color: #000099;text-decoration:underline;}



/* PAST TECHNICAL SIGNALS */
#pasttechnicalsignals{
	visibility:hidden;
	display:none;
	}	

/* CHART FOR SHORT INSTRUMENT */
#chartshort{
	visibility:hidden;
	display:none;
	}	




	
/* TABS TABS */
	
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
	}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	}
.tabberlive {
	margin-top:16px;
	}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #8a8a8a;
	font-weight: bold;
	font-size:13px;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	}

ul.tabbernav li a {
	padding: 3px 8px;
	margin-left: 3px;
	border: 1px solid #8a8a8a;
	border-bottom: none;
	background: #111a2b;
	text-decoration: none;
	}

ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #111a2b; }

ul.tabbernav li a:hover {
	color: #e39d24;
	background: #111a2b;
	border-color: #8a8a8a;
	}

ul.tabbernav li.tabberactive a {
	background-color: #ffffff;
	color: #111a2b;
	border-bottom: 1px solid #ffffff;
	}

ul.tabbernav li.tabberactive a:hover {
	color: #111a2b;
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border:1px solid #8a8a8a;
	border-top:0px;

	 /* If you don't want the tab size changing whenever a tab is changed
		you can set a fixed height */
	 /* height:200px; */

	 /* If you set a fix height set overflow to auto and you will get a
		scrollbar when necessary */
	 /* overflow:auto; */
	}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
	}
.tabberlive .tabbertab h3 {
	/* display:none;  */
	}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
	}


.tabberlive#tab2 {
	}
.tabberlive#tab2 .tabbertab {
	border:1px solid #8a8a8a;
	border-top:0px;
	padding:15px;
	}




/* BOX BLACK */
#the_box_black {
  color: #666666;
  background-color:#ffffff;
  border:2px solid #000000;
  margin-top:5px;
}

.box_header_black {
  padding:2px;
  color:#ffffff;
  background:#000000 url(../image-files/box_header_black_bg.jpg) repeat-x;
  text-align:center;
  height:25px;
  font-weight:bold;
}

/* BOX TEXT */
.box_text {
  text-align:left;
  padding:5px;
  font-size:14px;
  overflow:hidden; 
}


.box_text ul {
	list-style: url(../image-files/bullet-orange.jpg);
	margin-left:15px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.box_text li {
	text-align:left;
	padding:5px 0;
}








/* SLIDES */

#slides {
	position:absolute;
	background-color:#ffffff;
}

.slides_container {
	width:312px;
	height:224px;
	overflow:hidden;
	position:relative;
	display:none;
	background-color:#ffffff;
}

#slides .slide {
	width:316px;
	margin-left:0px;
	display:block;
}

.pagination {
	position:absolute;
	float:right;
	right:0px;
	top:-32px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../image-files/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


