/* for album only */
.pad-9 { padding-right:30px !important; }
.album_content h4 {margin:.5em 0 .5em 0;}

.album_content{
    /*padding:10px 10px 0 10px;*/
    padding:0;
}
/* Album List UL */
.albumlist {
    float:left;
    border:0;
    margin:0;
    padding:6px 0 0 12px;
}
.albumlist .thumb {
    padding:0 10px 0 0;
    list-style-type:none;
    float:left;
    text-align:center;
    width:121px;
    height:137px;
}
h4.gallery_title {
    margin:10px 0 0 27px !important;
}
.picturelist {
    border:0;
    margin:0;
    padding:0;
}

div#main .picturelist .thumb {
    margin:0;
    padding:0 20px 9px 0;
    list-style-type:none;
    float:left;
    text-align:center;
}
div#main .picturelist .last {
    padding-right:0 !important;
}
.thumb img {
    padding:0 !important;
    border:0 !important;
    vertical-align:top;
    max-height:72px;
}
/*if a img here, then image expands*/
.thumb a {
    display:block;
    height:72px;
    width:99px;
    padding:6px;
    border:1px solid #EFD7BD;
    /*background-color:#F7EEE6;*/
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.thumb a:hover {
    border-color:#ddd;
}
.thumb a:hover img {
    opacity:0.8;
}
.thumb a {background:#EDEDED url(../../../images/keraamika/menu/h3.png) 0 0 no-repeat;}
.thumb a:visited:hover {border:1px dotted #8E8E8E;}
.albumname {
    font-size: 0.9em;
    color:#5084B9;
    text-align:center;
    margin-top:5px;
}
.albumname a {
    display: inline;
}
.albumpicturecount {
    font-size:10px;
    color:#777;
}
.albumcomment {
    font-style:normal;
}

.instructiontext {
    font-weight:normal;
    font-style:normal;
    /*font-size:smaller;*/
    font-style:italic;
}
/* PAGINATION */
.albumnav {
	padding:0 8px 12px 8px;
    /*border:1px solid #E3E3E3;*/
	font-size: 11px;
	text-align:center;
	/*background-color:#E5EAF2;*/
    margin:0 !important;
}
.albumnav a {
	padding: 3px 0.7em;
	background:#fff;
	color:#000 !important;
	height:20px;
	font-weight:normal;
	text-decoration:none;
	font-size: 11px;
    /*border:1px solid #355165;*/
    border:3px double #EBEBEB;
}

.albumnav a:hover {
	background:#fff;
    color:#355165;
	border-color: #809BB0;
	height:20px;
	font-weight:normal;
	text-decoration:none;
	font-size: 11px;
}

.albumnav strong {
	padding: 4px 0.8em;
	background:#fff;
	border: 3px solid #E3E3E3;
	height:20px;
	font-weight:bold;
	text-decoration:none;
	font-size: 11px;
}
.albumnav span {
    padding:0 4px;
}
.cms-guestbook-somesmileys a img {border:0;padding:0;margin-right:4px;}

/* Big Picture */
.bigpicture
{
    padding:0.5em 0 0;
    clear:left;
    border-top:1px solid #ccc;
    text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
    text-align:center;
    margin:0 0 5px;
    padding:0;
}

.bigpicture img
{
/* Big picture settings */
    padding:18px;
/* Image padding to form photo frame. */
    width:80%;
/* Width of big picture - set to auto for actual width*/
    margin:0;
    background-color:white;
/* Background of picture */
    border-top:1px solid #eee;
/* Borders of picture frame */
    border-right:2px solid #ccc;
    border-bottom:2px solid #ccc;
    border-left:1px solid #eee;
    text-decoration:none;
}
.bigpicturenav
{
    margin:0;
    padding:0;
    color:#000;
    font-size:smaller;
    line-height:normal;
}