a{outline:none;}
img{border:none;}

/*#makeMeScrollable{*/
#LogosScroll{
width:100%;
margin:0 auto;
display:block;
position:relative;
height:25%;}

.part{
display:inline-block;
margin: 0px 20px;
width:auto;
height:auto;
/*width:267px; height:200px;}*/}

.logo-scroll{
height: 100%;
width: 100%;
}

/*max Width 768px */

@media (max-width: 755px) and (orientation: portrait) {

.part{
display:inline-block;
margin: 0px 15px;
width:100px;
height:auto;
/*width:267px; height:200px;}*/}

.logo-scroll{
height: 75%;
width: 75%;
}

}

div.scrollingHotSpotLeft{
min-width:50px;
height:100%;
background-image:url(../img/big_transparent.gif);
background-repeat:repeat;
background-position:center center;
position:absolute;
z-index:200;
left:0;}

div.scrollingHotSpotLeftVisible{
background:#fff url(../img/arrow_left.gif) center center no-repeat;				
opacity:.35;
-moz-opacity:.35;
filter:alpha(opacity = 35);
zoom:0;}

div.scrollingHotSpotRight{
width:50px;
height:100%;
background-image:url(../img/big_transparent.gif);
background-repeat:repeat;
background-position:center center;
position:absolute;
z-index:200;
right:0;}

div.scrollingHotSpotRightVisible{
background:#fff url(../img/arrow_right.gif) center center no-repeat;
opacity:.35;
filter:alpha(opacity = 35);
-moz-opacity:.35;
zoom:1;}
div.scrollWrapper{
position:relative;
overflow: hidden;
width:100%;	height:100%;}

div.scrollableArea{
white-space:nowrap;
position:relative;
width:auto;
height:100%;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;}