/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.cinebel-affiche .scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 570px;
    height:450px;
    float: left;
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.cinebel-affiche a:focus{
    outline:1px solid #004890 !important;
}
.cinebel-affiche .scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.cinebel-affiche .scrollable .items li{
    list-style-type: none;
}
.cinebel-affiche .items div {
    float:left;
}
.cinebel-affiche .cinebel-movie {
    width: 330px;
    word-wrap: break-word;
}
.cinebel-affiche .cinebel-movie h3{
    height: 50px;
    padding-right: 80px;
}

/* active item */
.cinebel-affiche .scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}
/* prev, next, prevPage and nextPage buttons */
.cinebel-affiche a.browse {
    display:block;
    width:25px;
    height:65px;
    float:left;
    margin:140px 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
.cinebel-affiche a.right,
.cinebel-affiche a.right:hover,
.cinebel-affiche a.right:active {
	background: url(droite_active.png) no-repeat;
}

/* left */
.cinebel-affiche a.left,
.cinebel-affiche a.left:hover,
.cinebel-affiche a.left:active {
	margin-left: 0px;
	background:url(gauche_active.png) no-repeat;
}

/* disabled navigational button */
.cinebel-affiche a.disabled {
    visibility:hidden !important;
}
.cinebel-affiche .cinebel-noposter{
    height: 187px;
    width: 208px;
    height: 278px;
    background-color: #ccc;
    float: none!important;
}

form.searchmovies{
    float: right;
    margin-top: -45px;
}
.tabloide-affiche .cinebel-movie-wrapper{
    float:left;
    width: 140px;
    border: 1px solid grey;
    margin: 10px;
    height: 310px;
    overflow: hidden;

  -moz-box-shadow: 1px 5px 10px 1px #656565;
  -webkit-box-shadow: 1px 5px 10px 1px #656565;
  -o-box-shadow: 1px 5px 10px 1px #656565;
  box-shadow: 1px 5px 10px 1px #656565;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=168, Strength=10);
}
#content .tabloide-affiche .cinebel-movie ul{
    margin-left: 3px;
}
.tabloide-affiche .cinebel-movie img{
    margin: 0;
    width: 100%;
}
.tabloide-affiche .cinebel-movie .cinebel-noposter{
    height: 187px;
    background-color: #ccc;
}
.tabloide-affiche li{
    list-style-type: none;
    list-style-image: none;
}
.portlet-cinebel .cinebel-affiche .scrollable{
    width: 216px;
    height: 330px;
}
.portlet-cinebel .portletItem{
	height: 360px;
}
.portlet-cinebel .cinebel-affiche a.browse{
/*    margin: 5px 35px;*/
}
.portlet-cinebel .cinebel-affiche a.browse.right{
    margin: 5px 5px 5px 75px;
}
.portlet-cinebel .cinebel-affiche a.browse.left{
    margin: 5px 60px 5px 5px;
}
.portlet-cinebel .cinebel-movie h3{
    word-wrap: break-word;
}
.portlet-cinebel .cinebel-affiche .cinebel-movie{
    width: 232px;
}
