#slideshow {
	position: relative;
	padding: 0;
	list-style: none;
	width: 667px; /* the width of the container, change if necessary */
	height: 300px; /* the height of the container, change if necessary */
	overflow: hidden;
    margin:5px;
    border:3px solid #9a9a9a;
        //top:-5px;
}

#slideshow img {
	border: none;
}
.slideView li a img{
    width:670px;
}
    

#slideshow .arrow {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 20px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#slideshow .arrowL {
	left: 17px;
}
.slideshow_sport .arrowL {
	background: url(../images/slideshow/slideView_arrows_sport.gif) no-repeat;
}
.slideshow_park .arrowL {
	background: url(../images/slideshow/slideView_arrows_sport.gif) no-repeat;
}
#slideshow .arrowR {
	right: 17px;
	
}
.slideshow_sport .arrowR {
    background: url(../images/slideshow/slideView_arrows_sport.gif) -40px 0px no-repeat;
}
.slideshow_park .arrowR {
    background: url(../images/slideshow/slideView_arrows_sport.gif) -40px 0px no-repeat;
}
.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slidebar {
	
	position: absolute;
	width: 100%;
	height: 75px;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}
.slideshow_sport .slidebar{
    background: url(../images/slideshow/slideView_bar_sport.gif) repeat-x;
}
.slideshow_park .slidebar{
    background: url(../images/slideshow/slideView_bar_sport.gif) repeat-x;
}
.slidebar .wrap {
	width: 530px;
	height: 75px;
	position: absolute;
	left: 70px;
	overflow: hidden;
	z-index: 6;
}

.slideView {
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.slideView li {
	width: 100%;
	height: 300px;   /* the height of the slideshow, change if necessary */
	float: left;
	margin: 0;
	display: inline;
}
.slideView li a {
	display: block;
	width: 100%;
	height: 100%;
}


#slideshow .desc {
	padding: 5px;
	margin: 0;
	width: 100%;   /* the width of the desccription, change if necessary */
	background: white;
	position: absolute;
	bottom: 75px;
	left: 0px;

	font-weight: bolder;
	overflow: hidden;
	z-index: 6;
	font-size: 12px;
}

#slideshow .thumbList {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 8px;
}

#slideshow .thumbList li {
	width: 107px;
	height: 57px;
	display: inline;
	margin: 0;
	float: left;
}

#slideshow .thumbList li a {
	display: block;
	width: 80px;
	height: 48px;
	margin-left: 11px;	
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}
#slideshow .thumbList li a:hover {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    
}
.slideshow_sport .thumbList li a {
	border: 2px solid #006600;
}
.slideshow_sport .thumbList li a:hover {
	border: 5px solid #006600;
}
.slideshow_park .thumbList li a {
	border: 2px solid #660000;
}
.slideshow_park .thumbList li a:hover {
	border: 5px solid #660000;
}
