.fp {
position:relative;
overflow:hidden;
width:880px;
margin:0 auto;
padding:0;
}

.fp a:link,
.fp a:active,
.fp a:visited {
color:#FFF;
outline:0;
text-decoration:none;
}

.fp a:hover {color:#008ab4;} 

.fp img {border:0;}
.fp .float-left {float:left;}
.fp .float-right {float:right;}
.fp .clear {clear:both;}

.fp .titlebar {
height:15px;
line-height:15px;
margin:0 10px;
}

.fp .title {
font-size:14px;
font-weight:700;
}

.fp .thumb-album {
overflow:hidden;
width:150px;
height:155px;
float:left;
margin:8px;
padding:5px;
background-color:#222;
border-radius:2px;
-webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.fp .thumb-album a {
	color:#bbb;
	}

.fp .thumb-album:hover {
background-color:#FFF;
-webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.fp .thumb-album a {color:#bbb;}
.fp .thumb-album:hover a {color:#444;}

.fp .thumb {
overflow:hidden;
float:left;
width:150px;
height:100px;
margin:8px;
background-color:#444;
border:5px solid #222;
border-radius:2px;
color:#bbb;
-webkit-transition:border-color 0.6s ease-in-out;
    -moz-transition:border-color 0.6s ease-in-out;
    -o-transition:border-color 0.6s ease-in-out;
    transition:border-color 0.6s ease-in-out;
}

.fp .thumb:hover {
border:5px solid #FFF;
-webkit-transition:border 0.6s ease-in-out;
    -moz-transition:border 0.6s ease-in-out;
    -o-transition:border 0.6s ease-in-out;
    transition:border 0.6s ease-in-out;
color:#333;
}

.fp .thumb-wrapper {
width:100%;
height:100px;
overflow:hidden;
margin-bottom:3px;
}

.fp .thumb-wrapper img {height:auto;}

.fp .refresh {cursor:pointer;}

.shadow {
-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/***** pagination style *****/
.fp .paginate-wrapper {
font-size:14px;
}

.fp a.paginate {
color:#FFF;
padding:0;
margin:0 2px;
text-decoration:none;
}

.fp a.current-paginate, 
.fp a.paginate:hover {
color:#008ab4;
font-weight:700;
padding:0;
margin:0 2px;
text-decoration:none;
}

.fp a.paginate-arrow {
text-decoration:none;
border:0;
}

img{
	opacity:1;
}

img:hover{
	opacity:1;
}