#image-right {
    float: right;
    margin: 0 0 5px 10px;
}

#image-left {
    float: left;
    margin: 0 10px 5px 0;
}

/************************************************************************************
 	MODULES 
*************************************************************************************/

/*input, textarea {*/
/*border: none;*/
/*padding: 5px;*/
/*background-color: #f0f0f1;*/
/*-webkit-border-radius: 3px;*/
/*border-radius: 3px;*/
/*border: 1px solid #999;*/
/*}*/

/*input[type="submit"] {*/
/*cursor: pointer;*/
/*padding: 4px 5px;*/
/*color: #333;*/
/*background-color: #ededed;*/
/*-webkit-box-shadow: none;*/
/*box-shadow: none;*/
/*text-shadow: -1px -1px 0px #fff;*/
/*filter: dropshadow(color=#fff, offx=-1, offy=-1);*/
/*}*/

/*input[type="submit"]:hover {*/
/*color: white;*/
/*border: 1px solid #666;*/
/*background-color: #999;*/
/*text-shadow: -1px -1px 0px #000;*/
/*filter: dropshadow(color=#000, offx=-1, offy=-1);*/
/*}*/

/*.form fieldset {*/
/*border: none;*/
/*}*/

/*.form legend {*/
/*padding: 10px 0;*/
/*}*/

/*.form label {*/
/*line-height: 24px;*/
/*}*/

/*.form dt, form dd {*/
/*float: left;*/
/*width: 70%;*/
/*margin: 5px 0;*/
/*display: block;*/
/*}*/

/*.form dd dl dd {*/
/*float: none;*/
/*width: auto;*/
/*clear: left;*/
/*}*/

/*.form dt {*/
/*width: 175px;*/
/*clear: left;*/
/*}*/

/*.form dt:first-child {*/
/*clear: none;*/
/*}*/

/*.form input[type="text"], .form input[type="file"], .form select, .form textarea {*/
/*width: 350px;*/
/*padding: 3px;*/
/*background-color: #ffffff;*/
/*border: 1px solid #ccc;*/
/*}*/

/*.form textarea {*/
/*height: 100px;*/
/*}*/

/*.form select {*/
/*width: 358px;*/
/*}*/

/*.form input[type="radio"], .form input[type="checkbox"] {*/
/*float: left;*/
/*margin: 3px 5px;*/
/*border: none;*/
/*}*/

/*.form input[type="submit"] {*/
/*padding: 5px;*/
/*font-weight: bold;*/
/*cursor: pointer;*/
/*}*/

/*.form input[type="file"] {*/
/*border: none;*/
/*}*/

/*.form .valMsg {*/
/*color: #993300;*/
/*font-style: italic;*/
/*}*/

/*fieldset {*/
/*border: 0;*/
/*padding: 0;*/
/*margin: 0;*/
/*}*/

/************************************************************************************
 	WIDGETS
*************************************************************************************/

.widget_facebook_last10 ul, .widget_twitter_last10 ul {
    padding-left: 0;
}

.widget_facebook_last10 li, .widget_twitter_last10 li {
    padding: 5px 0;
    list-style: none;
}

.widget_facebook_last10 li {
    border-bottom: 1px solid #993300;
    /*	list-style-image:url(http://cms4.qlictonline.nl/resources/v4.0/images/icon-vmg.png);*/
}

.widget_facebook_last10 li:last-child {
    border: none;
    overflow: hidden;
}

.widget_fotoalbum:after {
    clear: both;
    content: "";
    display: table;

}

/************************************************************************************
	CALENDER
*************************************************************************************/
#dayline li, #dateline li {
    overflow-y: hidden;
    max-width: none;
}

/************************************************************************************
 FOTO GALLERY
*************************************************************************************/
.imageRow {
    clear: both;
}

.imageRow .image {
    float: left;
    width: 18%;
    margin: 2px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.imageRow .image img {
    display: block;
    width: 100%;
    max-height: 80px;
}

.imageRow .image a {
    height: 90px;
    line-height: 90px;
}

.imageBox {
    display: inline-block;
    line-height: 12px;
    margin: 0 10px 5px 0;
    height: 165px;
    cursor: pointer;
}

.imageText {
    color: #9f9f9f;
    height: 30px;
    overflow: hidden;
    display: table;
    margin-top: 5px;
}

.imageBorder {
    display: table;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.imageBox .image {
    width: 128px;
    height: 128px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.imageBox .image img {
    max-width: 116px;
    max-height: 116px;
    position: relative;
}

.imageBox .portrait img {
    margin-top: 0;
}

.imageBox .landscape img {
    margin-top: 25%;
}

#pagination a {
    margin-left: 10px;
    margin-right: 10px;
}

#pagination a.currentPage {
    border: 1px solid lime;
}