h3.hide {height: 0; width: 0; text-indent: -99999px; overflow: hidden;}

div#rotate_01_1 {
	width: 443px;
	height: 162px;
	background: url(img/rotate/rotate_01_bcg.jpg);
	color: #fff;
	padding-left: 170px;
	padding-top: 50px;
	padding-right: 10px;
	position: relative;
}
	
div#rotate_01_1 p {
	line-height: 150%;
	margin-bottom: 20px;
}

div#rotate_01_2 {
	width: 443px;
	height: 162px;
	background: url(img/rotate/rotate_02_bcg.jpg);
	color: #fff;
	padding-left: 170px;
	padding-top: 50px;
	padding-right: 10px;
	position: relative;
	display: none;
}
	
div#rotate_01_2 p {
	line-height: 150%;
	margin-bottom: 20px;
}

div#rotate_01_3 {
	width: 443px;
	height: 162px;
	background: url(img/rotate/rotate_03_bcg.jpg);
	color: #fff;
	padding-left: 170px;
	padding-top: 50px;
	padding-right: 10px;
	position: relative;
	display: none;
}
	
div#rotate_01_3 p {
	line-height: 150%;
	margin-bottom: 20px;
}

div#rotate_01_4 {
	width: 443px;
	height: 162px;
	background: url(img/rotate/rotate_04_bcg.jpg);
	color: #fff;
	padding-left: 170px;
	padding-top: 50px;
	padding-right: 10px;
	position: relative;
	display: none;
}
	
div#rotate_01_4 p {
	line-height: 150%;
	margin-bottom: 20px;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 616px;
	height: 80px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 616px;
	height: 80px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 80px;
	height: 80px;
}

