.rot_container {
	overflow: hidden;
	width: 680px;
	margin: 0 auto;
	padding: 0;
}
#rot_main {
	padding: 10px;
	background: #000;
}
.showcase_main {
	width: 480px;
	height: 253px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
.showcase_main h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
}
.showcase_main p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px;
	margin: 0;
}
.showcase_main .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
	font-size: 11px;
}
.showcase_main .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.showcase_main a.collapse { /*--This is our hide/show tab--*/
	background: url(http://static.phpsugar.com/images/bttn_collapse.gif) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
}
.showcase_main a.show {background-position: left bottom;}

.showcase_thumb {
	float: left;
	width: 199px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.showcase_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
}
.showcase_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.showcase_thumb ul li{
	margin: 0;
	padding: 12px 7px;
	background: #f0f0f0 url(http://static.phpsugar.com/images/bg_nav_rotator.gif) repeat-x;
	width: 185px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.showcase_thumb ul li.hover { /*--Hover State--*/
	background: #ddd;
	cursor: pointer;
}
.showcase_thumb ul li.active { /*--Active State--*/
	background: #fff;
	cursor: default;
}
#r_content .showcase_thumb ul li.active h2 { /*--Active State--*/
	color: #FF0066;
}

#r_content .showcase_thumb .block h2 {
	font-size: 1.2em;
	margin: 5px 0;
	padding: 0;
	color: #333;
}
.showcase_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 170px;
}
.showcase_thumb ul li p{display: none;}/*--Hide the description on the list items--*/