/*
    anythingSlider v1.2.1
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 975px; height: 290px; position: relative; margin: 0 auto 0px; border-top: 1px solid #ECECEC; /*border-bottom: 1px solid #CCC;*/ }
.anythingSlider .wrapper                { width: 975px; overflow: auto; height: 290px; margin: 0px; position: absolute; top: 0; left: 0; overflow: hidden; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #f9f7f5; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 975px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 15px; /*background: url(../images/slider/arrows.png) no-repeat 0 0;*/ text-indent: -9999px; position: absolute; top: 50px; cursor: pointer; opacity: 0.5; }
.anythingSlider .forward                { /*background-position: 3px 0;*/    background: url("../images/post_next.png") no-repeat scroll 100% 50% transparent; right: 8px; }
.anythingSlider .back                   { /*background-position: -112px 0;*/ background: url("../images/post_prev.png") no-repeat scroll 100% 50% transparent; left:  8px; }
.anythingSlider .arrow:hover            { opacity: 1; }
/*.anythingSlider .forward:hover          { background-position: 3px -200px; }*/
/*.anythingSlider .back:hover             { background-position: -112px -200px; }*/

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/slider/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { display:none; background: green; background-image: url(../images/slider/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.img_slide{
	float: left;
}
.text_slide{
	float: left;
	padding: 15px 20px;
	width: 275px;
	color: #01383c; /* 	color: #4d4d4d; */
}
.text_slide .titol{
	font-size: 30px;
	/*font-weight: bold;*/
	margin-bottom: 6px;
}
.text_slide .categoria{
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
	/*border-bottom: 2px solid #FE7F02;*/
	padding-bottom: 4px;
	display: inline-block;
}
.text_slide .text{
	font-size: 12px;
	line-height: 18px;
}
.text_slide a{
	text-decoration: none;
	color: #808080;
}

.text_slide a:hover{
	text-decoration: underline;
}