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

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

.theme-default #slider {
	margin:12px auto;
	width:496px; /* Make sure your images are the same size */
	height:252px; /* Make sure your images are the same size */	/*background-color: transparent;*/
	/* [disabled]text-align: center; */
	box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow: 4px 4px 6px #000;
	-moz-box-shadow: 4px 4px 6px #000;
	border: 4px solid #333;
}
.clear {
	clear:both;
}
