@charset "utf-8";

/*-----Home Content-----*/
.hContentTop, .hContentBot {width:605px; height:30px; padding:10px 0 0 15px;}

.hContentTop {background:url(../imgs/home/homeContentTop.png) no-repeat;}
  .hContentTop div {height:27px; padding:3px 0 0 38px;}
  .hContentTop div.hcBlog {background:url(../imgs/home/blog.png) no-repeat;}
  .hContentTop div.hcArticle {background:url(../imgs/home/articles.png) no-repeat;}
  
.hContentMid {background:url(../imgs/home/homeContentMid.png) repeat-y; width:590px; padding:10px 15px 0 15px;}
  .hContentMid h3 a {color:#0099ff;}

.hContentBot {background:url(../imgs/home/homeContentBot.png) no-repeat;}

.hContentSmall {background:url(../imgs/home/homeContentSmall.png) no-repeat; width:270px; height:317px; padding:10px 15px;}
.hContentSmall.marg {margin:0 20px 0 0;}
.hContentSmall ul {padding:0 0 10px 20px;}
  .hContentSmall div {height:27px; padding:3px 0 0 38px; margin:0 0 10px 0;}
  .hContentSmall div.hcForum {background:url(../imgs/home/forum.png) no-repeat;}
  .hContentSmall div.hcVideo {background:url(../imgs/home/video.png) no-repeat;}
    .hContentSmall img {margin:0 0 10px 0;}

/*-----Home Latest Posts-----*/
.latestPosts {width:590px; padding:10px 0;}
.latestPosts img {float:left; height:65px; width:65px; margin-right:5px;}
.latestPosts div.title {float:left; width:520px;}
.latestPosts div a {color:#0099ff; width:520px; height:20px; overflow:hidden; display:block;}
.latestPosts p.tStamp {font-weight:bold; font-size:12px;}
.latestPosts p.author {color:#333; font-style:italic; font-size:12px;}
.latestPosts p.excerpt {padding:0; margin:7px 0 0 0;}

/*----- CONTENTS <<---------
1) GOBAL SETTINGS
   - HEADINGS (H1, H2, H3)
   - COMMON FORMATTING (P, UL, OL)
   - LINKS
   - LAYOUTS
----- CONTENTS <<---------*/

/*------------------->>GLOBAL SETTINGS<<-------------------*/
html, body {margin:0; border:0; padding:0;}
body {background:#dadfcb; font:13px Verdana, Geneva, sans-serif; color:#000;}

h1, h2, h3, h4 {margin:0; padding:0; display:inline; font:bold 20px Tahoma, Arial, Helvetica, sans-serif; color:#8fbd3e;}
h2 {font-size:18px;} h3 {font-size:16px;}  h4 {font-size:13px;}

p              {margin:0; padding:0 0 16px 0;}
ul, ol         {margin:0; padding:0 0 20px 40px;}
blockquote     {margin:20px; padding:20px 20px 0 20px;}
small          {font-size:10px;}
img            {border:0;}
sup, sub       {position:relative;  bottom:4px;  vertical-align:baseline;}
sub            {bottom:-4px;}

.clear         {clear:both;}
.floatLeft    {float:left;}
.float-left    {float:left;}
.float-right   {float:right;}
 
.text-left     {text-align:left;}
.text-right    {text-align:right;}
.text-center   {text-align:center;}
.text-justify  {text-align:justify;}
 
.bold          {font-weight:bold;}
.italic        {font-style:italic;}
.underline     {border-bottom:1px solid;}
.highlight     {background:#ffc;}
 
.wrap          {width:960px;margin:0 auto;}
 
.img-left      {float:left;margin:4px 10px 4px 0;}
.img-right     {float:right;margin:4px 0 4px 10px;}
 
.nopadding     {padding:0;}
.nomargin      {margin:0;}
.noindent      {margin-left:0; padding-left:0;}
.nobullet      {list-style:none;list-style-image:none;}
.black         {color:#000;}
.white         {color:#fff;}
.grey          {color:#666;}
.lgrey         {color:#999;}
.red           {color:#fc2e2e;}
.green         {color:#8fb23e;}
.pmargin       {margin-top:15px;}

.s11 {font-size:11px;} .s14 {font-size:14px;} .s15 {font-size:15px;}
.s16 {font-size:16px;} .s18 {font-size:18px;} .s20 {font-size:20px;} 
.s22 {font-size:22px;} .s26 {font-size:26px;} .s30 {font-size:30px;}

a:link, a:active, a:visited {text-decoration:none; color:#0099ff;}
a:hover {text-decoration:underline; color:#048ae3;}

form {margin:0; padding:0;}
input, select, textarea {font:12px Verdana, Geneva, sans-serif;}
textarea {width:100%;line-height:1.25;}
label {cursor:pointer;}

/*------------------->>LAYOUTS<-------------------*/
/*-----Header-----*/
#Header {background:#222; width:1000px; height:120px; margin:0 auto 10px auto;}
  #HeaderTop {background:url(../imgs/general/siteStructure.png) 0 -13px no-repeat; width:230px; height:64px; margin:0; padding:1px 0 0 770px;}
  #Nav {background:#7aa21b; width:980px; height:30px; padding:0 10px;}

    #Nav ul {margin:0; padding:0; list-style:none;}
    #Nav ul li {height:30px; float:left; border-right:1px solid #333;}
    #Nav ul li a {font:bold 12px Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; height:22px; padding:8px 10px 0 10px; display:block; outline:none;}
	#Nav ul li a:hover {background:#fff; color:#333;}
		
    #Nav ul li ul {background:#7aa21b; width:164px; padding:3px 2px 0 2px; border:1px solid #7aa21b; border-top:none; border-radius-bottomleft:4px; -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; border-radius-bottomright:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; position:absolute; left:-999em; height:auto; z-index:999;}
    #Nav ul li ul li {background:#fff; height:24px; width:164px; margin:0 0 2px 0; padding:0; border:none;}
	
    #Nav ul li ul li a {color:#333; display:block; height:19px; padding:5px 10px 0 10px; margin:0;}
    #Nav ul li ul li a:hover {background:#ffeb90; text-decoration:underline;}

    #Nav li:hover ul, #Nav li.sfhover ul {left:auto;}

  #HeaderBot {background: url(../imgs/general/siteStructure.png) -2000px 12px no-repeat; width:100%; height:25px;}
  #headerAd {width:728px; height:90px; margin:5px auto 10px auto;}  
  
  .h1 .s1 a, .h2 .s2 a, .h3 .s3 a, .h4 .s4 a, .h5 .s5 a, .h6 .s6 a, .h7 .s7 a, .h8 .s8 a, .h9 .s9 a {background:#fff; color:#333!important;}
/*-----Body-----*/
#MainContainer, #MainContainer404, #MainContainerSingle {background:#fff url(../imgs/general/siteStructure.png) -1000px 0 no-repeat; width:960px; margin:0 auto; padding:0 20px;}
#MainContainer404 {background:#fff url(../imgs/general/maintop404.png) no-repeat top;}
#MainContainerSingle {background:#fff url(../imgs/general/maintop-nav2.png) no-repeat top;}

#WidgetContainer {background:#fff url(../imgs/general/siteStructure.png) -1000px 0 no-repeat; width:320px; margin:0 auto; padding:0 5px;}

#ContentLeft {width:620px; float:left; margin:20px 0;}
#SidebarRight {width:320px; float:left; margin:20px 0 20px 20px;}

#ContentLeftBig {width:820px; float:left; margin:20px 0;}
#SidebarRightBig {width:120px; float:left; margin:20px 0 20px 20px;}

.VerticalMenu {width:170px; float:left; margin:10px 10px 20px 0;}
#ContentMid3 {width:635px; float:left; margin:20px 0;}
#ContentMid3ns {width:755px; float:left; margin:20px 0;}
#SidebarRight3 {width:120px; float:left; margin:20px 0 20px 20px;}

#ContentSingle {width:960px; float:left; padding:20px 0;}

#ChatLeftCol{width:530px; float:left; margin:0; margin:0 45px 0 0;}
#ChatRightCol {width:430px; float:left;} 

#CourseLeftCol {width:258px; float:left; margin:15px 5px 0 0;}
#CourseRightCol {width:673px; float:left; margin-top:15px;}

#NLLeftCol {width:330px; float:left; margin-top:17px;}
#NLRightCol {width:630px; float:left; margin-top:20px;}
/*-----footer-----*/
#Footer {background:#fff url(../imgs/general/siteStructure.png) 0 14px no-repeat; width:960px; height:13px; margin:0 auto; padding:7px 20px; font:11px Verdana, Arial, Helvetica, sans-serif; letter-spacing:1px; color:#333;}
  #Footer a:link, #Footer a:visited, #Footer a:active {text-decoration:underline; color:#333;}
  .seals {width:425px; height:75px; padding-top:15px; margin:0 auto;}
/*-----ads-----*/
.Ads{background:url(../imgs/home/home.png) -640px -400px no-repeat; margin:0 0 15px 0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border:1px solid #a6cb64; padding:4px 10px 8px; font-size:11px; font-weight:bold; color:#fff;}
  .AdsInner{background:#fff; margin:10px 0 0 0;}

/*------------------->>GENERAL CSS<<-------------------*/
/*-----Alert Boxes-----*/
p.note, p.alert, p.note620, p.alert620 {background:#ffffa0; width:900px; margin:10px auto; padding:10px; border:1px solid #e5e597; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
p.alert, p.alert620 {background:#fff; border:2px solid #f48888; font-weight:bold}
p.note, p.note620{background:#fffae1; border:2px solid #ffd906; font-weight:bold; color:#666;}
p.note620, p.alert620 {width:620px;}
/*-----Vertical Menu-----*/
.VerticalMenu ul {list-style:none; width:170px; padding:0; margin:0;}
.VerticalMenu li a {display:block; outline:none; font:bold 13px Verdana, Geneva, sans-serif; color:#fff;}

  .VerticalMenu li.top {background:url(../imgs/general/vmenu-mediabox.png) -480px -94px;}
  .VerticalMenu li.top a {width:159px; height:27px; padding:17px 0 0 11px;}
  .VerticalMenu li.top a:hover, .VerticalMenu li.top a.selected {background:url(../imgs/general/vmenu-mediabox.png) -480px -203px;}
 
  .VerticalMenu li.mid {background:url(../imgs/general/vmenu-mediabox.png) -480px -138px;}
  .VerticalMenu li.mid a {width:159px; height:28px; padding:6px 0 0 11px;}  
  .VerticalMenu li.mid a:hover,.VerticalMenu li.mid a.selected {background:url(../imgs/general/vmenu-mediabox.png) -480px -247px;}
 
  .VerticalMenu li.end {background:url(../imgs/general/vmenu-mediabox.png) -480px -172px; width:160px; height:31px;}
    
	.VMSub {background:#fff url(../imgs/general/vmenushadow.png) repeat-y; width:162px; margin:0; padding:0 0 5px 10px;} 
	.VMSub ul {background:#a6cb64; width:132px; list-style:none; padding:3px 3px 2px 3px; margin:0;} 
	.VMSub ul li.sub {background:#fff; padding:0; margin:0 0 1px 0; height:20px;} 
	.VMSub ul li.sub a {width:127px; height:17px; margin:0; padding:3px 0 0 5px; font:bold 12px Verdana, Geneva, sans-serif; color:#666; display:block; outline:none;} 
	.VMSub ul li.sub a:hover, .VMSub ul li.sub a.selected {background:#ffeb90;}

  .VerticalMenu li.belt {width:160px; height:36px;}
    .WhiteBelt {background:url(../imgs/general/vmenu-mediabox.png) 0 -94px;}
    .YellowBelt {background:url(../imgs/general/vmenu-mediabox.png) -160px -94px;}
	.GreenBelt {background:url(../imgs/general/vmenu-mediabox.png) -320px -94px;}
	.BlueBelt {background:url(../imgs/general/vmenu-mediabox.png) 0 -130px;}
	.BrownBelt {background:url(../imgs/general/vmenu-mediabox.png) -160px -130px;}
	.BlackBelt {background:url(../imgs/general/vmenu-mediabox.png) -320px -130px;}
	
.verticalMenuAd {margin-top:15px;}

/*------------------->>HOME PAGE<<-------------------*/
.hSpeech {background:url(../imgs/home/homeSpeech.png) left no-repeat; width:520px; height:160px; padding:0 0 0 100px; margin:10px 0;}
  .hSpeech p {margin:0; padding:0 0 12px 0;}
  
.HomeSpeech {background:url(../imgs/home/home.png) -310px -204px no-repeat; width:505px; height:176px; padding:10px 15px 0 100px; margin:10px 0;}
  .HomeSpeech ul {list-style:none; padding:0;}
  .HomeSpeech ul li {background:url(../imgs/home/home.png) -508px -52px no-repeat; margin:0 0 2px 13px; padding:0 20px 0 17px;}
  .HomeSpeech p {margin:0; padding:0 0 12px 0;}
	
.HomeDiscover {background:#dadfcb url(../imgs/home/home.png) 0 -400px no-repeat; width:308px; margin:10px 0 0 0; padding:20px 6px 0 6px;}
.HomeDiscoverBot {background:#dadfcb url(../imgs/home/home.png) -320px -400px; width:320px; height:6px; margin:0 0 15px 0;}
  .HDAd1, .HDAd2, .HDAd3, .HDAd1 a, .HDAd2 a, .HDAd3 a {width:308px; height:100px; margin:6px 0 0 0;}
  .HDAd1 a, .HDAd2 a, .HDAd3 a {background:url(../imgs/home/home.png); display:block; outline:none}
    .HDAd1 a:hover {background-position:0 -100px;}
	  .HDAd2 a {background-position:0 -200px;}
    .HDAd2 a:hover {background-position:0 -300px;}
    .HDAd3 a {background-position:-630px 0}
    .HDAd3 a:hover {background-position:-630px -100px;}

.homeBlog {background:#dadfcb url(../imgs/home/home.png) -320px -406px no-repeat; width:310px; margin:10px 0 0 0; padding:21px 5px 0 5px;}
.homeBlogBot {background:#dadfcb url(../imgs/home/home.png) -320px -400px; width:320px; height:6px; margin:0 0 15px 0;}
.homeBlog ul {padding:0; margin:0; list-style:none;}
.homeBlog li {background:#fff; list-style:none; padding:2px; margin:4px 0 0 0; border:1px solid #fff; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.homeBlogPost h3 {font-size:12px;}
.homeBlogPost p {font-size:10px; padding:0;}
/*-----EMAIL-SUB-FORM-----*/
.sign-up-form {background:url(../imgs/home/home.png) -310px -68px no-repeat; width:320px; height:75px; margin:0; padding:65px 0 0 0; list-style:none;}
  .su-email {background:url(../imgs/home/home.png) -310px -45px no-repeat; width:225px; height:22px; margin:0 0 6px 0px;} 
  .su-email input{background:url(../imgs/home/home.png) -310px 0 no-repeat; width:212px; height:20px; padding:2px 4px 0 5px; margin:0 0 0 75px; border:0;}
  .su-email input:focus {background-position:-310px -22px;}

  .su-submit {width:98px; height:24px; margin-left:120px; padding:0; display:inline;}
  
  .sign-up-form .button {background:url(../imgs/home/home.png) -531px -1px no-repeat; width:98px; height:24px; margin:0; padding:0; border:0;}
  .sign-up-form .button:hover {background-position:-531px -27px;}
/*-----homenav------*/
.home-nav{width:635px; list-style:none; padding:0; margin:0;} 
.home-nav li{width:600px; padding:5px; margin:0; margin-bottom:10px; border:1px solid #ccc; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.home-nav li:hover{background-color:#f5fee5;}
  
.home-nav a {text-decoration:none; display:block; padding:0 5px 0 40px; margin:5px 0 5px 0; width:545px;}
.home-nav p {padding-left:40px; }

  .bx1 {background:url(../imgs/home/home.png) -890px -392px no-repeat;}
  .bx2 {background:url(../imgs/home/home.png) -890px -504px no-repeat;}
  .bx3 {background:url(../imgs/home/home.png) -890px -623px no-repeat;}
  .bx4 {background:url(../imgs/home/home.png) -890px -737px no-repeat;}
  .bx5 {background:url(../imgs/home/home.png) -890px -869px no-repeat;}
  .bx6 {background:url(../imgs/home/home.png) -890px -1003px no-repeat;} 

	
/*------------------->>PULSE PAGE <<-------------------*/
/*-----clock-----*/
body#white {background:#fff;}
#ClockContainter {width:600px; padding:10px 18px 0 17px;}
.CountryTimesWidget {width:226px; height:60px; margin:0; padding:0px 18px 0 67px}
.YourTimeS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/yourtime-small.png); width:286px; height:35px; padding:12px 0 0 26px; margin:0;}

.CountryTimes {width:498px; height:90px; margin:0; padding:20px 15px 0 87px}
.CountryTimes p {padding:4px 0 0 0}
.YourTime {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/yourtime.png); width:535px; height:55px; padding:12px 0 0 65px; margin:0;}

  .nz {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/nzopen.png);}
  .au {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/auopen.png);}
  .jp {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/jpopen.png);}
  .eu {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/euopen.png);}
  .uk {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/ukopen.png);}
  .us {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/usopen.png);}

  .nzc {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/nzclose.png);}
  .auc {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/auclose.png);}
  .jpc {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/jpclose.png);}
  .euc {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/euclose.png);}
  .ukc {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/ukclose.png);}
  .usc {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/usclose.png);}

  .nzS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/nzopen-small.png);}
  .auS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/auopen-small.png);}
  .jpS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/jpopen-small.png);}
  .euS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/euopen-small.png);}
  .ukS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/ukopen-small.png);}
  .usS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/usopen-small.png);}

  .nzcS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/nzclose-small.png);}
  .aucS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/auclose-small.png);}
  .jpcS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/jpclose-small.png);}
  .eucS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/euclose-small.png);}
  .ukcS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/ukclose-small.png);}
  .uscS {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/usclose-small.png);}

.FxTime {width:545px; height:63px; padding:4px 0 0 55px;}
  .fxop {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/fxopen.png);}
  .fxcl {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/fxclose.png);}

.FxTimeS {width:286px; height:45px; padding:4px 0 0 25px;}
  .fxopS {font-size:11px; background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/fxopen-small.png);}
  .fxclS {font-size:11px; background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/fxclose-small.png);}


.bViewSmall, .bViewOld {width:184px; height:39px; float:left; margin:10px 10px 10px 0;}
.bViewSmall a, .bViewOld a {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/viewsmall.png) no-repeat; display:block; width:100%; height:100%; outline:none;}
.bViewSmall a:hover, .bViewOld a:hover {background-position:0 -40px;}
.bViewSmall a:active, .bViewOld a:active {background-position:0 -77px;}

.bViewOld {width:163px;}
.bViewOld a {background:url(http://www.forex4noobs.com/wp-content/incs/imgs/tools/clock/oldversion.png) no-repeat;}
/*-----converter-----*/
.CurrencyConverter {background:#8fbd3e; width:325px; padding:10px; margin:0 auto; border:1px solid #8fbd3e; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.CurrencyConverter p {margin:0; padding:0; width:70px; float:left; font-weight:bold; color:#fff;}  
.CurrencyConverter div {margin-bottom:5px; padding:0;}  
.CurrencyConverter div#convert {width:74px; margin:0 auto; padding:0;} 
.ConvertResult {background:#fe4302; width:290px; margin:10px auto; padding:5px; font-weight:bold; font-size:14px; color:#fff; text-align:center;}
/*-----calculators-----*/
/*pivot calc*/
#PivCalc {background:url(../imgs/tools/pivcalc.png); width:173px; height:226px; padding:10px 7px 7px 7px; float:left;}
#PivCalc .input input {width:110px; height:18px; margin:0 0 8px 7px; color: #999;}
#PivCalc .input input:focus, #PivCalc .input input.focused {width:110px; height:18px; border:2px solid #00acf6; color: #333; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#PivCalc .toggle {margin:0 5px 5px 0; font-weight:bold; color:#fff;}
#PivCalc .toggle span {margin-left:5px;}
#PivCalc .button input {width:157px; margin:2px 0 0 8px;}

#Results {background:#333; width:220px; float:left; padding:5px; margin-left:15px; border:1px solid #333; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#Results div {background:#fff; padding:3px 0; border-bottom:1px solid #333; font-weight:bold;}
#Results p {width:100px; float:left; margin:0; padding:0 0 0 5px;} 
#Results span {width:100px; float:left; margin:0; padding:0 0 0 5px;} 
#Results .Res {background:#ffe4e4; color:#fc2e2e;}
#Results .PP {background:#edf8ff; color:#00acf6;}
#Results .Sup {background:#fafff0; color:#8fbd3e;}
/*pip calc*/
#pvCalc {background:url(../imgs/tools/pipcalc.png); width:221px; height:160px; float:left; margin:15px 14px 0 0; font-weight:bold; color:#fff;}
#pvCalc ul {list-style:none; padding:1px 9px 9px; margin:0;}
#pvCalc li {padding-top:8px;}
#pvCalc span {width:110px; display:block; float:left;}
#pvCalc .pvPs input {width:80px;}
#pvCalc .pvCalculate button {width:80px; margin-left:61px;}

#pvResults {width:400px; margin-top:15px; float:left; font-size:12px;}
.pvFlags {background:url(../imgs/tools/us.png) 3px 3px no-repeat; font-weight:bold; width:300px; height:15px; margin-top:5px; padding:3px 3px 3px 30px; border:2px solid #a6cb64; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
  .pvEur {background:url(../imgs/tools/eu.png) 3px 3px no-repeat;}
  .pvGbp {background:url(../imgs/tools/gb.png) 3px 3px no-repeat;}
  .pvCad {background:url(../imgs/tools/ca.png) 3px 3px no-repeat;}
  .pvAus {background:url(../imgs/tools/au.png) 3px 3px no-repeat;}
  .pvNzd {background:url(../imgs/tools/nz.png) 3px 3px no-repeat;}
  .pvSwiss {background:url(../imgs/tools/ch.png) 3px 3px no-repeat;}
  .pvYen {background:url(../imgs/tools/jp.png) 3px 3px no-repeat;}
  
div.slider {width: 201px; background: url(../imgs/tools/slidebar.png) 0 center repeat-x;} 
div.slider div.knob {background: url(../imgs/tools/ds.png) 0 center repeat-x; width: 12px; height: 19px;}
/*-----media boxes-----*/
.MediaBoxTop {background:url(../imgs/general/vmenu-mediabox.png); font-weight:bold; font-size:15px; color:#666; width:615px; height:24px; padding:15px 0 0 20px;}
.MediaBoxMid {background:url(../imgs/pulse/boxmid.png); width:595px; padding:10px 20px;}
.MediaBoxBot {background:url(../imgs/general/vmenu-mediabox.png) 0 -39px; width:625px; height:32px; padding:0 0 23px 10px; margin-bottom:10px;}

.DownloadButtonL, .DownloadButtonM, .DownloadButtonS {width:109px; height:32px; float:left; margin-left:15px;}
.DownloadButtonL a, .DownloadButtonM a, .DownloadButtonS a {background:url(../imgs/general/vmenu-mediabox.png); display:block; outline:none; width:100%; height:100%; text-indent:-9000px;}

.zipdl a {background-position:-650px 0;}
.zipdl a:hover {background-position:-650px -32px;}

.pdfdl a {background-position:-650px -192px;}
.pdfdl a:hover {background-position:-650px -224px;}

.DownloadButtonM {width:101px;}
.DownloadButtonM a {background-position:-650px -64px;}
.DownloadButtonM a:hover {background-position:-650px -96px;}

.DownloadButtonS {width:81px;}
.DownloadButtonS a {background-position:-650px -128px;}
.DownloadButtonS a:hover {background-position:-650px -160px;}

.ThumbsVote {float:right; width:80px; padding:1px 10px 0 0;}
.ThumbsVoteL {float:right; width:220px; padding:1px 10px 0 0;}

/* ->> PLUS PAGE <<-*/
/* -----------------*/
/*-images-*/
.Education img {display:block; margin:0 auto 13px auto;}
.Education img.BH {margin:13px auto;}
.Education img.right {float:right; margin:0 0 13px 10px; border:none;}
.Education img.left {margin:0 0 13px 0; border:none;}
/*-images-*/

.quiz {width:80px; height:20px; color:#fff; padding:3px 0 0 5px; margin:0; border:#F00 2px solid;}
.quiz:hover {color:#000;}
.math {background:#f8fcf0; width:400px; border:1px solid #8fbd3e; padding:10px; font-style:italic;}
.formula {background:#fff3f3; width:380px; margin:0 0 16px 15px; padding:5px; border:1px solid #fc2e2e; font-weight:bold; font-style:italic; color:#333;}

.pagination {margin:0 auto; padding:0 0 20px 0;}

.pagination ul {list-style-type:none; overflow:auto; padding:0; margin:0;}
.pagination li {width:25px; height:24px; float:left; margin:0 10px 0 0;}
.pagination ul li a {height:21px; padding:3px 0 0 6px; display:block; text-decoration:none; color:#666; font-size:16px; font-weight:bold;}
.pagination ul li a:hover {text-decoration: underline;}

.pgp              { background:url(../imgs/education/p-p.png) }
.pgp:hover        { background:url(../imgs/education/ps-p.png) }
.pgn              { background:url(../imgs/education/p-n.png) }
.pgn:hover        { background:url(../imgs/education/ps-n.png) }
.pg               { background:url(../imgs/education/p.png) }
.pg:hover, .pgs   { background:url(../imgs/education/ps.png) }

.p-w2 { width:140px; } .p-w3 { width:175px; } .p-w4 { width:210px; }
.p-w5 { width:245px; } .p-w6 { width:280px; } .p-w7 { width:315px; }
.p-w8 { width:350px; } .p-w9 { width:385px; } .p-w10 { width:420px; }

/*-----CHAT-STRUCTURE-----*/
	#containerChatForm form{
		display:inline;
	  }
	#containerChatForm{
		width:370px;
		}
	#chatForm{
		margin:1em 0;
		padding-top:10px;
		}
	#chatForm p{
		padding:0 0 5px 0;
		}
	#chatForm fieldset{
		margin:0;
		padding-top:.5em;
		border:none;	
		border-top:1px solid #f1f1f1;
		}		
	#chatForm legend{
		background:#fff;
		padding:0 5px;
		font-weight:bold;
		color:#8fbd3e;
		font-style:italic;
		}	
	#chatForm p{
		clear:both;
		margin:.5em 0;
		overflow:hidden;
		}	
	#chatForm label{
		float:left;
		width:60px;
		display:block;
		text-align:right;
		margin-right:10px;
		}	
	#chatForm input {	
		margin:0;	
		width:250px;
		border:1px solid #ddd;		
		padding:3px 5px 3px 25px;
		}		
	
	#chatForm input#name{background:#fff url(../imgs/forms/form_name.gif) no-repeat 5px 50%;}
	#chatForm input#email{background:#fff url(../imgs/forms/form_email.gif) no-repeat 5px 50%;}
	#chatForm input#pass{background:#fff url(../imgs/forms/form_pass.gif) no-repeat 5px 50%;}
	
	#chatForm p.submit{
		clear:both;
		margin:1em 0;
		padding:.5em 70px;
		border-top:1px solid #f1f1f1;		
		
		}	
	#chatForm button{
		height:28px;
		line-height:28px;		
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		background:url(../imgs/forms/form_button.gif) no-repeat;
		padding:0 10px 0 25px;
		color:#333;
		cursor:pointer;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		}				

.ChatButtons {width:278px; height:48px; margin:0 auto;}
.ChatSignUp, .ChatLogin {width:128px; height:48px; float:left;}
.ChatLogin {width:100px;}
.ChatOr {width:50px; height:38px; float:left; padding-top:10px;} 

.ChatLogin a {background:url(../imgs/chatroom/chatroomlogin.png); display:block; width:100px; height:48px; border:none; outline:none; cursor:pointer; text-indent:-9999px;} 
.ChatLogin a:hover {background:url(../imgs/chatroom/chatroomloginhov.png);}

.ChatSignUp a {background:url(../imgs/chatroom/chatroomsignup.png); display:block; outline:none; width:100%; height:100%; text-indent:-9999px;}
.ChatSignUp a:hover {background:url(../imgs/chatroom/chatroomsignuphov.png);}

.chatIntro {width:550px; float:left; margin:0 10px 0 0;}
.chatSessions {width:391px; float:left;}
.chatSessions div {padding:5px 5px 0 0; margin:5px 0 0 0; border:2px solid #a6cb64; 
                   border-radius:5px; 
                   -moz-border-radius:5px; 
                  }
.chatSessions div.ninja, .chatSessions div.guru {background:url(../imgs/chatroom/ninja.png) no-repeat; padding:0 0 0 75px; margin:0 0 5px 0; border:none;}
.chatSessions div.guru {background:url(../imgs/chatroom/guru.png) no-repeat;}

/* ->> BLOG PAGE <<-*/
/* -----------------*/
.BlogBoxTop {background:url(../imgs/blogs/blogbox.png); font-weight:bold; font-size:15px; color:#666; width:600px; height:25px; padding:5px 0 0 20px;}
.BlogBoxMid {background:url(../imgs/blogs/blogboxmid.png); width:620px; padding:10px 0 5px 0;}
.BlogBoxBot {background:url(../imgs/blogs/blogbox.png) 0 -31px; width:620px; height:9px;}

.LatestPostTop {background:url(../imgs/blogs/latestpost.png); width:590px; padding:10px 15px; border:1px solid #dadada; border-left:none; border-right:none;}
.LatestPostBot {background:url(../imgs/blogs/blogbox.png) 0 -48px no-repeat; width:620px; height:11px; margin-bottom:15px;}

.PostTop {width:590px; height:75px;}
  .PostTop img {float:left; height:75px; width:75px; margin-right:5px;}
  .PostTop div {float:left; width:510px;}
  .PostTop a {color:#8fbd3e; width:510px; height:20px; overflow:hidden; display:block;} 
  .PostTop p {margin:0; padding:0;}
  .PostTop .TimeStamp {padding-top:5px; font-weight:bold; font-size:12px;}
  .PostTop .Author {padding-top:5px; color:#333; font-style:italic; font-size:12px;}
  .Excerpt {padding:0; margin:7px 0 0 0;}

/*-----RSS-----*/
.headline,.headline a:link,.headline a:visited,.headline a:active {font-size:14px;color:#048ae3;font-weight:700;text-decoration:underline;font-family:Verdana,Arial,Helvetica,sans-serif;padding:0;margin:0;font-style:normal}#creditfooter{display:none}.date{font-size:11px;font-style:italic;font-family:Verdana,Arial,Helvetica,sans-serif;margin:0 0 5px 0;padding:0}div.feedburnerFeedBlock ul{margin:0;padding:0;list-style-type:none}.feedburnerFeedBlock{font-size:12px;font-family:Verdana,Arial,Helvetica,sans-serif;padding:0;margin:0;width:100%;}.feedTitle,.feedTitle a:link,.feedTitle a:visited,.feedTitle a:active {color:#888;font-size:18px;font-weight:bold;border:0;margin:0;padding:0;text-decoration:none;font-family:Verdana,Arial,Helvetica,sans-serif;font-style:normal}

/*------------------->>COURSE<<-------------------*/
/*-----LoginPage-----*/
#LoginBox {width:349px; margin:0 auto;}
#LoginTop {background:url(../imgs/courses/login-top.png) no-repeat; width:349px; height:24px; padding:10px 0 0 14px;}
#LoginMid {background:url(../imgs/courses/login-mid.png) repeat-y; width:329px; padding:10px 10px 0 10px;}
	#LoginInfoLeft {background:url(../imgs/courses/InfoLeft.png) no-repeat; width:20px; height:22px; margin-left:45px; float:left; display:inline;}
    #LoginInfoMid {background:url(../imgs/courses/InfoMid.png) repeat-x; height:18px; margin:0 0 10px 0; padding:4px 5px 0 5px; float:left;}
    #LoginInfoRight {background:url(../imgs/courses/InfoRight.png) no-repeat; width:6px; height:22px; float:left;}
#LoginBot {background:url(../imgs/courses/login-bot.png) no-repeat; width:349px; height:4px;}
.LoginPad {padding:5px 0;}
/*-----AccountPage-----*/
#WelcomeLeft {background:url(../imgs/courses/w-left.png) no-repeat; width:6px; height:25px; float:left;}
#WelcomeMid {background:url(../imgs/courses/w-mid.png) repeat-x; height:20px; padding-top:5px; float:left;}
#WelcomeRight {background:url(../imgs/courses/w-right.png) no-repeat; width:6px; height:25px; margin:0 10px 20px 0; float:left;}

#LogoutLeft {background:url(../imgs/courses/l-left.png) no-repeat; width:5px; height:25px; float:left;}
#LogoutMid {background:url(../imgs/courses/l-mid.png) repeat-x; height:20px; padding-top:5px; float:left;}
  #LogoutMid a {color:#fc2e2e;}
  #LogoutCross{background:url(../imgs/courses/logoutsml.png) no-repeat; padding-left:20px;}
#LogoutRight {background:url(../imgs/courses/l-right.png) no-repeat; width:5px; height:25px; margin-right:10px; float:left;}

.CourseBoxMid {background:url(../imgs/courses/vidbox2.png) repeat-y; width:653px; padding:15px 10px 5px 10px;}
    .CourseBoxMid ul {list-style:none; width:400px; height:28px; padding:0; margin:0;}
	.CourseBoxMid li {width:146px; height:28px; float:left; margin:0 10px 0 0;}
	  .view a:link, .view a:visited, .view a:active, .view a:hover {background:url(../imgs/courses/view.png) no-repeat; width:146px; height:28px; display:block; outline:none; text-indent:-1000px}
	  .view a:hover {background:url(../imgs/courses/view2.png)}

.BuyCourseBoxMid {background:url(../imgs/courses/vidbox2.png) repeat-y; width:653px; padding:15px 10px 5px 10px;}
    .BuyCourseBoxMid ul {list-style:none; width:400px; height:28px; padding:0; margin:0;}
	.BuyCourseBoxMid li {width:111px; height:22px; float:left; margin:0 10px 0 0;}
	  .buy a:link, .buy a:visited, .buy a:active, .buy a:hover {background:url(../imgs/courses/buy.png) no-repeat; width:111px; height:22px; display:block; outline:none; text-indent:-1000px}
	  .buy a:hover {background:url(../imgs/courses/buy2.png)}
/*-----CoursePage-----*/  
#CourseLeftCol {width:258px; float:left; margin-right:14px;}
#CourseRightCol {width:673px; float:left;}
  #DescriptionTop {background:url(../imgs/courses/description1.png) no-repeat; width:228px; height:36px; padding:10px 15px;}
    #DescriptionTop p {background:url(../imgs/courses/rating.png) no-repeat; width:89px; height:17px;}
  #DescriptionMid {background:url(../imgs/courses/description2.png) repeat-y; width:238px; padding:10px 10px;}
    #CourseLeftCol ul {list-style:none; width:238px; height:75px; padding:0; margin:0;}
    #CourseLeftCol li {width:52px; height:75px; float:left; margin:0 10px 0 0;}
	  .home a:link, .home a:visited, .home a:active, .home a:hover, 
	  .contact a:link, .contact a:visited, .contact a:active, .contact a:hover, 
	  .logout a:link, .logout a:visited, .logout a:active, .logout a:hover 
	  {background:url(../imgs/courses/myaccount.png) no-repeat; width:52px; height:25px; padding-top:50px; display:block;}
      .contact a:link, .contact a:visited, .contact a:active, .contact a:hover 
	  {background:url(../imgs/courses/contact.png) no-repeat;}
	  .logout a:link, .logout a:visited, .logout a:active, .logout a:hover   
	  {background:url(../imgs/courses/logout.png) no-repeat;}
	  
	  .home a:hover 
	  {background:url(../imgs/courses/myaccount2.png) no-repeat;}
	  .contact a:hover 
	  {background:url(../imgs/courses/contact2.png) no-repeat;}
	  .logout a:hover   
	  {background:url(../imgs/courses/logout2.png) no-repeat;}

  #DescriptionBot {background:url(../imgs/courses/description3.png) no-repeat; width:258px; height:6px;}
  
  .VidBoxCat {background:url(../imgs/courses/category.png); width:653px; height:23px; padding:7px 10px 0 10px; margin:0 0 10px 0;}
  .VidBoxTop {background:url(../imgs/courses/vidbox1.png); width:653px; height:25px; padding:11px 10px 0 10px;}
  .VidBoxMid {background:url(../imgs/courses/vidbox2.png) repeat-y; width:653px; padding:15px 10px 5px 10px;}
    .VidBoxMid ul {list-style:none; width:400px; height:27px; padding:0; margin:0;}
	.VidBoxMid li {width:125px; height:27px; float:left; margin:0 10px 0 0;}
	  .watch a:link, .watch a:visited, .watch a:active, .watch a:hover {background:url(../imgs/courses/watch.png) no-repeat; width:94px; height:27px; display:block; outline:none; text-indent:-1000px}
	  .watch a:hover {background:url(../imgs/courses/watch2.png)}
	  .download a:link, .download a:visited, .download a:active, .download a:hover {background:url(../imgs/courses/download.png); width:125px; height:27px; display:block; outline:none; text-indent:-1000px}
	  .download a:hover {background:url(../imgs/courses/download2.png)}
  .VidBoxBot {background:url(../imgs/courses/vidbox3.png) no-repeat; width:673px; height:6px; margin:0 0 10px 0;}

/*------------------->>jQuery Dynamic f4n<<-------------------*/
/*----jQuery Checkboxes----*/
.jquery-checkbox {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}
.jquery-checkbox img {vertical-align: middle; width: 17px; height: 17px;}
.jquery-checkbox img {background: transparent url(../imgs/tools/checkbox.png) no-repeat;}
.jquery-checkbox img {background-position: 0px 0px;}
.jquery-checkbox-hover img {background-position: 0px -18px;}
.jquery-checkbox-checked img {background-position: 0px -36px;}
.jquery-checkbox-checked .jquery-checkbox-hover img {background-position: 0px -18px;}
.jquery-checkbox-disabled img {background-position: 0px -18px;}
.jquery-checkbox-checked .jquery-checkbox-disabled img {background-position: 0px -100px;}
/*----jQuery Bar----*/
div#floatingbar {overflow:hidden; width:100%; height:0px; position:absolute; bottom:0; left:0;}
@media screen {body>div#floatingbar{position:fixed;}}
div#floatingbar {background:transparent url(../imgs/bar-email.png);} overflow:hidden; width:100%; height:38px; position:absolute; bottom:0; left:0; color:#000; font-family:Arial; font-weight:bold;} 
div#floatingbar {height:0px;}
#floatingbar .tag {background:transparent url(../imgs/bar-email.png) 0 -45px no-repeat; width:259px; height:45px; margin-right:20px;  float:left;}
#floatingbar .bmailf {background:transparent url(../imgs/bar-email.png) 0 -135px no-repeat; width:169px; height:36px; margin:8px 0 0 15px;  float:left;}
#floatingbar .bmailf:hover {background:transparent url(../imgs/bar-email.png) 0 -92px no-repeat; margin:4px 0 0 15px; height:40px;}
/*-----Tooltips-----*/
.qtip {font-size:11px;}
/*-----SocialSlide-----*/ 
.socialSlide {width:185px; height:30px; padding:0 10px; margin:34px 0 0 0;} 
.socialSlide a {display:block; position:absolute; bottom:0; height:20px; width:32px; position:absolute; bottom:0;}
.socialSlide div {height:30px; width:32px; margin:0 5px 0 0; position:relative; float:left;}
  a.mail {background: url(../imgs/general/del.png) no-repeat;}
  a.twit {background: url(../imgs/general/twit.png) no-repeat;}
  a.fb {background: url(../imgs/general/fb.png) no-repeat;}
  a.lin {background: url(../imgs/general/lin.png) no-repeat;} 
  a.del{background: url(../imgs/general/del.png) no-repeat;}
  a.stumb {background: url(../imgs/general/stumb.png) no-repeat;}
/*----jQuery Lightbox Evo----*/
.jquery-lightbox-overlay{  background:#000}.jquery-lightbox{  position:relative;  padding:17px 0}.jquery-lightbox-border-top-left,.jquery-lightbox-border-top-right,.jquery-lightbox-border-bottom-left,.jquery-lightbox-border-bottom-right{  position:absolute;  height:17px;  width:12%;  z-index:7000}.jquery-lightbox-border-top-left{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat 0 0;  top:0;  left:0}.jquery-lightbox-border-top-right{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat right 0;  top:0;  right:0}.jquery-lightbox-border-top-middle{  background:#2b2b2b;  position:absolute;  height:7px;  width:78%;  top:0;  left:12%;  z-index:7000;  overflow:hidden}.jquery-lightbox-border-bottom-left{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat 0 bottom;  bottom:0;  left:0}.jquery-lightbox-border-bottom-right{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat right bottom;  bottom:0;  right:0}.jquery-lightbox-border-bottom-middle{  background:#2b2b2b;  height:7px;  width:78%;  position:absolute;  bottom:0;  left:12%;  z-index:7000;  overflow:hidden}.jquery-lightbox-title{  background:#2b2b2b;  color:#FFF;  font-family:verdana,arial,serif;  font-size:11px;  line-height:14px;  padding:5px 8px;  margin:3px;  position:absolute;  bottom:0;  z-index:7000;  opacity:0.9}.jquery-lightbox-html{  z-index:7000;  position:relative;  border:0;  border-left:7px solid #2b2b2b;  border-right:7px solid #2b2b2b;  padding:0px 15px;  vertical-align:top}.jquery-lightbox-html embed,.jquery-lightbox-html object,.jquery-lightbox-html iframe{  vertical-align:top}.jquery-lightbox-background{  position:absolute;  top:7px;  left:7px;  z-index:6999;  float:left;  padding:0}.jquery-lightbox-background img{  display:block;  position:relative;  border:0;  margin:0;  padding:0;  width:100%;  height:100%}.jquery-lightbox-mode-image .jquery-lightbox-html{  z-index:6998;  padding:0}.jquery-lightbox-mode-html .jquery-lightbox-background{  background:#FFF}.jquery-lightbox-mode-html .jquery-lightbox-html{  overflow:auto}.jquery-lightbox-loading{  background:#FFF url(../imgs/lightbox/loading.gif) no-repeat center center}.jquery-lightbox-button-close{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -190px -115px;  position:absolute;  top:12px;  right:-26px;  width:29px;  height:29px}.jquery-lightbox-button-close:hover{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -220px -115px}.jquery-lightbox-button-close span,.jquery-lightbox-buttons span{  display:none}.jquery-lightbox-mode-image .jquery-lightbox-button-close{  right:14px;  z-index:7001}.jquery-lightbox-buttons {  position:absolute;  top:14px;  left:14px;  z-index:7000;  height:39px;  display:none}.jquery-lightbox-buttons .jquery-lightbox-buttons-init,.jquery-lightbox-buttons .jquery-lightbox-buttons-end{  width:5px;  height:39px;  float:left;  display:inline}.jquery-lightbox-buttons .jquery-lightbox-buttons-init{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -151px -153px}.jquery-lightbox-buttons .jquery-lightbox-buttons-end{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -244px -153px}.jquery-lightbox-buttons .jquery-lightbox-button-left{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -156px -153px;  width:24px;  height:39px;  float:left;  display:inline}.jquery-lightbox-buttons .jquery-lightbox-button-left:hover{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -156px -194px}.jquery-lightbox-buttons .jquery-lightbox-button-right{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -220px -153px;  width:24px;  height:39px;  float:left;  display:inline}.jquery-lightbox-buttons .jquery-lightbox-button-right:hover{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -220px -194px}.jquery-lightbox-buttons .jquery-lightbox-button-max{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -182px -153px;  width:36px;  height:39px;  float:left;  display:inline}.jquery-lightbox-buttons .jquery-lightbox-button-max:hover{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -182px -194px}.jquery-lightbox-buttons .jquery-lightbox-button-min{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -162px -235px;  width:36px;  height:39px;  float:left;  display:inline}.jquery-lightbox-buttons .jquery-lightbox-button-min:hover{  background:url(../imgs/lightbox/jquery-lightbox-theme.png) no-repeat -207px -235px}.jquery-lightbox-buttons-custom{ height:39px; float:left; display:inline; background:#2b2b2b; line-height:39px; font-size:10px}.jquery-lightbox-buttons-custom a{ color:#FFF; font-size:10px; display:inline; font-weight:normal; text-decoration:underline; padding:0 3px}.jquery-lightbox-mode-image .jquery-lightbox-button-close{ opacity:0.7}.jquery-lightbox-mode-image .jquery-lightbox-buttons{ opacity:0.3}.jquery-lightbox-mode-image:hover .jquery-lightbox-buttons,.jquery-lightbox-mode-image:hover .jquery-lightbox-button-close{ opacity:0.9}
