
a img{
	border:none;
}
a { text-decoration: none; }
.FirstTitle{
    color:#bcbcbc;
    padding:5px 1px 10px;
    margin-right:3px;
	font-weight:bold;
	width:387px;
	direction:rtl; 
	text-align:center;
	font-family:Arial;
	font:bold 18px  , palatino;
	line-height:25px;
}
.FirstTitle a, .FirstTitle a:link, .FirstTitle a:visited
 {
	color:#9ec9f1;
	text-decoration:none;
}
.FirstTitle a:hover, .FirstTitle a:active
 {
	color:#fff;
	text-decoration:none;
}
.main{
	width:390px;
	background-color:#000;
	height:325px;
}

.firstNewsCircle{
	position:absolute;
       top:475px;
}
.firstNewsCircleIcons{
		float:left;
		width:6px;
		height:12px;
		background:#1C2023;
		border:1px solid #404A56;
		overflow:hidden;
		margin:1 1 1 2px;
}
.homeFirstNewsItem{
	position:absolute;

}
.homeFirstNewsWrapper{
	position:relative;
	bottom:0px;
	background-color:#000;
	width:390px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid black;
overflow: scroll; /*leave this value alone*/
width: 640px;
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 3px; /*margin around each panel*/
width: 620px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
border: 1px solid #555;
padding:0px;

}
#galleryc{
width: 620px;
height: 165px;
border: 1px solid #555;
padding:0px;
}

#galleryc .panel{
height: 170px;
font: bold 12px Tahoma;
text-align: center;
background-color: black;
color: white;
}

.tickerpane { padding: 2px; font: normal 12px Tahoma;  margin: 0px; direction: rtl; text-align: right; }
.tickerpane a { color: #333;font: normal 12px Tahoma;  margin: 0px; direction: rtl; text-align: right; }
.TitleMain
{
 color:#8FB4D9;
 font-family:Tahoma;
 font-size:11;
 padding:2px;
 margin-top:5px;
 direction:rtl;	
 text-decoration:none;
 font-weight:bold;
	
}
.TitleMain:hover
{
 color:#fff;	
  text-decoration:underline;
}