/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

#makeMeScrollable
{
	position: relative;
	float: left;
	width: 735px;
	height: 130px;
	border: 1px solid #9ACBD9;
	margin: 0 0 10px 10px;
	padding:0;
}

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	width: 6%;
	height: 130px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	position: absolute;
	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */
	background: white;
	cursor: url(../img/toolbox/cursorarrowleft.cur), w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background: transparent url(../img/jobs/promotionslider/scrollbuttonblueleft.jpg) no-repeat left center;
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	width: 6%;
	height: 130px;
	position: absolute;
	left:691px;
	background: white;
	cursor: url(../img/toolbox/cursorarrowright.cur), w-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background: transparent url(../img/jobs/promotionslider/scrollbuttonblueright.jpg) no-repeat right center;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	border-left: 1px solid #9ACBD9;
	border-right: 1px solid #9ACBD9;
	position: absolute;
	overflow: hidden;
	background-image: url(../img/jobs/promotionslider/scrollwrapbackblue.jpg);
	background-repeat: repeat-x;
	left: 21px;
	width: 690px;
	height: 130px
}

ul.scrollableArea
{
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
	height: 91%;
}

.gothaer_solution
{
	float: left;
	width: 175px;
	height: 120px;
	border-right: 1px solid #9ACBD9;
}

.gothaer_solution h3
{
	text-align: center;
	margin-bottom: 10px;
	color: #006C8C;
}

.gothaer_solution p
{
	margin-left: 20px;
}

.solution_text_bild img
{
	margin-bottom: 3px;
	float: left;
}

.solution_text_bild ul
{
	list-style-image: url(../gothaer_g/anwendungen/tarifrechner_pkw/haken.gif);
	margin-left: 120px;
}

.solution_text_bild p
{
	float: left;
}

.solution_bild img
{
	margin-left: 25px;
}

.solution_text
{
	margin-bottom: 3px;
	float: left;
}

