

/* Slider Area
-------------------------------------------------------------- */
#slider_top{
	height:9px; 
	width:690pxpx;
	text-align:center;
}

#slider_in{
	height:180px; 
	width:690px;
	text-align:center;
}

#slider_area{
	height:166px; 
	width:670px;
	margin-left:7px;
}


.slide{
	width:670px;
	height:156px;
}

/* sliding texts on main page slider
-------------------------------------------------------------- */


/* slider title text */
.sliding_text_text{

	text-align:left;
	margin-top:6px;	
	margin-left:20px;	
	margin-right:8px;	
}


/* slider title title*/
.sliding_text_text h1{
	font-size:26px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
	margin-top:46px;
	padding-left:0px;
	margin-bottom:7px;
}


/* slider title title2
.sliding_text_text h2{
	font-size:19px;
	font-weight:normal;
	color:#575757;
	text-align:left;
	margin-top:2px;
	padding:0px;
}*/

/* slider text link */
.sliding_text_text a{
	text-decoration:underline;
	color:#fff;
}

.sliding_text_text a:hover{
	text-decoration:none;
	color:#fff;
}

/* slider title buttons*/
.slider_buttons{
	float:left;
	width:120px;	
	height:110px;
	background:url(../images/arrows.png);
	background-repeat: no-repeat;	
	background-position: top left;
	margin-top:105px;
	margin-left:7px;
}

.sliding_text_left{
	float:left;
	width:270px;
}

.sliding_text_right{
	width:390px;
	float:left;
}

/* slider featured file position */
.sliding_text_right .featured_file{
	margin-top:0px;
	margin-left:0px;
}


/* slider numbers*/
#numbers{
	position:absolute;
	top:220px;
	margin-left:15px;
	z-index:10;
}

#numbers li { 
	float:left; 
	list-style-type:none; 
	overflow:hidden; 
	background: transparent url(../images/numbers_back.png) top left no-repeat;	
	width:18px;
	height:18px;
	text-align:center;
	margin-left:5px;
	line-height:14px;
}

/* slider featured link styles*/
#numbers  a { 
	font-size:12px;
	text-decoration:none; 
	display:block;  
	color:#000000;
}

#numbers a:hover { 
	text-decoration:none;
	color:#F1523A;
}

/* active number style*/
#numbers  li a.activeSlide { 
	font-size:12px;
	text-decoration:none; 
	display:block;  
	color:#F1523A;
	background: transparent;	
}



