/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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 ===*/
/*===================*/
#dev7link {
	position:absolute;
	top:0;
	left:145px;
	width:1200px;
	height:800px;
	border:0;
	display:block;
	text-indent:-9999px;
}

.theme-default #slider {
    margin:15px auto 0 auto;
    width:860px; /* Make sure your images are the same size */
    height:270px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper1,
.theme-orman.slider-wrapper1 {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
