/* 
*	Urmatoarele stiluri sunt doar pentru prezentarea demo-urilor si nu au nici o legatura cu functionalitatea plugin-ului:
*/


#main-2 a { 
	color: #244E89; 
	text-decoration: underline; 
}
#main-2 a:hover { 
	color: #333; 
	text-decoration: none;
}
#main-2 a:active, a:focus { outline: none; }

#main-2 .menu { 
	position: relative; 
	float: right;
	list-style-type: none; 
	width: 193px;
	background: #244E89;
	height: 174px;
	margin: 0;
	padding: 0;
	background: url("images/bg_menu.png");
}
#main-2 .menu a {
	display: block;
	width: 193px;
	height: 25px;
	text-indent: 14px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 3.4em;
}
#main-2 .menu a.selected {
	background: url("images/bg_menu_active.png");
	font-size: 0.8em;
	line-height: 3em;
	font-weight: bold;
}


/* 
*	Declaratiile ramase sunt necesare functionarii fiecarui demo in parte:
*/

#main-2 .main {
	width: 600px;
	}

#main-2 .scroller {
	width: 600px;
	height: 174px;
	overflow: hidden;
	float: left;
	}

#main-2 .scroller#scroller-3 {
	width: 593px;
	height: 300px;
	}

#main-2 #content-1 {
	width: 2500px;
	}

#main-2 #content-2 {
	width: 490pxpx;
	}

#main-2 .slide {
	width: 600px;
	height: 174px;
	float: left;
	}
#main-2 .text {
	width: 320px;
	height: 84px;
	background: #ffffff;
	margin: 100px 0 0 20px;
	padding: 9px 20px 0 13px;
}
#main-2 .apostel {
	background: url("images/apostel.png");
}
#main-2 p {
	line-height: 1.6em;
	padding-top: 6px;
	font-size: 1em;
	color: #666666;
}
#main-2 a.linkTitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin: 10px 0 6px 0;
}
#main-2 a.linkTitle:hover {
	color: #e22125;
	text-decoration: none;
}