@charset "utf-8";
/* CSS Document */


#gf_slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:325px;
	height:269px;

}

/* remove the list styles, width : item width * total items */	
#gf_slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:750px;			
}

/* width of the item, in this case I put 250x250x gif */
#gf_slides li {
	
	float:left;
}

#gf_slides li img {

}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;	
	float:right;
	margin:37px 18px 0 0;
}

#buttons a {
	display:block; 
	width:27px; 
	height:25px;
	text-indent:-999em;
	float:left;
	outline:0;
	padding: 0 1px;
}

a#prev {
	background: url(day_top.png) -267px -37px no-repeat; 
}

a#prev:hover {
	
}

a#next {
	background: url(day_top.png) -298px -37px no-repeat; 
}

a#next:hover {
	
}

.clear {clear:both}

.gunun_firsati {width:343px; position: absolute;
    right: -4px; z-index:50;}

.gf_top { background: url(day_top.png) no-repeat; width:343px; height:92px;}
.gf_center { background:url(day_rep.png) repeat-y; margin: 0 0 0 9px;}
.gf_bottom { background:url(day_bottom.png) no-repeat; height:10px; margin: 0 0 0 9px;}

.ribbon_f { background: url(ribbon.png) no-repeat; bottom: 25px;
    height: 57px;
    position: absolute;
    right: -31px;
    width: 36px;
    z-index: 51;}