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

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

a, a:visited {
	color:blue;
}
a:hover, a:active {
	color:#eee;
}

.theme-default #slider {
    /* margin: 100px auto 0; */
    width: 900px; /* Make sure your images are the same size */
    height: 340px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

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