.ui-carousel {
	height: 330px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 940px;
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > .image {
	border: 0;
	display: block;
	float: left;
	height: 330px;
	overflow: hidden;
	width: 218px;
	position: relative;
}

.ui-carousel .wrapper .image a img
{
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.ui-carousel .wrapper > .image > .info
{
	height: 90px;
	background: #FFF;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.ui-carousel .wrapper > .image > .info > span.sub
{
	float: left;
	margin: 5px 10px 0 10px;
	font-weight: bold;
}

.ui-carousel .wrapper > .image > .info > span.tit
{
	float: left;
	margin: 5px 10px 0 10px;
	height: 25px;
}

#topslider img {-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;}
#topslider p { margin-top: 0; }

#next-topslider { position: absolute; top: 190px; right: 0; width: 15px; height: 26px; background: url(../images/next.png); text-indent: -9999px; }
#prev-topslider { position: absolute; top: 190px; left: 0; width: 15px; height: 26px; background: url(../images/prev.png); text-indent: -9999px; }

#next-bottomslider { position: absolute; top: 190px; right: 0; width: 15px; height: 26px; background: url(../images/next.png); text-indent: -9999px; }
#prev-bottomslider { position: absolute; top: 190px; left: 0; width: 15px; height: 26px; background: url(../images/prev.png); text-indent: -9999px; }