

.gallery {
position:relative;
overflow:hidden;
width:90%;
margin:15px auto;
padding:5px;
background:#444;
}

.gallery a:link,
.gallery a:active,
.gallery a:visited {
color:#ccb074;
outline:0;
text-decoration:none;
font-size:12px;
}

.gallery a:hover {color:#999;} 

.gallery img {border:1;}
.gallery .float-left {float:left;}
.gallery .float-right {float:right;}
.gallery .clear {clear:both;}
.gallery .clearb10 {padding-bottom:10px;clear:both;}

.gallery .titlebar {
height:24px;
line-height:24px;
margin:0 5px;
background:#555;
}

.gallery .title {
font-size:18px;
font-weight:400;
color:#eee;
}

.gallery .thumb-album {
overflow:hidden;
height:170px;
float:left;
margin:5px;
padding:5px;
background:#555;
}

.gallery .thumb-album:hover {background:#555;}

.gallery .thumb {
overflow:hidden;
float:left;
width:190px;
height:130px;
margin:5px;
border:5px solid #555;
}

.gallery .thumb:hover {
border:0;
width:200px;
height:140px;
}

/***** pagination style *****/
.gallery .paginate-wrapper {
padding:10px 0;
font-size:16px;
}

.gallery a.paginate {
color:#ccb074;
padding:0;
margin:0 2px;
text-decoration:none;
}

.gallery a.current-paginate, 
.gallery a.paginate:hover {
color:#888;
font-weight:700;
padding:0;
margin:0 2px;
text-decoration:none;
}

.gallery a.paginate-arrow {
text-decoration:none;
border:0;
}