#red_display {
	height: 229px;
	width: 990px;
	position: relative;
	overflow: hidden;
	background-color: #F3F5F5;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #becacd;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}
#red_display * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
}

#red_display h2 {
	font-size: 18px;
	line-height: 1.7;
	display: block;
	background-color: #e6ebec;
	padding-top: 8px;
	font-weight: 600;
	padding-bottom: 2px;
	color: #000308;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #BECACD;
	text-align: left;
	text-indent: 20px;
	letter-spacing: -1px;
}
#red_display #red_slyder {
	position: absolute;
	height: 200px;
	width: 900px;
	top: 9px;
	right: 45px;
	overflow: hidden;
	display: block;
}
#red_display #red_slyder #red_slyder_content {
	position: absolute;
	height: 230px;
	width: auto;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 10;
	//margin-left: 600px;
	white-space: nowrap;
}
#red_display #red_slyder ul {
	display: block;
	width: 900px;
	height: 260px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	clear: none;
	float: none;
}
#red_display #red_slyder ul li.redelix {
	width: 128px;
	padding-left: 20px;
	display: block;
	float: left !important;
	clear: none !important;
	padding-top: 10px;
	overflow: hidden;
	height: 260px;
	margin-right: 1px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFE4E6;
}

#red_display #red_slyder ul li img {
	background-color: #CCC;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	font-family: monospace;
	font-weight: normal;
	color: #666;
	overflow: hidden;
}
#red_display #red_slyder ul li h3.corpred {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	display: block;
	margin-top: 10px;
	clear: both;
	line-height: 1.3;
	white-space: normal;
	width: 124px;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
}
#red_display #red_slyder ul li h3.on,
#red_display #red_slyder ul li:hover h3.corpred
{
	color: #990000;
}
#red_display #red_slyder ul li a.linklar {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 0px;
	height: 208px;
	z-index: 100;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: -324px -265px;
	display: block;
	text-align: left;
	text-indent: -1024px;
	visibility: visible;
}
#red_display .linklar:hover .corpred {
	color: #FFF;
}

#red_display  #precedente {
	display: none;
	height: 60px;
	width: 60px;
	position: absolute;
	margin: 0px;
	top: 40px;
	text-align: left;
	text-indent: -1024;
	overflow: hidden;
	background-position: 0px -264px;
	left: 0px;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
	z-index: 9999;
	visibility: hidden;
}
#red_display  #successivo {
	display: none;
	height: 60px;
	width: 60px;
	position: absolute;
	margin: 0px;
	top: 40px;
	text-align: left;
	text-indent: -1024;
	overflow: hidden;
	right: 0px;
	background-position: -60px -264px;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
	z-index: 9999;
	visibility: hidden;
}

#red_display  #precedente:hover {
	background-position: -120px -264px;
}
#red_display  #successivo:hover{
	background-position: -180px -264px;
}
#red_display a#red_arch {
	position: absolute;
	top: 20px;
	font-size: 14px;
	color: #990000;
	line-height: 1;
	font-weight: normal;
	right: 20px;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#red_display a#red_arch:hover {
	color: #000;
	text-decoration: none;
}
