/* 
*	Urmatoarele stiluri sunt doar pentru prezentarea demo-urilor si nu au nici o legatura cu functionalitatea plugin-ului:
*/

a { color: #BE0C0C; text-decoration: none; }
a:hover { color: #333; }
a:active, a:focus { outline: none; }

.left { float: left; }
.right { float: right; }


.menu { 
	list-style-type: none; 
	background: url(img/tema1/h1img.jpg) repeat-x; 
	height:26px; 
	padding-top:6px; 
	padding-left:2px; 
	margin-right:5px; 	
	margin-bottom:-7px;
}



.menu a.tab { padding: 2px 8px 2px 8px; border: 1px solid #CCD8E3; background-color: #FAFAFA}
.menu a.selected { background-color: #32aaff; color:#fff}




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; }

/* 
*	Declaratiile ramase sunt necesare functionarii fiecarui demo in parte:
*/

.main {
	width: 585px;
	border : 1px solid #f0e9eb; 
	padding-left:5px;
	padding-top:5px;
	margin-bottom:5px;	
	}

.scroller {
	width: 579px;
	height: 272px;
	overflow: hidden;
	border: 1px solid #CCD8E3;
	margin-bottom: 5px;
	}

.scroller#scroller-3 {
	width: 868px;
	height: 300px;
	}



#content-1 {
	width: 2320px;
	}

.slide {
	width: 579px;
	height: 272px;
	float: left;
	background-color: #FFF;
	padding: 0;
	}

#scroller-3 {
	position: relative;
	background: url('../img/loading.gif') no-repeat 50% 50%;
	}
