.menu-foto{
    padding:0;
    margin:0;
}

/* single tab */
.menu-foto li {
    float:left;
    list-style-type:none;
}

/* link inside the tab. uses a background image */
.menu-foto a {
    display:block;
	overflow:hidden;
	border:1px solid #ddd;
	border-radius:5px;
    width: 75px;
	height:50px;
	margin-right:4px;
	text-align:center;
}

.scrollable {
    position:relative;
    overflow:hidden;
    width: 780px;
    height:130px;
    float:left;
}

.scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
	border:0px solid #ff0000;
}

.items div {
    float:left;
    width:780px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    padding-right:2px;
    border:0px solid #3a3d3f;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	cursor:pointer;
}

/* active item */
.scrollable .active {
    border:1px solid #000;
    position:relative;
    cursor:default;
}

/* prev, next, prevPage and nextPage buttons */
a.next {
    display:block;
    width:20px;
    height:50px;
    float:left;
    cursor:pointer;
}
a.prev {
    display:block;
    width:20px;
    height:50px;
    float:left;
    cursor:pointer;
	margin-left:7px;
}

a.disabled {
    visibility:hidden !important;
}

.bnl{
	position:absolute;
	z-index:88;
	top:30%;
	left:-10px;
}
.bnr{
	position:absolute;
	z-index:88;
	top:30%;
	left:93%;
}