.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/

	width: 330px; /*width of featured content slider*/
	height: 350px;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 1px;
	width: 330px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;

	-moz-opacity: 1;
	opacity: 1;
	margin: 1px;
}

.pagination{
	width: 240px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 1px 1px;
	line-height: 16px;
}

.pagination a{
	padding: 0px;
	text-decoration: none;
	color: #000000;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #CC0000;
	font-family:Tahoma;
}

.manset_master{
	margin: 1px;
	padding: 1px;
	width: 580px;
	border: 2px solid #CCCCCC;
}

.border_bottom_line1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.manset_baslik1 {
	font-family: Georgia;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	line-height: 20px;
}
