
a.link_titulo:link {
	color: #fff;
	text-decoration:none;
}
a.link_titulo:active{
	color: #fff;
	text-decoration:none;
}
a.link_titulo:hover {
	color: #fff;
	text-decoration:none;
}
a.link_titulo:visited {
	color: #fff;
	text-decoration:none;
}


ul#slide_control li,
ul#slide_nav li{
    list-style:none;
}

#slide_nav{
    
}
#portfolio img{
    width: 500px;
    height: 220px;
}

#slide_control li{
    list-style: none;
    display: block;
    float:left;
}
#prev_button, #next_button, #pause_button, #last_button{
    margin-left: 0px;
}


ul#portfolio li img{
	border: none;
	padding: 0px;
}


.fade{
}

.fade p{
	text-align: center;
	width: 100%;
	background: #fff;
}


#slide_nav li:hover, #pause_button, .prev_button, .next_button, #first_button, #last_button {
cursor: pointer;
cursor: hand;
z-index: 5000;
}

#slide_nav li span, #pause_button span, .prev_button span, .next_button span, #first_button span, #last_button span, #hover_next_button span, #hover_prev_button span, #water_mark span {
}
#slide_nav li, #pause_button, .prev_button, .next_button, #first_button, #last_button, #water_mark {
background-repeat: no-repeat;
overflow: hidden;
top: 0px;
}
ul#slide_nav {
left: 0px;
z-index: 5000;
}
ul#slide_nav li {
background-image: url(../images/nav_small.png);
display: inline;
text-align: center;
color:#999999;
font-weight: bold;
float: left;
		font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
height: 20px;
list-style: none;
padding: 0px;
width: 20px;
padding-top:3px;
}
ul#slide_nav li:hover {
}
ul#slide_nav li#button_selected {
background-image: url(../images/nav_small.png);
color:#FFFFFF;
font-weight: bold;
}
ul#slide_nav li#button_selected:hover {
}
/*-- first & last buttons --*/

#first_button {
background-image: url(../images/first.png);
height: 29px;

width: 34px;
}
#first_button:hover {
background-image: url(../images/first_hover.png);
}
#last_button {
background-image: url(../images/last.png);
height: 30px;

width: 37px;
}
#last_button:hover {
background-image: url(../images/last_hover.png);
}

/*-- end first & last buttons --*/

/*-- next & prev buttons --*/
#nex_prev_buttons {
left: 0;
z-index: 5000;
}
#next_button {
background-image: url(../images/next.png);
height: 29px;
width: 31px;
}
#next_button:hover {
background-image: url(../images/next_hover.png);
}
#prev_button {
background-image: url(../images/prev.png);
height: 29px;
width: 31px;
}
#prev_button:hover {
background-image: url(../images/prev_hover.png);
}
/*-- end next & prev buttons --*/


/*-- looks like pause button --*/
.pause_button {
background-image: url(../images/pause_small.png);
height: 24px;
width: 20px;
}
.pause_button:hover {
background-image: url(../images/pause_small.png);
}
/*-- looks like play button --*/
.paused_button {
background-image: url(../images/play_small.png);
height: 24px;
width: 20px;
}
.paused_button:hover {
background-image: url(../images/play_small.png);
}

/*-- hover next & hoverprev buttons --*/

#hover_next_button, #hover_prev_button {
height: 125px;
background-repeat: no-repeat;
overflow: hidden;
width: 77px;
z-index: 6000;
}
#hover_next_button span {
}
#hover_next_button {
background-image: url(../images/hover_next.png);
background-position: 21px 35px;
right: 0;
}
#hover_prev_button {
background-image: url(../images/hover_prev.png);
background-position: 8px 35px;
left: 0;
}

/* for slider text */

ul#portfolio-desc{
 	color: #000;
    text-align: left;
    padding: 0px;
    border: 0px solid;
    list-style: none;
	
}


/*-- end next & prev buttons --*/