#slideshowHolder{
	padding:0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
	width:720px;
	height:275px;
	overflow:hidden;
}

#ft-buttons-slideshowHolder {
        position: absolute;
        bottom: 37px;
        right: 33px;
        float:right;
	width:auto !important;
}
		


#ft-next-slideshowHolder, #ft-prev-slideshowHolder {
	display: none;
}

#ft-next-slideshowHolder{
	right:0px !important;
}

#ft-prev-slideshowHolder{
	left:0px !important;
}

.ft-button-slideshowHolder {
	color:#505559;
}

.ft-button-slideshowHolder {
    text-align: center !important;
    width: 13px !important;
    height: 16px !important;
    line-height:16px !important;
    margin-left: 0px;
    display:block;
    float:left;
    padding:0px 0px 0px 0px !important;
    text-decoration:none;
    font-size:10px;
    font-weight:bold;
    background:url(/images/bg_dot.png) no-repeat 0px 0px;
}


.ft-button-slideshowHolder-active, .ft-button-slideshowHolder-active:hover{
    text-align: center !important;
    width: 13px !important;
    height: 16px !important;
    line-height:16px !important;
    margin-left: 0px;
    display:block;
    float:left;
    padding:0px 0px 0px 0px !important;
    text-decoration:none;
    font-size:10px;
    font-weight:bold;
    background:url(/images/bg_dot.png) no-repeat 0px -16px;	
}