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

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

body {
	/* [disabled]line-height: 1; */
	color: black;
	border-top-color: #333;
	border-bottom-color: #333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-color: #333;
	border-left-color: #333;
	
}
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 ===*/
/*===================*/

a, a:visited {
	color: #23a2f2;
	text-decoration: none;
}
a:hover{color:#fff}


.theme-default #slider {
	margin: 0px auto 0 auto; 

/* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear: none;

}
