body {
background:#d9d9d9;
margin:0;
padding:0;
font:12px arial, Helvetica, sans-serif;
color:#222;
}

.p5 {height:1px;padding:2px 0;clear:both;}

.gallery {
position:relative;
overflow:hidden;
width:530px;
margin:15px auto;
padding:50px;
background:#ededed;
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:red;} 

.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;
}

.gallery .title {
font-size:18px;
font-weight:400;
}

.gallery .content {
font-size:12px;
line-height:14px;
}

.gallery .thumb {
overflow:hidden;
float:left;
width:150px;
height:110px;
margin:8px;
background-color:#444;
}

.gallery .thumb:hover {
border:3px solid red;
}

.gallery .thumb-wrapper {
width:100%;
overflow:hidden;
}
