/*
 * Style Novice
 */
	.novice-img{
		float:left;
		margin:auto;
		margin-right:20px;
		/* aspect 4:3 */
		width:240px;
		height:180px;
		vertical-align:text-top;
	}
	.novice-content{
		float:left;
		width:352px;
		height:180px;
		overflow:hidden;
	}
	.slidesjs-navigation{
		float:left;
		height:230px;
		width:44px;
		margin:10px;
		cursor:pointer;
		border-radius:20px;
	}
	.slidesjs-previous{
		background:url(../img/icons/64/arrow_previous_normal.png) no-repeat center center;
		background-size:32px;
	}
	.slidesjs-previous:hover{
		background:url(../img/icons/64/arrow_previous_hover.png) no-repeat center center;
		background-size:32px;
		background-color:rgba(0, 0, 0, 0.05);
	}
	.slidesjs-next{
		background:url(../img/icons/64/arrow_next_normal.png) no-repeat center center;
		background-size:32px;
	}
	.slidesjs-next:hover{
		background:url(../img/icons/64/arrow_next_hover.png) no-repeat center center;
		background-size:32px;
		background-color:rgba(0, 0, 0, 0.05);
	}
	
	.slideshow{
		float:left;
		height:250px;
		width:612px;
		overflow:hidden;
	}
/*
 * END Novice
 */
	
/*
 * Stype Priporočila
 */
	.priporocila section{
		width:225px;
		display:block;
		float:left;
		margin-right:30px;
	}
	.priporocila section:last-of-type{
		margin-right:0px;
	}
/*
 * END Priporočila
 */
	
/*
 * Style reference
 */
	.reference section{
		width:155px;
		float:left;
		display:block;
		margin-right:30px;
		margin-bottom:30px;
	}
	.reference section:last-of-type{
		margin-right:0px;
	}
	.reference img.tumb{
		/*width:210px;
		height:138px;*/
		width:130px;
		height:63px;
	}
/*
 * END reference
 */
 .e { 
 	width:32px;
	height:32px;
 }
 
 #epo {
	 text-decoration-line: underline;
	 text-decoration: underline wavy green;
	 }
 #dolgtekst {
	 height:220px;
	 didplay:block;
	 }