#bfm_members{
    display: block;
    padding-left: 10px;
    padding-right: 20px;
    text-align: center;
}
img.round_1{
    border-radius: 10%;
    -moz-border-radius: 10%;
}

img.round_2{
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
    -moz-border-radius-topleft: 30%;
    -moz-border-radius-bottomright: 30%;
}

img.round_3{
    border-top-right-radius: 30%;
    border-bottom-left-radius: 30%;
    -moz-border-radius-topright: 30%;
    -moz-border-radius-bottomleft: 30%;
}

img.round_4{
    border-top-right-radius: 30%;
    border-top-left-radius: 30%;
    border-bottom-left-radius: 30%;
    -moz-border-radius-topright: 30%;
    -moz-border-radius-topleft: 30%;
    -moz-border-radius-bottomleft: 30%;
}

img.round_5{
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    border-bottom-right-radius: 30%;
    -moz-border-radius-topleft: 30%;
    -moz-border-radius-topright: 30%;
    -moz-border-radius-bottomright: 30%;
}

img.round_6{
    border-top-left-radius: 30%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    -moz-border-radius-topleft: 30%;
    -moz-border-radius-bottomleft: 30%;
    -moz-border-radius-bottomright: 30%;
}

img.round_7{
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.bfm_member{
    padding: 10px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
}
div#slider{
    display: block;
    padding: 15px 0 15px 40px;
    position: relative;
    height: auto;
    
}

p.bfm_member_name{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.bfm_single_member:first-child{
    padding: 10px;
    padding-right: 0;
}
.bfm_single_member{
    display: block;
    height: 200px;
    max-width: 100%;
    position: relative;
    float: left;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
}
.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}

.bfm_nav{
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.bfm_single_member{
    z-index: 99999 !important;
}
a.prev, a.next {
	background: url(../png/bfm_sprites.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	top: 85px;
}
a.prev {
    float: left;
    background-position: 0 0; 
}
a.prev:hover {   
    background-position: 0 -50px; 
}
a.prev.disabled {	
    background-position: 0 -100px !important;  
}
a.next {			
    float: right;
    background-position: -50px 0; 
}
a.next:hover {		
    background-position: -50px -50px; 
}
a.next.disabled {	
    background-position: -50px -100px !important;  
}
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../miscellaneous_sprite.html) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}


a.prev.disabled:hover {
	background: url(../png/bfm_sprites.png) no-repeat 0px -100px transparent !important;
}
a.next.disabled:hover {
	background: url(../png/bfm_sprites.png) no-repeat -50px -100px transparent !important;
}