body {
background:#000;
margin:0;
padding:0;
font:12px arial, Helvetica, sans-serif;
color:#777;
}

.gallery {
position:relative;
overflow:hidden;
width:720px;
margin:15px auto;
padding:50px;
background:#FFF;
}

.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;}

/*[linudaar] new class*/
.gallery .description {float:left;margin:0px;font-size:0.9em}

.gallery .titlebar {
height:24px;
line-height:24px;
margin:0 5px;
}

.gallery .title {
font-size:1em;
font-weight:400;
}

.gallery .thumb-album {
overflow:hidden;
width:200px;
height:135px;
float:left;
margin:5px;
padding:5px;
background:#000;
}

/*[linudaar] added class */
.gallery .thumb-album-caption {
font-size:0.8em;
}

.gallery .thumb-album:hover {
background:#000;
}

.gallery .thumb {
overflow:hidden;
width:200px;
height:135px;
margin:5px;
border:5px solid #fff;
}

/*[linudaar] new class*/
.gallery .thumb-caption{
font-size:0.8em;
margin-left:5px;
}

/*[linudaar] new class*/
.gallery .thumb-container {
overflow:hidden;
float:left;
height:135px;
}

.gallery .thumb:hover {
border:3px solid #fff;
width:200px;
height:135px;
}

/***** pagination style *****/
.gallery .paginate-wrapper {
padding:10px 0;
font-size:11px;
}

.gallery a.paginate {
color:#555;
padding:0;
margin:0 2px;
text-decoration:none;
}

.gallery a.current-paginate, 
.gallery a.paginate:hover {
color:#333;
font-weight:700;
padding:0;
margin:0 2px;
text-decoration:none;
}

.gallery a.paginate-arrow {
text-decoration:none;
border:0;
}