div#topSlideshow
{
    width                           : 1000px;
    height                          : 314px;
    font-family                     : Arial;
    margin-top                      : 60px;
    background                      : url('topSlideshowShadow.png');
    background-repeat               : no-repeat;
}
div#topSlideshowImages
{
    width                           : 980px;
    height                          : 294px;
    position                        : absolute;
    margin-left                     : 10px;
    margin-top                      : 10px;
    background-position             : 50%;
    background-repeat               : no-repeat;
}
div.topSlideshowDescription
{    
    width                           : 670px;

    padding-bottom                  : 5px;
	padding-top						: 5px;
    padding-left                    : 0px;
	
    font-family                     : Arial;
    background                      : url('topSlideshowDescription.png');
	background						: rgba(255,255,255,0.7);
	position						: absolute;
	top								: 190px;
	left							: -10px;
}


div.topSlideshowDescription h1
{ 
    color                           : #ef8601;
    font-size                       : 35px;    
    margin                          : 0px; 
	margin-left						: 70px;   
}
div.topSlideshowDescription p
{
    color                           : #6b6864;  
    margin                          : 0px;
	margin-left						: 70px;
}
div#contentContainer
{
    width                           : 870px;
    margin                          : auto;
    margin-top                      : 5px;
    
}
table#content 
{
    width                           : 100%;
}
table#content td
{
    vertical-align                  : top;
}
div.headLine
{
    height                          : 40px;
    font-family                     : Arial;
    font-size                       : 16px;
    color                           : #FFFFFF;
    background                      : #ef8601;
    line-height                     : 40px;
    margin-top                      : 10px;
    margin-bottom                   : 10px;
    text-indent                     : 18px;
    
}
div.headLine a
{
	color							: #FFFFFF;
	text-decoration					: none;
}

div.headLine a:hover
{
	color							: #0592f1;
}
/** MORE **/
div.contentMore
{
    width                           : 380px;
    height                          : 30px;
    font-family                     : Arial;
    font-size                       : 14px;
    float                           : right;
    text-align                      : right;
    line-height                     : 30px;
    margin-left                     : 5px;
}
div.contentMore a
{
    color                           : #ef8601;
    text-decoration                 : none;
    display                         : block;
	cursor							: pointer;
}
div.contentMore img
{
    width                           : 20px;
    height                          : 20px;
    margin                          : 5px;
    float                           : right;
    border                          : 0px;
}

div.contentMore a:visited
{
    color                           : #ef8601;
    text-decoration                 : none;
}
div.contentMore a:hover
{
    color                           : #0592f1;
}
/** LINE **/
div.contentLine
{
    width                           : 100%;
    height                          : 3px;
    float                           : left;
    background                      : #CCCCCC;
}

/** HOMEPAGE PICTURES **/
div#homePagePictures
{
    width                           : 600px;
}
div#homePagePicturesSlideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#homePagePicturesSlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.homePageSlideshow
{    
    width                           : 550px;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
div.homePageSlideshow h1
{ 
    color                           : #ef8601;
    font-family                     : Arial;
    font-size                       : 24px;   
    font-weight                     : normal; 
    margin                          : 0px;  
}
div.homePageSlideshow p
{
    display                         : none;
}
div.homePageSlideshowInfobar
{
    width                           : 550px;
    height                          : 30px;
    margin                          : auto;
}
div.slideshowTittle a
{
    color                           : #ef8601;
    font-family                     : Arial;
    font-size                       : 15px;
    font-weight                     : normal;
    line-height                     : 40px;
    text-indent                     : 1px;
    text-decoration                 : none;
    margin-left                     : 10px;
}
div.slideshowTittle a:hover
{
    color                           : #0592f1;    
}
/** HOMEPAGE VIDEO **/
div#homePageVideo
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#homePageVideoSlideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#homePageVideoSlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.homePageVideoSlideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** HOMEPAGE EVENTS **/
div#homePageEvents
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#homePageEventsSlideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#homePageEventsSlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.homePageEventsSlideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}


/** HOMEPAGE DESIGN **/
div#homePageDesign
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#homePageDesignSlideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#homePageDesignSlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.homePageDesignSlideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}

/** fotoPageImage1 **/
div#fotoPageImage1
{
    width                           : 600px;
    margin-top                      : 10px;
}
div#fotoPageImage1Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage1SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage1Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** fotoPageImage2 **/
div#fotoPageImage2
{
    width                           : 600px;

}
div#fotoPageImage2Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage2SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage2Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** fotoPageImage3 **/
div#fotoPageImage3
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#fotoPageImage3Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage3SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage3Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** fotoPageImage4 **/
div#fotoPageImage4
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#fotoPageImage4Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage4SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage4Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** fotoPageImage5 **/
div#fotoPageImage5
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#fotoPageImage5Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage5SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage5Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** fotoPageImage6 **/
div#fotoPageImage6
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#fotoPageImage6Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage6SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage6Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** fotoPageImage7 **/
div#fotoPageImage7
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#fotoPageImage7Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage7SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage7Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** fotoPageImage8 **/
div#fotoPageImage8
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#fotoPageImage8Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage8SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage8Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** fotoPageImage9 **/
div#fotoPageImage9
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#fotoPageImage9Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage9SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage9Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** fotoPageImage10 **/
div#fotoPageImage10
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#fotoPageImage10Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage10SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage10Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}
/** eventsPageImage1 **/
div#eventsPageImage1
{
    width                           : 600px;
    float                           : left;
	margin-top						: 20px;
    
}

div.topIntro
{
	width                           : 600px;
}

div.topIntro p
{
    font-family                     : Arial;
    font-size                       : 15px; 
    color                           : #676767;
	width							: 580px;
	margin-left						: 10px;
}

div.topIntro a
{
	color                           : #006db6;
    font-family                     : Arial;
    font-size                       : 15px; 
    text-decoration                 : underline;
}

div.topIntro a:hover
{
    color                           : #ef8601;
    text-decoration                 : underline;
}
div.eventsPageInnerBox
{
    width                           : 580px;
    margin-left                     : 10px;
    float                           : left;
    font-family                     : Arial;
    font-size                       : 15px; 
    color                           : #676767;
}
div.eventsPageInnerBox img
{
    width                           : 280px;
    margin-top                      : 10px;
}
div.eventsPageInnerBoxText
{
    width                           : 280px;
    float                           : right;
    margin-top                      : 8px;
    padding                         : 0px;
}

div.eventsPageInnerBoxText a
{
	color                           : #006db6;
    font-family                     : Arial;
    font-size                       : 15px; 
    text-decoration                 : underline;
}

div.eventsPageInnerBoxText a:hover
{
	color                           : #ef8601;
    text-decoration                 : underline;
}

div.eventsPageExpandBox
{
    float                           : right;
    width                           : 580px;
    font-family                     : Arial;
    font-size                       : 15px;
    color                           : #676767;
}
div#eventsPageImage2
{
    width                           : 600px;
    margin-top                      : 20px;
    float                           : left;
    
}
div#eventsPageImage3
{
    width                           : 600px;
    margin-top                      : 20px;
    float                           : left;
    
}
div#eventsPageImage4
{
    width                           : 600px;
    margin-top                      : 20px;
    float                           : left;
    
}
div#eventsPageImage5
{
    width                           : 600px;
    margin-top                      : 20px;
    float                           : left;
    
}
/** EXTRA **/
div#extraPageInterieur
{
    width                           : 600px;
    float                           : left;
    font-family                     : Arial;
    
}
div#extraPageInterieur p
{
    color                           : #676767;
    font-family                     : Arial;
    font-size                       : 15px;
    margin                          : 10px;
    font-family                     : Arial;
    color                           : #676767;
}
div#extraFeatures
{
    width                           : 580px;
    color                           : #676767;
    float: left;
    font-family                     : Arial;
    padding                         : 10px;
    font-size                       : 14px;
    border-width                    : 1px;
    border-style                    : solid;
    border-color                    : #676767;
    
}
div#extraFeatures ul
{
    width                           : 100%;    
    list-style-type                 : none;
    padding                         : 0px;
    margin                          : 0px;
}
div#extraFeatures ul li
{
    height                          : 18px;
    font-family                     : Arial;
    margin                          : 2px;
    margin-top                      : 10px;
    margin-bottom                   : 5px;
    background                      : url('sideBarServicesContainerItem.png');
    background-repeat               : no-repeat;
    padding-left                    : 25px;
}

div.googleUL ul
{
    width                           : 100%;    
    list-style-type                 : none;
    padding                         : 0px;
    margin                          : 0px;
}
div.googleUL ul li
{
    height                          : 18px;
    font-family                     : Arial;
    margin                          : 2px;
    margin-top                      : 10px;
    margin-bottom                   : 5px;
    background                      : url('sideBarServicesContainerItem.png');
    background-repeat               : no-repeat;
    padding-left                    : 25px;
}




div.extraTittle h1
{
    color                           : #ef8601;
    font-family                     : Arial;
    font-size                       : 15px;
    font-weight                     : bold;
}
div#extraPageImage1
{
    width                           : 600px;
    float                           : left;
    margin-top                      : 10px;
}
div#extraPageImage1Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#extraPageImage1SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div#extraPageImage2
{
    width                           : 600px;
    float                           : left;
    margin-top                      : 10px;
}
div#extraPageImage2Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#extraPageImage2SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div#extraPageImage3
{
    width                           : 600px;
    float                           : left;
    margin-top                      : 10px;
}
div#extraPageImage3Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#extraPageImage3SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div#headLine1
{   
    width                           : 600px;
    float                           : left;
}
div#headLine1 p
{
    color                           : #676767;
    font-family                     : Arial;
    font-size                       : 15px;
    margin                          : 10px;
	line-height						: 20px;
}
div#headLine2
{   
    width                           : 600px;
    float                           : left;
}
div#artistsContainer
{
    width                           : 570px;
    float                           : left;
    margin-left                     : 15px;
}
div.artists
{
    width                           : 182px;
    height                          : 170px;
    margin                          : 4px;
    float                           : left;
    font-family                     : Arial;
    color                           : #676767;
}
div.artists img
{    
    border                          : 1px solid #a6a6a6;
}
div.artists h2
{
    margin                          : 0px;
    font-size                       : 13px;
}
div.artists p
{
    margin                          : 0px;
    font-size                       : 12px;
}

div.moreArtists
{
    width                           : 182px;
    height                          : 170px;
    margin                          : 4px;
    float                           : left; 
    font-family                     : Arial;
    color                           : #676767;  
}
div.moreArtists a
{
    width                           : 180px;
    height                          : 123px;
    float                           : left;
    display                         : block;
    font-weight: bold;
    font-size                       : 13px;
    color: #a6a6a6;
    text-decoration                 : none;
    text-align : center;
    border                          : 1px solid #a6a6a6;
    line-height:220px;
    background                      : url('moreArtists.png');
}
div.moreArtists a:hover
{
    width                           : 180px;
    height                          : 123px;
    float                           : left;
    display                         : block;
    border                          : 1px solid #a6a6a6;
    background                      : url('moreArtists_hover.png');
}
div.moreArtists h2
{
    margin                          : 0px;
    font-size                       : 13px;
}
div#headLine3
{   
    width                           : 600px;
    float                           : left;
}
div#djContainer
{
    width                           : 570px;
    float                           : left;
    margin-left                     : 15px;
}
div#headLine4
{   
    width                           : 600px;
    float                           : left;
}
div#partnersContainer
{
    width                           : 570px;
    float                           : left;
    margin-left                     : 15px;
}
div.partners
{
    width                           : 182px;
    height                          : 100px;
    margin                          : 3px;
    float                           : left;
    border                          : 1px solid #a6a6a6;
    line-height                     : 140px;
    text-align                      : center;
}
div.partners a img
{
    margin                          : auto;
    opacity                         : .7;
}
div.partners a img:hover
{
    opacity                         : 1;
}

div.morePartners
{
    width                           : 182px;
    height                          : 100px;
    margin                          : 4px;
    float                           : left; 
    font-family                     : Arial;
    color                           : #676767;  
}
div.morePartners a
{
    width                           : 182px;
    height                          : 100px;
    float                           : left;
    display                         : block;
    font-weight: bold;
    font-size                       : 13px;
    color: #a6a6a6;
    text-decoration                 : none;
    text-align : center;
    border                          : 1px solid #a6a6a6;
    line-height:220px;
    background                      : url('morePartners.png');
	background-position				: center;
}
div.morePartners a:hover
{
    width                           : 182px;
    height                          : 100px;
    float                           : left;
    display                         : block;
    border                          : 1px solid #a6a6a6;
    background                      : url('morePartners_hover.png');
	background-position				: center;
}
div.morePartners h2
{
    margin                          : 0px;
    font-size                       : 13px;
}

/** MORE INFO ARTISTS **/
div#headLineArtiesten
{
    width                           : 600px;
    float                           : left;
    
}
div.artiestenPageInnerBox
{
    width                           : 580px;
    margin-left                     : 10px;
    float                           : right;
    font-family                     : Arial;
    font-size                       : 15px; 
    color                           : #676767;
}
div.artiestenPageInnerBox h2
{
    color                           : #ef8601;
    font-family                     : Arial;
    font-size                       : 15px;
    width                           : 280px;
    margin                          : 0px;
    margin-top                      : 10px;
    padding                         : 0px;
    float                           : right;
}
div.artiestenPageInnerBox img
{
    width                           : 280px;
    margin-top                      : 10px;
    float                           : left;
}
div.artiestenPageInnerBox p
{
    width                           : 280px;
    margin                          : 0px;
    padding                         : 0px;
    float                           : right;
}

div.artiestenPageExpandBox
{
	float                           : right;
    width                           : 580px;
    font-family                     : Arial;
    font-size                       : 15px;
    color                           : #676767;
}


div.artistSocalMedia
{  
    width                           : 280px;
    float                           : right;
    margin-top                      : 5px;
}
.artistSocalMediaFB a
{  
    width                           : 30px;
    height                          : 30px;
    float                           : left;
    background                      : url('fbSmall.png');    
}
.artistSocalMediaFB a:hover
{
    width                           : 30px;
    height                          : 30px;
    float                           : left;
    background                      : url('fbSmall_hover.png');   
}
.artistSocalMediaTW a
{  
    width                           : 30px;
    height                          : 30px;
    float                           : left;
    margin-left                     : 5px;
    background                      : url('twSmall.png');    
}
.artistSocalMediaTW a:hover
{
    width                           : 30px;
    height                          : 30px;
    float                           : left;
    background                      : url('twSmall_hover.png');   
}
div#headLineDJS
{
    width                           : 600px;
    float                           : left;
    
}


/** videoPageVideo1 **/
div#videoPageVideo1
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#videoPageVideo1Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#videoPageVideo1SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.videoPageVideo1Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}

/** videoPageVideo2 **/
div#videoPageVideo2
{
    width                           : 600px;
}
div#videoPageVideo2Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#videoPageVideo2SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.videoPageVideo2Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}


/** videoPageVideo3 **/
div#videoPageVideo3
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#videoPageVideo3Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#videoPageVideo3SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.videoPageVideo3Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}

/** videoPageVideo4 **/
div#videoPageVideo4
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#videoPageVideo4Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#videoPageVideo4SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.videoPageVideo4Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}

/** videoPageVideo5 **/
div#videoPageVideo5
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#videoPageVideo5Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#videoPageVideo5SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.videoPageVideo5Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}



/** designPageDesign1 **/
div#designPageDesign1
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#designPageDesign1Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#designPageDesign1SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.designPageDesign1Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}

/** designPageDesign2 **/
div#designPageDesign2
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#designPageDesign2Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#designPageDesign2SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.designPageDesign2Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}

/** designPageDesign3 **/
div#designPageDesign3
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#designPageDesign3Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#designPageDesign3SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.designPageDesign3Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}

/** designPageDesign4 **/
div#designPageDesign4
{
    width                           : 600px;
    margin-top                      : 10px;
}
div#designPageDesign4Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#designPageDesign4SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.designPageDesign4Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}


/** EXPAND / COLLAPSE **/

div.expandHidden
{
	display							: none;
}

div.expandShow
{
	display							: block;
}

div#CustomersContainer
{
    width                           : 570px;
    float                           : left;
    margin-left                     : 15px;
}
div.customers
{
    width                           : 182px;
    height                          : 100px;
    margin                          : 3px;
    float                           : left;
    border                          : 1px solid #a6a6a6;
    line-height                     : 140px;
    text-align                      : center;
}
div.customers a img
{
    margin                          : auto;
    opacity                         : .7;
}
div.customers a img:hover
{
    opacity                         : 1;
}


div.moreCustomers
{
    width                           : 182px;
    height                          : 100px;
    margin                          : 4px;
    float                           : left; 
    font-family                     : Arial;
    color                           : #676767;  
}
div.moreCustomers a
{
    width                           : 182px;
    height                          : 100px;
    float                           : left;
    display                         : block;
    font-weight: bold;
    font-size                       : 13px;
    color: #a6a6a6;
    text-decoration                 : none;
    text-align : center;
    border                          : 1px solid #a6a6a6;
    line-height:220px;
    background                      : url('morePartners.png');
	background-position				: center;
}
div.moreCustomers a:hover
{
    width                           : 182px;
    height                          : 100px;
    float                           : left;
    display                         : block;
    border                          : 1px solid #a6a6a6;
    background                      : url('morePartners_hover.png');
	background-position				: center;
}
div.moreCustomers h2
{
    margin                          : 0px;
    font-size                       : 13px;
}


/** fotoPageImage11 **/
div#fotoPageImage11
{
    width                           : 600px;
    margin-top                      : 50px;
}
div#fotoPageImage11Slideshow
{
    width                           : 580px;
    height                          : 260px;
    margin                          : auto;
}
div#fotoPageImage11SlideshowImages
{
    width                           : 580px;
    height                          : 260px;
    position                        : absolute;
    background-position             : 50%;
    background-repeat               : no-repeat;
    
}
div.fotoPageImage11Slideshow
{    
    width                           : 100%;
    height                          : 55px;
    line-height                     : 55px;
    padding-top                     : 3px;
    padding-bottom                  : 3px;
    padding-left                    : 30px;
    position                        : absolute;
    bottom                          : 0px; 
    background                      : url('homePagePicturesSlideshow.png');
}



div.PhotoPageExpandBox, div.DesignPageExpandBox, div.VideoPageExpandBox
{
    width                           : 580px;
    font-family                     : Arial;
    font-size                       : 15px;
    color                           : #676767;
	margin-left: 10px;
}