/* Start of CMSMS style sheet 'Belcampo-2010 Gallery' */
/*  Gallery CSS  */

img#maincmotionpic {
    width: 635px;
    margin: 5px;
    border: 0px;
}

div#LeftButton {
    width: 25px; 
    height: 175px; 
    position: absolute; 
    left: 300px; 
    text-align: left; 
    background: #FFF1D0 url(images/cms/Belcampo-new/filmstrip_links.png) no-repeat
}

div#RightButton {
    width: 25px; 
    height: 175px; 
    position: absolute; 
    left: 910px; 
    text-align: right; 
    background: #FFF1D0 url(images/cms/Belcampo-new/filmstrip_rechts.png) no-repeat
}

div#ImageStrip {
    width: 595px; 
    height: 175px; 
    position: absolute; 
    left: 325px; 
    background: #FFF1D0 url(images/cms/Belcampo-new/filmstrip-center.png) repeat-x; 
    background-attachment: scroll;
    white-space: nowrap; 
    overflow: auto;
    overflow-y: hidden;
}

P#ImageStripP {
    height: 175px; 
    line-height: 175px; 
    margin: 0px;
}

* html P#ImageStripP {
    margin-top: 17px;
    margin-bottom: 0px;
    height: 158px; 
    line-height: 158px;     
}

img.ImageStripThumbnail {
    vertical-align: middle; 
    border: 1px solid #FFF;
}

div#ImageStripHolder {
    width: 545px;
    height: 200px;
}

table#AlbumOverview {
    width: 635px;
    border: 0px solid #000;
}

table#AlbumOverview td {
    vertical-align: top;   
}

table#AlbumOverview th {
    text-align: left;
    color: #fff;
    background-color: #000;
    padding: 2px;
}

table#AlbumOverview tr.odd {
    background-color: #FFEDC5;   
    border-collapse: collapse;
}

table#AlbumOverview img {
    border: 0px solid #fff;
    margin:3px;
}


/* End of 'Belcampo-2010 Gallery' */

