* {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
}

#slideshow {
  float:left;
    margin: 0;
    width: 646px;
    height: 95px;
	padding-top: 18px;
	padding-bottom: 0px;
   /* background: #d5d5d5 
   url(../images/slideshow_bg.gif) repeat-x; */
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	/*
	overflow: scroll;
	*/
	overflow: hidden;
	width: 495px;
	height: 120px;
	left: 9px;
	top: 0;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 112px;
	width: 150px;
	padding: 5px 3px 5px 3px;
}

/* fix for < ie7 */
html>body #slideshow_set li {
	padding: 5px 7px 5px 7px;
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    top: 147px;
    left:175px;
    z-index: 10;
}

#scroll_left {
	left: 20px;
	top: 0;
	background: url(../images/button-back.gif) no-repeat;
	display: none;
}

#scroll_right {
	left: 71px;
	top: 0;
	background: url(../images/button-next.gif) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    height: 15px;
    width: 51px !important; /* for most browsers */
}

html>body #scroll_left { left: 380px; }
html>body #scroll_right { left: 431px; }



.borderit img{
	padding: 2px;
	border: 2px solid #FFFFFF;
}

.borderit:hover img{
padding: 2px;
border: 2px  #95a9b4 solid;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}
