div#ISscrollerRight {
	width: 40px;
	height: 100%;
	background: url(default/icon_slideshow_right.png) no-repeat 0 0;
}

div#ISscrollerLeft {
	width: 40px;
	height: 100%;
	background: url(default/icon_slideshow_left.png) no-repeat 0 0;
}
div#ISscrollerLeft:hover,
div#ISscrollerRight:hover {
	cursor: pointer;
}
div#IconSlideshow {
	margin: 0;
}
div#ISelements {
	padding: 10px 0;
}

div#ISelements div.navitem {
	margin: 0;
	height: 100px;
	width: 100px;
	text-align: center;
}
div#ISelements div.navitem h2 {
	padding: 5px;
	font-size: 0.95em;
	text-align: center;
	line-height: 1.2em;
}
div#ISelements div.navitem h2 a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
div#ISelements div.navitem:hover h2 a {
	text-decoration: underline;
}

* html div#ISelements div.navitem a img {
	display: block;
	margin-right: -5px;
}
/* 
 * Non-customisable properties 
 */

div#IconSlideshow {
	overflow: hidden;
	position: relative;
}
div#ISelements {
	overflow: auto;
	width: 100%;
	position: relative;
}
div#ISelements ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* width forced from CMS settings */
}
div#ISelements li {
	float: left;
	margin: 0;
	padding: 0;
	/* width forced from CMS settings */
}

