/* BASIC CSS FOR SLIDER PLUGIN */
a.tot-previous-carrusel,
a.tot-next-carrusel 		{ cursor: default; display: block; position: relative; z-index: 15; outline: none; }
a.tot-next-enabled,
a.tot-previous-enabled      { cursor: pointer !important; outline: none; }
a.tot-next-disabled,
a.tot-previous-disabled     { cursor: default !important; outline: none; }

div.tot-container-slider 	{ position: relative; overflow: hidden; z-index: 10; }
div.tot-container-slider table.tot-table-slide { position: absolute; top: 0; left: 0; }
	div.tot-container-slider table.tot-table-slide td.tot-td { text-align: center; vertical-align: middle; }
	div.tot-container-slider table.tot-table-slide .tot-item-slide { display: block; overflow: hidden; display: block; margin: auto; z-index: 1 }
	/* Fix link crossbrowser - work fine in ie6 */
	div.tot-container-slider table.tot-table-slide td.tot-td div.tot-item-container { position: relative; z-index: 5; }
	div.tot-container-slider table.tot-table-slide a.tot-link-slide{ background: #000; position: absolute; top: 0; left: 0; z-index: 7; opacity: 0; filter:alpha(opacity=0); }


/* CUSTOM SLIDER CSS */
a.tot-previous-carrusel { cursor: default; }
a.tot-next-carrusel { cursor: pointer; }


