<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Examples - Tiny Carousel */

#manset {
	height: auto;
	overflow:hidden;
}
/* ------------- manset_box SECTION -------------- */
#manset_box { text-align: left; width: 670px; overflow: hidden; margin-top: 2px; float:left; margin-left:2px; margin-right:10px; }
#manset_box ul {
	margin: 0;
	padding: 0;
}
#manset_box-inner {
	position: relative;
	text-align: left;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#manset .viewport {
	width: 670px;
	height: 310px;
	float: left;
	overflow: hidden;
	position: relative;
}
#manset .pager {
	overflow:hidden;
	list-style: none;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#manset .pager li {
	float: left;
}
#manset .pager a { background-color: #fff;  text-align: center; display: block; background-image: url(../images/haber_v4_mansetnum.png); background-repeat: repeat-x; height: 24px; background-position: 0px 0px; font-size: 15px; font-weight: bold; color: #333; text-decoration: none; padding-top: 9px; letter-spacing: -1px; border-top-style: none; border-right-style: solid; border-bottom-style: none; border-left-style: none; min-width: 33px; border-right-width: 1px; border-right-color: #CCC; }
#manset .pager .active {
	color: #fff;
	background-color: #B31B1B;
	background-image: url(../images/haber_v4_mansetnum.png);
	background-repeat: repeat-x;
	background-position: 0px -38px;
	height: 24px;
	width: 50px;
	padding-top: 9px;
}
#manset .disable { visibility: hidden; }
#manset .overview {
	list-style: none;
	position: absolute;
	width: 670px;
	left: 0;
	top: 0;
	overflow: hidden;
}
#manset .overview li {
	float: left;
	padding: 0px;
	height: 320px;
	width: 670px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
}

#manset .baslik{
	height: 30px;
	width: 670px;
	position: absolute;
	margin-top: 255px;
	padding-top: 10px;
	text-align: left;
	padding-left: 20px;
	display: inline;
	background-image: url(../images/surmanset_bg.png);
	position: absolute;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#manset .baslik:hover {
	text-decoration: underline;

}
</pre></body></html>