/* 
	*************************
	Custom Revolution Slider 
	************************
*/

.tp-bullets.simplebullets.round .bullet{
	background: none;
	border: 1px solid #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin-left:5px;
	width:15px;
	height:15px;
	transition: border-color 300ms ease-out;
	-moz-transition: border-color 300ms ease-out;
	-webkit-transition: border-color 300ms ease-out;
}
.tp-bullets.simplebullets.round .bullet.last{
	margin-right:5px;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected{
	border-color:#3891c4;
}