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

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

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
#slider {
	width: 657px;
	float: left;
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#eee;
}

#slider a, a:visited {
	color:blue;
	text-decoration:none;
}

#slider a:hover, a:active {
	color:#000;
	text-decoration:none;
}

.theme-pascal #slider {
	width:657px; /* Make sure your images are the same size */
	height:383px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}


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