/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


/* Ausrichtung der DIV-Box (je nach ausgewähltem theme bei margin einstellen */
.theme-default #slider {
    margin:0px auto 0 auto;
    width:480px; /* Make sure your images are the same size */
    height:190px; /* Make sure your images are the same size */
}


.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}