div#slideShowItems{
	height: 99px;
    overflow: hidden;
    position: relative;
}
div#slideShowItems p{
    float: left;
    text-align: justify;
    width: 295px;
}
div#slideShowItems div{
	width:412px;
}


div#slideShowItems img {
	margin-right:13px;
	float:left;
}

ul#slideShowCount{
    margin: 3px 0 0 14px;
    padding: 0;
    width: 268px;
	display: none;
}
ul#slideShowCount li.slide{
    background: url("radio.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 18px;
    padding: 0 5px 0 0;
    width: 12px;
}

ul#slideShowCount li.slide span{
    color: white;
    font-size: 0;
    font-weight: bold;
}

ul#slideShowCount li.slide.selectedTab{
	background:url("radio_selected.png") no-repeat;
}
div#slideShow{
	width: 315px;
}