#wrap {
	background:#fff;
}

#rotator {
	cursor:pointer;
	overflow:hidden;
	position:relative;
	margin-bottom:2px;
}

#rotator,
#rotator img {
	width:610px;
	height:332px;
}

#rotator img {
	border:0;
	display:block;
	cursor:default; /*pointer*/
}

/* ------------------------- */

.rotator-thumbs {
	width:610px;
	height:65px;
	position:relative;
	overflow:hidden;
}

.rotator-thumbs ul {
	position:relative;
	width:auto;
	display:block;
	height:65px;
	/* Max width here, for users without Javascript */
	width: 1500px;
	padding:0;
	margin: 0;
	list-style: none;
}

.rotator-thumbs li.first {
	margin-left:0;
}

.rotator-thumbs li {
  display:block;
  float:left;
  padding:0;
  margin-left:1px;
}

/* ------------------------ */

.side-column .flag {
	margin-right:1em;
}

.side-column .home-post {
	padding-top:13px;
}

.side-column .home-post strong {
	font-size:1.2em;
}

#content .side-column .home-post strong a {
	border:none;
}

.flag {
	float:left;
	display:block;
	width:47px;
	height:47px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-size:1.6em;
	text-align:center;
	line-height:47px;
/* 	font-weight:bold; */
}

.tips .flag,
.faq .flag {
	top:0;
	margin-top:0;
	position:relative;
	font-weight:bold;
}

