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

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



.theme-default #slider {
    margin:20px auto 20px auto;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:20px;
}


.theme-simple {
	margin-top: 20px;	
    width:100%; /* Make sure your images are the same size */
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #DADADA;
    height:450px; /* Make sure your images are the same size */
}

.theme-simple #slider {	
    float: center;
	margin: 0px auto;
    width:1320px; /* Make sure your images are the same size */
    height:450px; /* Make sure your images are the same size */
}

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