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

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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 ===*/
/*===================*/
body {
	/*font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color:#333;
	background:#eee;*/
}

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

.theme-default #slider {
	width:960px; /* Make sure your images are the same size */
	height:400px; /* Make sure your images are the same size */
	margin-right: auto;
	margin-left: auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
	/*margin-top:70px;*/
}

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