/* 
*	Urmatoarele stiluri sunt doar pentru prezentarea demo-urilor si nu au nici o legatura cu functionalitatea plugin-ului:
*/

.ico { width: 24px; height: 24px; background-color: #FFF; padding: 0; background-repeat: no-repeat; background-position: 0 0; }
.ico-first { background-image:url(../img/ico/first.png); margin-right: 5px;}
.ico-prev { background-image:url(../img/ico/prev.png); }
.ico-next { background-image:url(../img/ico/next.png); }
.ico-last { background-image:url(../img/ico/last.png); margin-left: 5px; }
.left { float: left; }
img.left{float: left; }
.right { float: right; }
.menu_carousel { position: relative; list-style-type: none; margin-bottom: 4px; }
.menu_carousel a.tab { padding: 5px 10px 5px 10px; border: 1px solid #6964AD; background-color: #dedede; color:#ffffff; font-weight:normal; font-size:11px; }
.menu_carousel a.selected { border-bottom-color: #FFF; background-color: #FFF; color:#6964AD; }

table { width: 100%; background-color: #CCD8E3; }
table tr { background-color: #FFF; }
table thead tr { background-color: #E9F1F4; }
table tr.odd { background-color: #F8FAFA; }
table tr td { padding: 5px; }
table tr td.small { width: 12px; }
table tr td input { width: 13px; height: 13px; }

.main h5{color:#6964AD; text-transform:uppercase; font:bold 18px "Trebuchet MS"; text-align:left;}
#texto .main p{font: normal 15px/20px "Trebuchet MS"; padding:10px 0; text-align:left;}
#texto .main a{text-decoration:none;}



/* 
*	Declaratiile ramase sunt necesare functionarii fiecarui demo in parte:
*/

.main {
	width: 500px;
	}

.scroller {
	width: 500px;
	height: 242px;
	overflow: hidden;
	border: 1px solid #6964AD;
	margin-bottom:10px;
	}

.content {
	width: 4600px;
	}


.slide {
	width: 490px;
	height: 200px;
	float: left;
	background-color: #FFF;
	padding: 10px;
	}


