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

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


.theme-default #slider {
    
     margin:0px auto 0 auto;
	 width:240px; /* Make sure your images are the same size */
    height:180px; /* Make sure your images are the same size */
	
	
}


.theme-default.slider-wrapper,
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
	width: 260px; /* important to be same as image width or wider */
	height: 375px;
	text-align:left;
	


}

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