﻿@charset "utf-8";
/* 
*	Urmatoarele stiluri sunt doar pentru prezentarea demo-urilor si nu au nici o legatura cu functionalitatea plugin-ului:
*/

.ico { width: 16px; height: 16px; border: 1px solid #CCCCCC; padding:0px; background-repeat: no-repeat; background-position: 0px 0px; }
.ico-first { background-image: url("../img/ico/first.png"); position:absolute; left:10px; top:45%; }
.ico-prev { background-image: url("../img/ico/prev.png");  position:absolute; left:30px; top:45%; }
.ico-next { background-image: url("../img/ico/next.png");  position:absolute; right:30px; top:45%; }
.ico-last { background-image: url("../img/ico/last.png"); position:absolute; right:10px; top:45%;}

.ico-toggle {background-image: url("../img/ico/toggle.png"); margin-top: -6px;}

.carousel-menu {list-style-type:none; background-color:#f1f1f1;}
.carousel-menu a.tab {
	float: left;
	width: 90px;
	height: 29px;
	background: #f1f1f1;
	border-right:1px solid #e1e1e1;
	text-align: center;
	color: #999999;
	font-weight: bold;
	display:block;
	line-height:29px;
}
.carousel-menu a.selected {background-color:#ffffff; color:#000000;}

/* 
*	Declaratiile ramase sunt necesare functionarii fiecarui demo in parte:
*/

#main_l {
	width: 580px;
	text-align: center;
	position:relative;
}

#scroller_l {
	width: 580px;
	height: 114px;
	overflow: hidden;
}


#content_l {width: 6500px;}

.slide_l {
	width: 594px;
	height: 114px;
	float: left;
	/*background-color: #FFF;
	padding: 10px;*/
}
