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

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
TML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
.theme-default #slider {
    margin:12px auto 0 auto;
    width:620px; /* Make sure your images are the same size */
    height:300px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:23px;
}

#top_full .theme-default #slider {
    margin:0px auto 0 auto;
    width:870px; /* Make sure your images are the same size */
    height:400px; /* Make sure your images are the same size */
}
#top_full .theme-pascal.slider-wrapper,
#top_full .theme-orman.slider-wrapper {
    margin-top:23px;
}


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