*
{
	margin: 0;
	padding: 0;
}

.bottomlink
{
	cursor: pointer;
}

#wrapper_movingboxes
{
	width: 900px;
	margin: 25px auto;
}

#intro
{
	padding-bottom: 10px;
}

#slider_movingboxes
{
	width: 900px;
	margin: 0 auto;
	border-top: 3px solid #b0cee8;
	border-bottom: 3px solid #b0cee8;
}

.scroll
{
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	position: relative;
	background: url(/shared/images/feelthedifference/gradient.jpg) repeat-x;
}

.scrollContainer
{
	position: relative;
}

.scrollContainer div.panel
{
	height: 328px;
}

#left-shadow
{
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	/*background: url(../images/rightshadow.png) repeat-y;*/
}

.inside
{
	margin:0 0px;
}

.inside img
{
	/*display: block; 	border: 1px solid #666; 	margin: 0 0 10px 0;*/
}

.inside h2
{
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p
{
	font-size: 11px;
	color: #ccc;
}

/*a
{
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
*/
a:hover
{
	border-bottom: 1px solid #999;
}

.scrollButtons
{
	cursor: pointer;
}
/*
.scrollButtons.left
{
	left: -45px;
}

.scrollButtons.right
{
	right: -45px;
}
*/
.hide
{
	display: none;
}
