@charset "utf-8";
/* CSS Document */


/* outmost wrapper element, containing all elements  */
#navGaleria {
	
	
	padding:0px 8px;
	width:530px;
	height:140px;
	
	-moz-border-radius:7px;
}

.__scrollable {
margin-top:1.50em;
}

/* container for the scrollable items */
div.items {
	height:160px;	
	/*margin-left:8px;*/
	float:left;
	width:460px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
		
	
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	background:url(/img/playlist/arrow/left.png) no-repeat 0 0;
	display:block;
	width:28px;
	
	float:left;	

	cursor:pointer;
	color:black;
	font-size:28px;
}

a.next {
	margin-top:1em;
	padding-left:0.3em;
	
}

a.prev {
margin-top:1em;
}

#kontrolki {
height:150px;
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/img/playlist/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	
