.p5 {height:1px;padding:2px 0;clear:both;}

.gallery {
position:relative;
overflow:hidden;
width:980px;
margin:15px auto 50px auto;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.gallery a:link,
.gallery a:active,
.gallery a:visited {
color:#555;
outline:0;
text-decoration:none;
}

.gallery a:hover {color:#06C;} 

.gallery img {border:0;}
.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-color:#f3f3f3;
border-radius:5px;
border:1px solid #CCC;
padding:5px 10px;
margin:10px 0;
}

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

.gallery .thumb-album {
overflow:hidden;
width:219px;
height:180px;
float:left;
margin:8px;
padding:5px;
background-color:#222;
color:#bbb;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
text-align:center;
}

.gallery .thumb-album a {color:#bbb; font-size:14px; font-weight:bold;}

.gallery .thumb-album:hover {
background-color:#06C;
color:#FFF;
}

.gallery .thumb-album a {color:#bbb; font-size:14px; font-weight:bold;}
.gallery .thumb-album:hover a {color:#FFF;}

.gallery .thumb {
overflow:hidden;
float:left;
width:170px;
height:110px;
margin:8px;
background-color:#444;
border:5px solid #222;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}

.gallery .thumb:hover {
border:5px solid #06C;
}

.gallery .thumb-wrapper {
width:100%;
height:120px;
overflow:hidden;
}

.gallery .thumb-wrapper img {height:auto;}

/*.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 *****/
.gallery .paginate-wrapper {
padding:10px 0;
font-size:14px;
}

.gallery .paginate-wrapper a {
background-color:#f3f3f3;
border:1px solid #CCC;
border-radius:2px;
padding:5px 10px ;
}

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

.gallery a.current-paginate, 
.gallery a.paginate:hover {
color:#06C;
padding:5px 10px ;
margin:0 2px;
text-decoration:none;
}

.gallery a.current-paginate {
	color:#333;
	background-color:#CCC;
}

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