.snazzy {

text-align:left;
overflow:auto;
margin-top:20px;
}
/*border:2px ridge;
background-color:#F5F5F1;	
;*/

.snazzy a, .snazzy a:hover {
text-decoration:none;
}

.sz_cont {
width:100px;
display:block;
overflow:hidden;
margin:0px 0px 10px;
}

.sz_page {
width:990px;
background-color: #ffffef;
}

.sz_img {
height:110px;
}

.snazzy img {
margin:0;
padding:0;
}

.sz_year {
font-size:22px;
color:#444;
font-family:georgia, verdana;
font-style:italic;
}


.sz_date_yr {
height:42px;
font-size:34px;

}
.sz_month {
}
.sz_date_mon {
height:29px;
font-size:22px;
cursor:pointer;
}

.sz_date_day {
background: #efefea;
margin-bottom:1px;
height:20px;
font-size:14px;
font-weight:bold;
cursor:pointer;
}
.sz_day {
}

.sz_title {
padding:5px 0px;
font-weight:bold;
color:#444;
text-decoration:none;
}


.sz_titleon {
line-height:14px;
color:#eee;
background-color:#333;

}

.sz_excerpt {
font-size:9px;
padding-bottom:5px;
color:#999;
text-decoration:none;
}

.sz_clr {
padding-top: 20px;
}
 
.sz_carousel {
 position: relative;
 visibility: hidden;
 left: -5000px;
 width:100%;
}

.sz_carousel ul {
 text-indent:0 !important;
}

.sz_carousel li {
 padding:0px 8px;
}

/* Botones de navegación para Carousel */
.szleft {
	background:transparent url(arrow-left.gif) no-repeat center top;
	margin-right:40px;
	margin-top:10px;
	width:48px;
	height:48px;
	#height:45px;
	_height:45px;
	border: 0px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.szright {
	background:transparent url(arrow-right.gif) no-repeat center top;
	margin-right:40px;
	margin-top:10px;
	width:48px;
	height:48px;
	#height:45px;
	_height:44px;
	border: 0px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.sz_carousel_navigationsimply {
	border-bottom:1px dashed #CC4545;
	color:#393939;
	float:left;
	text-align:center;
	width:980px;
}
/* Fin de los botones de navegación para Carousel */