/* begin: slideshow */
.slideshow {
	position:relative;
	padding:0;
	margin:0;
}
.slideshow a img {
	border:none;
}
.slideshow li.slide {
	list-style-type:none;
}
.slideshow .slides {
	height:260px;
	margin:0;
}
.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0;
}
.slideshow .buttons {
	display:none;
}
.slideshow .buttons {
	display:block;
	position:absolute;
	z-index:100;
	left:0px;
	bottom:20px;
	margin:0;
}
.slideshow .buttons li {
	float:left;
	display:inline;
	width:30px;
	height:30px;
	margin:0;
	padding-left:11px;
	line-height:30px;
	background-image:url('buttonBg.png');
	background-repeat:no-repeat;
}
.slideshow .buttons li a {
	float:left;
	text-decoration:none;
	width:30px;
	height:30px;
	color:#fff;
	outline:0;
}
.slideshow ul.buttons li a:hover {
	text-decoration:none;
	color:#0a0a0a;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	color:#666666;
}
/* end: slideshow */
/*This is for inner pages like purchase credits*/

.creditOuter {
	width:100%;
	margin-top:3pt;
}

.creditLeft {
	 width:49%;
	 float:left;
	 margin-right:1%;

}

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

.creditInnerLeft {
 	width:16%;
 	float:left;
 	margin-right:1%;
}

.creditInnerRight {
	 width:75%;
	 float:left;
	 text-align:center;
	 font-weight:bold;
	 border:2px solid #02CB05;
	 background-color:#EEEEEE;
	 height:18px;
}

.creditInnerRight div:hover {
	background-color:#FFF;
	height:18px;
}
/* End of inner page */
/* for top menu */

.abtLnk a{	
	text-decoration:none;	
}

.abtLnk a:hover{
	text-decoration:none;
}

/* end of for top menu */