.interactive_slideshow_image_container .rel{position: relative;}
.interactive_slideshow_image_container .abs{position: absolute;}

.interactive_slideshow_image_container .is-image-wrapper
{
	background: #cecece;
	overflow: hidden;
}

.is-image-container
{
	width: 999999px;
}

.interactive_slideshow_image_container .fl
{
	float: left;
}
.interactive_slideshow_image_container .cb
{
	clear: both;
}

.numbers-container, .descriptions-container
{
	padding: 10px;
}

.descriptions-container
{
	padding-top: 0;
}

.numbers-container a
{
	padding: 4px 8px 4px 8px;
	font-size: 11px;
	text-decoration: none;
	display: block;
	border: 1px solid #939393;
	color: #5c5e5d;
	margin-right: 3px;
	float: left;
}
.numbers-container a.active
{
	background: #62675b;
	color: #FFF;
}
.numbers-container a:hover
{
	background: #8ec642;
	color: #5c5e5d;
}

.descriptions-container h3, .descriptions-container h3 p, .descriptions-container h4, .descriptions-container h4 p
{
	margin: 0;
	padding: 0;
}

.descriptions-container h3
{
	font-size: 15px;
	margin-bottom: 8px;
	font-weight: normal;
}

.descriptions-container h4
{
	font-size: 13px;
	margin-bottom: 8px;
	font-weight: normal;
}

.descriptions-container .description
{
	padding-bottom: 10px;
}

.interactive_slideshow_image_container .arrow
{
	display: block;
	width: 14px;
	height: 25px;
	background: URL(arrow_sprite.png);
}

.interactive_slideshow_image_container .left_arrow
{
	background: URL(arrow_sprite.png) 14px 25px;
}

.interactive_slideshow_image_container .right_arrow
{
	background: URL(arrow_sprite.png);
}

.interactive_slideshow_image_container .left_arrow:hover
{
	background: URL(arrow_sprite.png) 14px 0;
}

.interactive_slideshow_image_container .right_arrow:hover
{
	background: URL(arrow_sprite.png) 0 25px;
}