.fp {
position:relative;
overflow:hidden;
width: 740px;
margin:0 auto;
padding:0;
z-index: 1000000;
}

.fp a:link,
.fp a:active,
.fp a:visited {
color:rgb(128, 101, 101);
outline:0;
text-decoration:none;
}

.fp a:hover {color:red;} 

.fp img {border:0;}
.fp .float-left {float:left;}
.fp .float-right {float:right;}
.fp .clear {clear:both;}

.fp .titlebar {
height:11px;
line-height:11px;
margin:0 10px;
padding-left: 40%
}

.fp .title {
font-size:11px;
font-weight:600;
}

.fp .thumb-album {
overflow:hidden;
width:80px;
height:70px;
float:left;
margin:4px;
padding:5px;
background-color:#222;
border-radius:2px;
}

.fp .thumb-album a {color:#bbb;}

.fp .thumb-album:hover {
background-color:#fff;
}

.fp .thumb-album a {color:#bbb;}
.fp .thumb-album:hover a {color:#444;}

.fp .thumb {
overflow:hidden;
float:left;
width:80px;
height:45px;
margin:4px;
background-color:#444;
border-radius:2px;
color:#bbb;
}



.fp .thumb-wrapper {
width:100%;
height:110px;
overflow:hidden;
margin-bottom:3px;
}

.fp .thumb-wrapper img {height:auto;}

.fp .refresh {cursor:pointer;}



/***** pagination style *****/
.fp .paginate-wrapper {
font-size:11px;
}

.fp a.paginate {
color:rgb(78, 211, 45);
padding:0;
margin:0 2px;
text-decoration:none;
}

.fp a.current-paginate, 
.fp a.paginate:hover {
color:#333;
font-weight:700;
padding:0;
margin:0 2px;
text-decoration:none;
}

.fp a.paginate-arrow {
text-decoration:none;
border:0;
}
