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

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

/*body {
	line-height:1;
	color:black;
	background:white;
}*/
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:"";
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

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

a, a:visited {
	color:blue;
	text-decoration:none;
/*	visibility:hidden;*/
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

/*#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}*/

.theme-default #slider {
    margin:0 auto 0 auto;
    width:880px; /* Make sure your images are the same size */
    height:230px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,

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