/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/


}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
//body {
//	font:34px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
// 	color:#800000;
//	background:#eee;
}
 

.slider-wrapper { 
	width: 100%; 
	margin: 0px auto;
}
  .theme-default #slider {
     margin:-20px auto 0 auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}