
/* outmost wrapper element */
#scrollable, .slidefotos {
	width:240px;
	height:51px;
	clear:both;
	padding-top:12px;
	margin:0 auto;
}

.slidefotos {
width:401px;
padding-bottom:15px;
}

/* container for the scrollable items */
div.items {
	float:left;
	height:51px;
	width:210px !important;
	}

div.itemsfot {
width:371px !important;
}
/* single item */
div.items a {
display:block;
float:left;
width:51px;
height:51px;
font-size:14px;
color:#ccc;
line-height:40px;
text-decoration:none;
text-align:center;
cursor:pointer;
z-index:2;
}
/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:15px;
	height:16px;
	float:left;
	margin-top:16px;
	cursor:pointer;
	}
a.prev {background:url(../img/ant.jpg) no-repeat;}
a.next {background:url(../img/sig.jpg) no-repeat; background-position:top right;}



/*   Scrolable videos   */

#scrollable2 {
	width:430px;
	height:51px;
	clear:both;
	padding-top:15px;
}
#playlist2 {width:395px !important; float:left;}
#playlist2 a {
	display:block;
	height:51px;
	padding-left:5px;
	position:relative;
	width:51px;
	}
#playlist3{width:200px !important; float:left; padding-left:5px;}
#playlist3 a{ padding-left:15px; float:left;}
#playlist4 {width:105px !important; float:left;}
#playlist4 a {
	display:block;
	position:relative;
	}
#playlist4 div.items {
	float:left;
	height:100px;
	width:105px !important;
	}
