/* default styles for extension "tx_slideshow_pi1" */
		.tx-slideshow-pi1 {
			text-align: center;
		}
/* default styles for extension "tx_cfloat_pi1" */
	
    DIV.tx_cfloat_first, .tx_cfloat_middle, .tx_cfloat_last {
      float: left;
      display: block;
      border-right: 1px dotted #aaa;
      padding-right: 10px;
      padding-left: 0px;
    }

    DIV.tx_cfloat_middle {
	    padding-left: 10px;					
    }

    DIV.tx_cfloat_last {
	      padding-left: 10px;
	      border-right: 0px;
    }

    DIV.tx_cfloat_end {
	        clear: left;
	        height: 0px;
    }