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

/*====================*/
/*=== Reset Styles ===*/
/*====================*/


/*===================*/
/*=== Main Styles ===*/
/*===================*/



.theme-default #slider {
    margin:50px auto 0 auto;
    width:471px; /* Make sure your images are the same size */
    height:400px; /* Make sure your images are the same size */
	float:left;
}
#ads {
	margin:50px auto 0 auto;
    width:239px; /* Make sure your images are the same size */
    height:400px; /* Make sure your images are the same size */
	float:left;
	background-color:#Fff;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}
#featuredBar {
	clear:both;
	margin-left:47px;
	margin-top:-140px;
}

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