/* 
*	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; padding-right:15px; }
.right { float: right; }
.menu_carousel { position: relative; list-style-type: none; margin-bottom: 3px; }
.menu_carousel a.tab { padding: 5px 10px 5px 10px; border: 1px solid #00244D; background-color: #999999; color:#ffffff; font-weight:normal; font-size:11px; }
.menu_carousel a.selected { border-bottom-color: #FFF; background-color: #FFF; color:#00244D; }

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:#00244D; text-transform:uppercase; font-size:15px; font-weight:bold;}
.main p{font: normal 14px/18px Arial, Helvetica, sans-serif; padding:10px 0;}


/* 
*	Declaratiile ramase sunt necesare functionarii fiecarui demo in parte:
*/

.main {
	width: 680px;
	margin-left:30px;
	}

.scroller {
	width: 678px;
	height: 220px;
	overflow: hidden;
	border: 1px solid #00244D;
	margin-bottom: 5px;
	}

.content {
	width: 4690px;
	}


.slide {
	width: 665px;
	height: 200px;
	float: left;
	background-color: #FFF;
	padding: 10px;
	}


