@charset "utf-8";
/* CSS Document */

/* this sheet is used for the index page to layout the photos and info page for prices etc, all others are floated right in the other pages */

.skyebreaks #box {
	width: 265px;
	float: left;
	text-align: center;
}

.skyebreaks #bigbox {
	width: 400px;
	float: left;
	text-align: center;
}

.skyebreaks #box img {
	float: none;
}

.skyebreaks #bigbox img {
	float: none;
}