body
{
	margin:0px;
}

.main_text
{
font-family:Arial,Helvetica,sans-serif,Arial Rounded MT Bold;
font-size:13px;
font-weight:normal;
color:#0488d4;
text-decoration:none;
}


a.main_text:link
{
font-family:Arial,Helvetica,sans-serif,Arial Rounded MT Bold;
font-size:13px;
font-weight:normal;
color:#0488d4;
text-decoration:none;
}

a.main_text:hover
{
font-family:Arial,Helvetica,sans-serif,Arial Rounded MT Bold;
font-size:13px;
font-weight:normal;
color:#0488d4;
text-decoration:none;
}

.iphone-heading-text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#3f4d16;
}

.textBlack
{
font-family:Arial, Verdana;
font-size:12px;
color:#000000;
font-weight:bold;
}

a.main_text1:link
{
font-family: Verdana;
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:underline;
}

a.main_text1:hover
{
font-family:Verdana;
font-size:11px;
color:#0488d4;
font-weight:bold;
text-decoration:underline;
}

#headercontainer{
position:relative;
width:995px;
height:100%;
padding:0;
z-index:5000;
/*border:solid #000000;	
border-width:1px 1px 1px 1px;*/
margin:auto;
}

#myBantuHeaderLogo{
position:absolute;
z-index:1;
float:left;
left:0;
width:223px;
height:180px;
bottom:0px;
 }

 
#myBantuLogo{
position:absolute;
z-index:1;
float:left;
left:0;
width:223px;
height:180px;
bottom:0px;
background-image:url(/v2/images/bantu_logo.png);
 }
 
.privateBeta
 {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 color:#000;
	 position:absolute;
	 vertical-align:bottom;
	 left:50px;
	 top:140px;
	letter-spacing:1px;
 }

#myBantu-front-page-Center-Area{
margin:0 466px 0 223px;
position:relative;
vertical-align:middle;
background-image:url(images/header_bg.png);
background-repeat:repeat-x;
z-index:2;
height:180px;
 }
 
#myBantuFrontpageCenterAreaConnect{
margin:0 19px 0 223px;
position:relative;
vertical-align:middle;
background-image:url(images/header_bg.png);
background-repeat:repeat-x;
z-index:2;
height:180px;
 }


#signin-home-area{
position:absolute;
float:right;
z-index:4000;
top:0;
right:0;
background-image:url(images/fb_bg_collapsed.png);
background-repeat:no-repeat;
width:466px;
height:250px;
}

#headerRightBg{
position:absolute;
float:right;
z-index:3;
top:0;
right:0;
width:19px;
background-image:url(images/header_bg_right.png);
background-repeat:no-repeat;
height:180px;
}


#signInArea
{
	/*border:solid #000000;
	border-width:1px 1px 1px 1px;*/
	height:145px;
	top:23px;
	right:27px;
	position:absolute;
	width: 413px;
}
#myBantu-website-header
{
	/*border:solid #000000;
	border-width:1px 1px 1px 1px;*/
	height:125px;
	top:50px;
	right:3px;
	position:absolute;
	width: 299px;
	font-family:Arial Rounded MT Bold, Arial, Verdana;
	color:#494848;
	font-size:20px;
	
}

#myBantuHeaderCenter
{
	
	height:125px;
	top:50px;
	right:3px;
	position:absolute;
	width: 750px;
	font-family:Arial Rounded MT Bold, Arial, Verdana;
	color:#494848;
	font-size:20px;
	
}

 
.defaultPromptInput{ 
	background-image:url(../images/profile_img.png);
	background-repeat:no-repeat;
	border: solid #7ecbfc 1px;
	padding:2px;
	font-family: Arial, Verdana;
	font-size:12;
	color:#848383;
	font-style:normal;
	width:135px;
	height:18px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

}

.editedInput{ 
	background:none repeat scroll 0 0 #ffffff;
	border: solid #7ecbfc 1px;
	padding:2px;
	font-family: Arial, Verdana;
	font-size:12;
	color:#848383;
	font-style:normal;
	width:135px;
	height:18px;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

}
.defaultEditInput{
	background:none repeat scroll 0 0 #ffffff;
	border: solid #7ecbfc 1px;
	padding:2px;
	font-family: Arial, Verdana;
	font-size:12;
	color:#848383;
	font-style:normal;
	width:135px;
	height:18px;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

}
#myBantuWebsiteFrontpage {
	width:995px;
	margin:0 auto;
	padding:5px;
}


.defaultPromptInputPassword{ 
	background-image:url(../images/password_img.png);
	background-repeat:no-repeat;
	border: solid #7ecbfc 1px;
	padding:2px;
	font-family: Arial, Verdana;
	font-size:12;
	color:#848383;
	font-style:normal;
	width:135px;
	height:18px;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.editedInputPassword{ 
	background:none repeat scroll 0 0 #ffffff;
	border: solid #7ecbfc 1px;
	padding:2px;
	font-family: Arial, Verdana;
	font-size:12;
	color:#848383;
	font-style:normal;
	width:135px;
	height:18px;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.defaultEditInputPassword{ 
	background:none repeat scroll 0 0 #ffffff;
	border: solid #7ecbfc 1px;
	padding:2px;
	font-family: Arial, Verdana;
	font-size:12;
	color:#848383;
	font-style:normal;
	width:135px;
	height:18px;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}





#homeContainer
{
margin:0px 0px 0px 0px;
position:relative;
height:630px;
/*border:solid #000000;
border-width:1px 1px 1px 1px;*/
}

#What-is-mybantu
{
position:absolute;
z-index:10;
left:5px;
float:left;
width:617px;
height:665px;
/* border:solid white;
border-width:1px 1px 1px 1px;*/
}

#homeContentRight
{
position:relative;
right:0px;
right:22px;
float:right;
width:335px;
height:575px;
/*border:solid red;
border-width:1px 1px 1px 1px;*/
}

#myBantu-frontpage-quick-links
{
background-image:url(images/rightbarHeader.png);
background-repeat:no-repeat;
height:17px;
top:10px;
position:relative;
}

#rightbarCenter
{
background-color:#FFFFFF;
background-repeat:repeat;
position:relative;
}

#rightbarFooter
{
background-image:url(images/rightbarFooter.png);
background-repeat:no-repeat;
height:17px;
bottom:0;
position:relative;
}

.rightbarContText {
color:#013C78;
font-family:Arial Rounded MT Bold,Arial,Helvetica,sans-serif;
font-size:20px;
font-weight:normal;
}

.rightbarContTextBold
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#013c78;
text-decoration:none;
padding-left:0px;
}
a.rightbarContTextBold:link
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#013c78;
text-decoration:none;
padding-left:0px;
}

a.rightbarContTextBold:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#013c78;
text-decoration:underline;
padding-left:0px;
}

.myBantu-latest-update
{
/*border:solid #000000;
border-width:1px 1px 1px 1px;*/
font-family:Arial Rounded MT Bold, Arial, Verdana;
color:#ffa600;
font-size:20px;
}

.SubTextArea
{
font-family:Arial, Verdana;
color:#717374;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a.SubTextArea:link
{
font-family:Arial, Verdana;
color:#717374;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
a.SubTextArea:hover
{
font-family:Arial, Verdana;
color:#ff9000;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.SubTextArea1
{
font-family:Arial, Verdana;
color:#0977b7;
font-size:12px;
text-decoration:none;
 }
a.SubTextArea1:link
{
font-family:Arial, Verdana;
color:#0977b7;
font-size:12px;
text-decoration:none;
}
a.SubTextArea1:hover
{
font-family:Arial, Verdana;
color:#0977b7;
font-size:12px;
text-decoration:underline;
}
a.SubTextArea1:visited
{
font-family:Arial, Verdana;
color:#0977b7;
font-size:12px;
text-decoration:none;
}
a.SubTextArea1:active
{
font-family:Arial, Verdana;
color:#ffa600;
font-size:12px;
text-decoration:none;
}

.divider
{
font:"Palatino Linotype";
color:#666666;
font-size:10px;
}
.dividerBold
{
font:"Palatino Linotype";
color:#666666;
font-size:12px;
font-weight:normal;
}

#statsArea
{
padding-left:0px;
}

#statsTextArea
{
/*border:solid #000000;
border-width:1px 1px 1px 1px;*/
font-family:Arial Rounded MT Bold, Arial, Verdana;
color:#ffa600;
padding-left:20px;
padding-top:5px;
font-size:20px;
}

.statsContTextArea
{
/*border:solid #000000;
border-width:1px 1px 1px 1px;*/
font-family:Arial Rounded MT Bold, Arial, Verdana;
color:#ffffff;
font-size:20px;
}
.statsSubTextArea
{
/*border:solid #000000;
border-width:1px 1px 1px 1px;*/
font-family:Arial Rounded MT Bold, Arial, Verdana;
color:#044f5a;
font-size:14px;
}
.statsSubTextWhite
{
/*border:solid #000000;
border-width:1px 1px 1px 1px;*/
font-family:Arial Rounded MT Bold, Arial, Verdana;
color:#ffffff;
font-size:14px;
}
.statsBg
{
background-image:url(images/countingsBgCenter.png);
background-repeat:repeat-x;
width:100%;
}
#myBantuFooter
{
	margin:auto;
	position:absolute;
	width:995px;

}
#footerContainer
{
margin:0px 0px 0px 0px;
position:relative;
height:105px;
/*border:solid #000000;
border-width:1px 1px 1px 1px;*/
}


#footerBgLeft
{
z-index:21;
float:left;
background-image:url(images/footerBgLeft.png);
background-repeat:no-repeat;
width:9px;
height:103px;
position:relatie;
}

#footerBgCenter
{
	margin:0;
	z-index:22;
	width:98.5%;
	background-image:url(images/footerBgCenter.png);
	background-repeat:repeat-x;
	height:103px;
	left:9px;
	top: 0px;
	position:absolute;
}

#footerBgRight
{
position:absolute;
z-index:23;
float:right;
background-image:url(images/footerBgRight.png);
background-repeat:no-repeat;
width:9px;
height:103px;
right:0;
}

.footerTextArea
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.myBantu-Copyright
{
font-family:Tahoma;
font-size:10px;
color:#4e5141;
}

.footerMenu
{
font-family:Tahoma;
font-size:12px;
color:#4e5141;
}
a.footerMenu:link
{
font-family:Tahoma;
font-size:12px;
color:#4e5141;
text-decoration:none;
}

a.footerMenu:hover
{
font-family:Tahoma;
font-size:12px;
color:#4e5141;
text-decoration:underline;
}

#news_feed_container
{
position:relative;
left:0;
}

#blog_feed_container
{
position:relative;
left:0;
}

#fbIconLeft
{
margin:auto;
padding:20px;
position:relative;
vertical-align:middle;
}

.FB_signin
{
	width:107px;
	height:25px;
	position:relative;
	right:0;
	top:0;
}

#myBantu-Facebook-Sign-in
{
position:relative;

}
#signInContent1
{
height:75px;
position:relative;
width: 380px;
margin:auto;
top:50px;
left:10px;
}

#myBantu-Sign-in
{
	height:145px;
	position:relative;
	width: 330px;
	top:25px;
	padding-left:90px;
	z-index:3000;
}

.myBantu-signIn
{
	width:350px;
	position:absolute;
	float:right;
	top:51px;
	left:91px;
	z-index:3000;
}

#divider1
{
height:15px;
top:100px;
position:absolute;
right:0px;
}

#divider
{
height:15px;
top:10px;
position:relative;
}
#signInInput
{
/*border:solid green;
border-width:1px 1px 1px 1px;*/
height:20px;
top:13px;
position:relative;
}

#signInInputName
{
position:absolute;
z-index:55;
width:140px;
top:15px;
left:29px;
height:21px;
}

#signInInputPassword
{
position:absolute;
z-index:56;
top:15px;
left:183px;
width:140px;
height:21px;
}

#signInInputButton
{
right:10px;
position:absolute;
z-index:57;
top:40px;
width:57px;
}

#inputTextMain1
{
background-image:url(images/fb_bg_expanded.png);
background-repeat:no-repeat;
position:absolute;
width:350px;;
height:88px;
top:86px;
left:-17px;
}
#inputTextMain
{
margin:auto;
position:absolute;
width:410px;
height:36px;
top:70px;
left:0px;
}



#signInRegister1
{
position:relative;
width:410px;
left:24px;
float:left;
padding-left:9px;
top:50px;
}
#signInRegister
{
position:absolute;
width:410px;
left:0px;
float:left;
padding-left:10px;
top:110px;
}

.fbSignedInLeft
{
background-repeat:no-repeat;
width:50px;
height:50px;
left:0;
float:left;
}

.fbSignedInCenter
{
	position:relative;
	right:0;
	left:0;
	top:4px;
	width: 245px;
}

.fbSignedInRight
{
	position:absolute;
	right:43px;
	top:12px;
	width: 50px;
	float:right;
}

.fbLink
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333;
	text-decoration:none
}

a.fbLink:link
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:none;
	color:#333;
	text-decoration:none
}

a.fbLink:hover
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:none;
	color:#0488d4;
	text-decoration:underline;
}

a.fbLink:active
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:none;
	color:#0488d4;
	text-decoration:underline;
}
	
#mtBantuContent
{
	position:relative;
	z-index:5000;
	}

#fbContent
{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:50px;
	vertical-align:middle;
}

#fbLoggedInContent
{
	position:relative;
	left:67px;
	top:60px;
	width:80%;
	height:50px;
	vertical-align:middle;
}

#myBantuSignInText
{
	position:relative;
	float:left;
	left:0px;
	top:70px;
	width:85%;
	height:20px;
}

.rightbarContTextSmall
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#013c78;
	font-weight:normal;
}

a.buttonBlog 
{	
display: block;	
width: 48px;	
height: 21px;	
color:#666666;	
text-decoration: none;	
background:url(images/blogBtn.png) no-repeat 0px -20px;	
}
a.buttonBlog:hover 
{	
color:#333333;	
background:url(images/blogBtn.png) no-repeat 0px 0px;	
}

a.buttonBlog_active
{	
display: block;	
width: 48px;	
height: 21px;	
	color:#333333;	
	background:url(images/blogBtn.png) no-repeat 0px 0px;	
}

a.buttonNews 
{	
display: block;	
width: 48px;	
height: 21px;	
color:#666666;	
text-decoration: none;	
background:url(images/newsBtn.png) no-repeat 0px -20px;	
}
a.buttonNews:hover 
{
display: block;	
width: 48px;	
height: 21px;		
color:#333333;	
background:url(images/newsBtn.png) no-repeat 0px 0px;	
}

a.buttonNews_active 
{	
display: block;	
width: 48px;	
height: 21px;	
color:#333333;	
background:url(images/newsBtn.png) no-repeat 0px 0px;	
}



a.buttonTott 
{	
display: block;	
width: 98px;	
height: 21px;	
color:#666666;	
text-decoration: none;	
background:url(images/TTBtn.png) no-repeat 0px -20px;	
}
a.buttonTott:hover 
{
display: block;	
width: 98px;	
height: 21px;		
color:#333333;	
background:url(images/TTBtn.png) no-repeat 0px 0px;	
}

a.buttonTott_active 
{	
display: block;	
width: 98px;	
height: 21px;	
color:#333333;	
background:url(images/TTBtn.png) no-repeat 0px 0px;	
}



.footerMenu a:link    {
  /* Applies to unvisited links in class mainNav */
  text-decoration:  none;
  font-family:Tahoma;
  font-size:12px;
  color:#4e5141;
  } 
.footerMenu a:visited {
  /* Applies to visited links in class mainNav */
  text-decoration: none;
font-family:Tahoma;
font-size:12px;
color:#4e5141;
  } 
.footerMenu a:hover   {
  /* Applies to links under the pointer in class mainNav */
  text-decoration:  underline;
  font-family:Tahoma;
  font-size:12px;
  color:#4e5141;
  } 
.footerMenu a:active  {
  /* Applies to activated links in class mainNav */
  text-decoration:  underline;
  font-family:Tahoma;
  font-size:12px;
  color:#4e5141;
  } 

#mainContent
{
position:relative;
z-index:1;
margin:auto;
width: 982px;
height: 400px;
top:20px;
background-image:url('tricks-n-traits/images/tricksTop1.png');
background-repeat:no-repeat;
}

#mainContentIphone
{
position:relative;
z-index:1;
margin:auto;
width: 982px;
background-image:url('tricks-n-traits/images/tricksTop1.png');
background-repeat:no-repeat;
}

.heading-text-iPhone
{
	font-family:Arial Rounded MT Bold, Arial, Verdana;
	font-size:36px;
	color:#ff9600;
	font-weight:normal;
	text-align:center;
}

.iPhone-subtext
{
	font-family:Arial Rounded MT Bold, Arial, Verdana;
	font-size:18px;
	color:#000;
	font-weight:normal;
	text-align:center;
}

.iPhone-subtext-heading
{
	font-family:Arial Rounded MT Bold, Arial, Verdana;
	font-size:18px;
	color:#000;
	font-weight:normal;
	text-align:center;
}

a.iPhonesubtext
{	
font-family:Arial Rounded MT Bold, Arial, Verdana;
font-size:18px;
color:#e38602;
text-decoration:none;
}

a.iPhonesubtext:link
{	
font-family:Arial Rounded MT Bold, Arial, Verdana;
font-size:18px;
color:#e38602;
text-decoration:none;
}

a.iPhonesubtext:hover
{	
font-family:Arial Rounded MT Bold, Arial, Verdana;
font-size:18px;
color:#000;
text-decoration:underline;
}

a.iPhonesubtext:active
{	
font-family:Arial Rounded MT Bold, Arial, Verdana;
font-size:18px;
color:#000;
}






a.ituneslink 
{	
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color:#000000;	
text-decoration: none;	
}
a.ituneslink:hover 
{
	font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color:#e38602;	
text-decoration:none;
}

a.ituneslink:active 
{	
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color:#e38602;
text-decoration:none;	
}


.left-bg-img
{
background-image:url('images/left-bg-img.png');
background-repeat:no-repeat;
width:288px;
height:96px;
font-family:Arial Rounded MT Bold, Arial, Verdana;
font-size:20px;
color:#000;
font-weight:normal;
text-align:center;

}
.center-bg-img
{
background-image:url('images/center-bg-img.png');
background-repeat:no-repeat;
width:279px;
height:96px;
font-family:Arial Rounded MT Bold, Arial, Verdana;
font-size:20px;
color:#000;
font-weight:normal;
text-align:center;
}

.right-bg-img
{
background-image:url('images/right-bg-img.png');
background-repeat:no-repeat;
width:289px;
height:96px;
font-family:Arial Rounded MT Bold, Arial, Verdana;
font-size:20px;
color:#000;
font-weight:normal;
text-align:center;
}

#subContentIphone
{
width: 982px;
position:relative;
margin:auto;
padding-top:20px;
top:13px;
background-image:url('tricks-n-traits/images/tricksCntr.png');
background-repeat:repeat-x;
}


#subContent
{
position:absolute;
width: 982px;
margin:auto;
top:13px;
background-image:url('tricks-n-traits/images/tricksCntr.png');
background-repeat:repeat-x;

}

.h2 
{
	color:#FF6600;
	font-family:Arial Rounded MT Bold, Arial, Verdana;
	font-size:18px;
}


#fbLoggenIn
{
	position:absolute;
	float:right;
	top:0;
	left:20px;
}


#content
{
	margin:21px 37px 20px 26px;
	
}

#developers-customize-content
{
	border-top:3px solid #2b6290;
	border-bottom:3px solid #2b6290
}

.howto-steps li
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:8px;
	margin-bottom:20px
}

.howto-steps img
{
	display:block;
	margin:auto;
	margin-top:20px
}

h1,h2,h3
{
	color:#ff6600;
	margin:0
}

h1
{
	font-size:22px
}

h2
{
	font-size:18px
}

h3
{
	color:#333;
	font-size:18px;
	text-shadow:none
}

p,ul,ol,table
{
	margin-top:0;
}

em
{
	font-style:normal;
	font-weight:bold
}

ul li
{
	list-style-type:none
}

ul.bulleted li
{
	list-style-type:disc
}
ul.guttered
{
	margin-left:0
}

#iphone-registration
{
	position:absolute;
	top:135px;
	right:90px;
	width:500px;
}

.hr-color
{
	color="#b2b2b2"
}


/* scroller logos starts */

#logo-scroller
{
padding-left:0px;
padding-top:10px;
}




div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width:970px;
	height: 42px;
	z-index:2px;
}

div.scrollableArea
{
	position: relative;
	width: 970px;
	height:42px;
}

#scrollerBg
{
	width: 970px;
	position: relative;
	padding:15px 15px 15px 5px;
	background-image:url("logoparadeBg.png");
	background-repeat:no-repeat;
	height:50px;
	/* border:#F00 1px solid; */
}


#scrollerBg div.scrollableArea img
{
	float: left;
	margin-left: 35px;
	border:0;
}

.leftbg-transparent
{
	position:absolute; 
	z-index:1;
	top:0;
	left:0px;
	/* border:#0F0 solid 1px;*/
}

.rightbg-transparent
{
	position:absolute; 
	z-index:1; 
	float:right; 
	top:0px; 
	right:0px; 
	/* border:#06F solid 1px; */
}

/* scroller logos ends */



/* sign in onmouse Over starts */

/*
.tile {
  position: absolute;
  width: 350px;
  border:#00F solid 
}

.wrap {
  width: 350px;
  background: transparent;
}*/

.content-text {
  display: none;
  top:0px;
  position:absolute;
  left:0px;
} 

#z:hover .content-text, #x:hover .content-text,
#y:hover .content-text, #w:hover .content-text { display: block; } 

/* sign in onmouse Over ends */


.privacy
{
	position:relative;
	top:10px;
	bottom:10px;
}
