.t_cycle {
	 width: 200px;
	 height: 5px;
	 overflow: hidden;
	 background-image: url('../img/t_tasvirgardoon.gif');
}
.cycle_bg {
	 width: 190px;
	 height: 291px;
	 background-color: #CDD0D5;
	 padding: 0px 5px 0px 5px;
	 text-align: center;
}
.cycle_pager_container {
	 width: 200px;
	 height: 38px;
	 overflow: hidden;
	 background: url('../img/pager.gif') no-repeat;
}
#cyclePager {
	padding-top: 7px;
	padding-right: 60px;
}
#cyclePager a h1{ 
	float:right;
	width:4px;
	height: 4px;
	margin: 5px; 
	/*padding: 3px 5px;*/ 
	border: none; 
	/*background: #fc0;*/
	background-image:url("../img/pager_none.gif"); 
	text-decoration: none;
	background-repeat: no-repeat;
	overflow: hidden;	
}
#cyclePager a.activeSlide h1{
	/*background: #ea0;*/
	background-image:url("../img/pager_active.gif");
	overflow: hidden;	 
}
#cyclePager a:focus { 
	outline: none; 
}
