/* Landboungdom gallery*/

#ldg-container{
    float:left;
    position:relative;
    width:100%;
    background:#141414;
    clear:both;
}

#ldg-categories{
    float:left;  
    width:755px;
    padding:10px 20px;
    background:#1f1f1f;
}
    
#ldg-toggler{
     color:#cec343;
}  

#ldg-categorieslist-content{
    position:absolute;
    z-index:3; 
    top:30px;
    left:0;
    width:755px;
    padding:10px 20px; 
    /*display:none;*/
    background:#1f1f1f;
    opacity:0.9;
    -moz-opacity:.9;
    filter:alpha(opacity=90);
}

#ldg-categorieslist{ 
    z-index:3;
    left:0;
    top:0; 
    width:100%;  
}

#ldg-categorieslist ul{
    float:left;
    width:33%;
    list-style:none;
    margin:0;
    padding:0;    
}
    #ldg-categorieslist ul li{
        color:#797979;
        padding:5px 0 3px 0;
    }
    
    #ldg-categorieslist ul li a{
        color:#fff;
        text-decoration: none;
        padding:0 5px 0 0;
    }
    
    #ldg-categorieslist ul li a.actCat{
        text-decoration:underline;
        font-weight:bold;
    } 
    
    #ldg-categorieslist ul li a.sel{ 
        font-weight:bold;
        text-decoration: underline;
    }   

 #ldg-categorieslist span.clear{
    clear:both !important;
 }
         
#ldg-image{
    float:left;
    position:relative;
    width:100%;
    margin:20px 0 0 0;
}

#ldg-image-content{
    position:relative;
    width:542px;
    height: 362px;
    margin:0 auto;
    text-align:center;
}

#ldg-image img{ 
    border:2px solid #fff;
}



a.btn{
    position:absolute;
    z-index:2;
    right:5px;
    top:5px;    
    width:30px;
    height:30px;
    background:url('img/buttons.png') no-repeat 0 0;
    text-indent: -5000em;
    -moz-outline-style: none;
    outline: none;
    cursor: pointer;
    
}

a.btn{
    position:absolute;
    z-index:2;
    right:5px;
    top:5px;    
    width:30px;
    height:30px;
    background:url('img/buttons.png') no-repeat 0 0;
    text-indent: -5000em;
    -moz-outline-style: none;
    outline: none;
    cursor: pointer;
    
}
/*
* html #ldg-image a.btn{
    filter:expression((runtimeStyle.filter == '') ? runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ baseHref + "typo3conf/ext/lu_gallery/static/css/img/buttons.png', sizingMethod='crop')" : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none'); 
}
*/

#ldg-imagezoom{
    right:40px;
    background-position: 0 -90px;
}

#ldg-image-b{
    top:160px !important;
    left:5px;
    background-position:0 -60px;
}



#ldg-image-n{
    top:160px !important;
    right:5px;
    background-position:0 -30px;
}

#ldg-thumbs{
    float:left;
    width:790px;
    height:60px;
    margin:10px 0;
    position:relative;
}

#ldg-thumbs-container{
    width:540px;
    margin:0 auto;
}

.cont-loading{
    filter:alpha(opacity=30);
    -moz-opacity: 0.30;
    opacity: 0.30;
}

#ldg-thumbs-wrapper{
    position:relative;
    width:340px;
    height:50px;
    margin:0 auto;
    overflow:hidden;
}

#ldg-thumbs-container ul{
    position:absolute;
    white-space: nowrap;
    list-style:none;
    padding:0;
    margin:0;
}

#ldg-thumbs-container ul li{ 
    display:inline;
    margin:0;
    padding:0;
    margin-right:10px;        
}

#ldg-thumbs-container ul li img{ 
    border:2px solid #141414;
    opacity:0.7;
    -moz-opacity:.7;
    filter:alpha(opacity=70);
}
#ldg-thumbs-container ul li img.act{ 
  border:2px solid #FFFFFF;
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);
}

a.thumbsNav{
    position:absolute;
    z-index:2;  
    width:30px;
    height:30px;
    background:url('img/thumbs_buttons.png') no-repeat 0 0;
    text-indent: -5000em;
    -moz-outline-style: none;
    outline: none;
    cursor: pointer;
}

#ldg-thumbs-left{
    background-position:0 -30px;
    top:10px !important;
    left:135px;
}

#ldg-thumbs-right{
    top:10px !important;
    right:135px;
}

#ldg-loader {
    position:relative;
    width: 220px;
    height: 19px;
    top:220px;
    z-index:4;
    margin: 0 auto;  
}

#ldg-loader.loading {
    background: url(img/loader.gif) no-repeat center center;
}

#ldg-photo-info{
    position:absolute;
    z-index:5; 
    left:50%;
    background:#1f1f1f;
    padding: 10px 0;
    opacity:0.6;
    filter:alpha(opacity=60);
}

#ldg-container p {
    color:#FFFFFF;
    padding:0px 20px;
    font-size:12px;
    line-height: 15px;
}

#ldg-comments-form {
    position:relative;
    margin-top:35px;
    float: left;
    border-bottom:2px solid #000000;
    padding-bottom: 30px;
    width:795px;
}

#ldg-comments-form #commentContent {
    float: left;
	width: 450px;
	height: 75px;
	border: 1px solid #CBCBCB;
	padding: 15px;
    color: #7E7E7E;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 4px;
}

#ldg-comments-form input {
    width: 257px;
    height: 25px;
    border: 1px solid #CBCBCB;
    padding: 10px 0px 0px 20px;
    color: #7E7E7E;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left:31px;
}

#ldg-comments-form #commentAuthor {
    margin-bottom: 10px;
}

#ldg-comments-form #commentCity {
    
}

#ldg-commenSubmit {
    width:70px;
    height:26px;
    background:url('img/send_btn.gif') no-repeat 0 0;
    clear:both;
    cursor: pointer;
}

#ldg-posted-comments {
    float:left;
    margin-top:30px;
    position:relative;
    width:400px;
    min-height: 50px;
}

#ldg-comment-unit {
    background: transparent url('img/comment_icon.gif') no-repeat 0 0;
    margin-bottom:10px;
}

#ldg-comment-unit p.author {
    font-size:12px;
    padding:0;
    padding-left:44px;
    padding-bottom:3px;
    font-weight:bold;
    color:#000000; 
}

#ldg-comment-unit p.info {
    font-size:12px;
    padding:0;
    padding-left:44px;
    color:#6B6B6B; 
}

#ldg-comment-unit p.content{
    font-size:12px;
    padding:0;
    padding:15px 0px;
    color:#000000; 
}

#ldg-posted-comments-loader{
    background: url(img/comments_loader.gif) no-repeat center center;
    height: 50px;
}

#ldg-comments-form h3, #ldg-posted-comments h3, #ldg-upload-area h3 {
    font-size:20px;
    font-weight:normal;
    padding:0 0 20px 0;
    color: #333333;
}

#ldg-upload-area {
    border-top:2px solid #000000;
    float:left;
    margin-top:30px;
    padding-top:30px;
    padding-bottom:30px;
    position:relative;
    width:795px;
    min-height:30px;
}

#ldg-upload-area label, #ldg-upload-area span {
    color:#000000;
    font-size:12px;
}

#ldg-upload-area input {
    margin: 4px;
}

table#MultiFile1_wrap_list {
    width: 100%;
    border: 1px solid #ccc;
    margin-left: 4px;
}

table#MultiFile1_wrap_list input.ldg-imageDesc {
    width: 400px;
    border:1px solid #CBCBCB;
    color:#7E7E7E;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:12px;
}

table#MultiFile1_wrap_list .MultiFile-title {
    font-weight:bold;
}

table#MultiFile1_wrap_list td {
    vertical-align:middle;
}

table#MultiFile1_wrap_list td.col1 {
    width:10%;
    text-align:center;
}

table#MultiFile1_wrap_list td.col2 {
    width:45%;
}

table#MultiFile1_wrap_list td.col3 {
    width:45%;
}

table#MultiFile1_wrap_list tr {
    border-bottom: 1px solid #ccc;
}

table#MultiFile1_wrap_list a.MultiFile-remove{
    color: #CC0000;
}

/*Image zoom css*/
.zoomimage {
	position: absolute;
	display: none;
	z-index: 5000;
	outline: none;
    cursor: url(../images/zoomout.cur), default;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage_s {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
.zoomimage_st {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	overflow: hidden;
}
.zoomimage_stl {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background:transparent url(../images/shadow.png) no-repeat scroll 0 0;
}
.zoomimage_stc {
	overflow: hidden;
	height: 6px;
	margin: 0 6px;
	background: transparent url(../images/shadow.png) repeat-x scroll 0 -30px;
}
.zoomimage_str {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background:transparent url(../images/shadow.png) no-repeat scroll 0 -18px;
}
.zoomimage_sc {
	position: absolute;
	top: 6px;
	width: 100%;
	left: 0;
	overflow: hidden;
}
.zoomimage_scl {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 6px;
	background: transparent url(../images/shadow-lr.png) repeat-y scroll 0pt;
}
.zoomimage_scr {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 100%;
	width: 6px;
	background:transparent url(../images/shadow-lr.png) repeat-y scroll -6px 0pt
}
.zoomimage_scc {
	margin: 0 6px;
	height: 100%;
	background:transparent url(../images/shadow-c.png);
	overflow: hidden;
}
.zoomimage_sb {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
}
.zoomimage_sbl {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	left: 0;
	top: 0;
	background:transparent url(../images/shadow.png) no-repeat scroll 0pt -12px;
}
.zoomimage_sbc {
	height: 6px;
	overflow: hidden;
	margin: 0 6px;
	background:transparent url(../images/shadow.png) repeat-x scroll 0pt -36px;
}
.zoomimage_sbr {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	right: 0;
	top: 0;
	background:transparent url(../images/shadow.png) no-repeat scroll 0pt -6px;
}
.zoomimage img {
	position: absolute;
	top: 6px;
	left: 6px;
	display: none;
	border: 15px solid #000;
}
.zoomimage_caption {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 100%;
}
.zoomimage_caption p {
	padding: 10px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
.zoomimage_loading {
	background-image: url(../images/ajax_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_controls {
	position: absolute;
	background: #fff;
	height: 30px;
	overflow: hidden;
}
.zoomimage_prev {
	background: #fff url(../images/zoomimage_prev.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	background: #fff url(../images/zoomimage_next.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	right: 10px;
}

