.tp-bullets.simplebullets.round .bullet					
{	cursor:pointer; position:relative;	
  width: 16px;
height: 16px;
border: 1px solid #999;
background:none;
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 28px;
-o-border-radius: 28px;
border-radius: 20px;
  margin-right:8px; float:left; 
  margin-top:0px; 
  margin-left:8px;
}

.tp-bullets.simplebullets.round .animated-red-dot					
{	cursor:pointer; position:absolute;	
  width: 16px;
height: 16px;
border: 0px solid #999;
background:none;
cursor: pointer;
background-color:#39B5A4;
opacity:0.8;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 28px;
-o-border-radius: 28px;
border-radius: 20px;


}

.tp-bullets.simplebullets.round .bullet.selected {
border: 1px solid #39B5A4;

}

.tp-bullets.simplebullets.round .bullet.last			
{	margin-right:3px;
}

.tp-bullets.simplebullets.round-old .bullet				
{	cursor:pointer; position:relative;	
            margin-right:0px; float:left; margin-top:0px;}
.tp-bullets.simplebullets.round-old .bullet.last		
{	margin-right:0px;}
