
#slideshow {
    width: 430px; /* the width of the container, change if necessary */
    height: 241px; /* the height of the container, change if necessary */
    position: relative;
    padding: 0;
    margin: 0 auto 10px;
    list-style: none;
    overflow: hidden;
    background-color: #cccccc;
    border: 4px solid #05377A;
}

#slideshow img {
    /*-moz-box-shadow:0 0 10px 4px black;*/
    border: none;
    right: 50px;
    width: 430px;
    height: 241px;
}

#slideshow .arrow {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 20px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#slideshow .arrowL {
	background: url(images/slideView_arrows.gif) no-repeat;
	left: 17px;
}

#slideshow .arrowR {
	background: url(images/slideView_arrows.gif) -40px 0px no-repeat;
	right: 17px;

}
.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slidebar {
/*	background: url(images/slideView_bar.gif) no-repeat; */
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0px;
	left: 0px;
	z-index: 5;
        display: none;
}

.slidebar .wrap {
	width: 321px;
	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: 241px;  /* the height of the slideshow, change if necessary */
	float: left;
	margin: 0;
	display: inline;
        text-align: right;
        overflow: hidden;
}

.slideView li a {
	display: block;
	width: 100%;
	height: 100%;
        color: black;
}


#slideshow .desc {
/*    background:url("http://www.viethhosting.com/indysc/images/shadow_left_sm.png") repeat-y scroll right center #CCCCCC; */
    background: repeat-y scroll right center transparent;
    color:black;
    font-size:11px;
    font-weight:bolder;
    height:224px;
    left:0;
    margin:0;
    overflow:hidden;
    padding:0;
    position:absolute;
    top:0;
    width:600px;
    z-index:6;
    text-align: left;
    display: none;
}

#slideshow .desc h2 {
    background-color:#05377A;
    background-image:url("http://www.viethhosting.com/indysc/images/itemflag_sm.png");
    background-position:left center;
    background-repeat:no-repeat;
    font-size:12px;
    font-weight: bold;
    margin:0 auto;
    opacity:0.8;
    padding:3px 3px 3px 20px;
    text-align:left;
    overflow: hidden;
    display:none;
}

#slideshow .desc span  {
/*    background:url("http://www.viethhosting.com/indysc/images/shadow_left_sm.png") repeat-y scroll right center transparent; */
    display:block;
    height:191px;
    padding:3px 10px 10px 5px;
    top:0;
    width:186px;
    font-weight: normal;
    font-size: 12px;
    overflow: hidden;
    margin: 0;
    display:none;
}

#slideshow .thumbList {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 12px;
}

#slideshow .thumbList li {
	width: 107px;
	height: 52px;
	display: inline;
	margin: 0;
	float: left;
}

#slideshow .thumbList li a {
	display: block;
	width: 80px;
	height: 48px;
	border: 2px solid black;
	margin-left: 11px;

}

#slideshow .thumbList li a:hover {
	border-color: #f75514;
}

