.next, .prev, #next, #prev, .gallery-element img {
cursor:pointer;
}
#next, #prev {
display:none;
}
#stage {
height:434px;
width:707px;
padding-top:16px;
background:transparent url(/typo3conf/ext/mp_galleriffic/templates/jquery_gallery/images/stage_back.gif) top left repeat-x;
}
#stage-inner {
border:0;
}
#stage-picture-container {
border:1px solid #990000;
text-align:center;
position:absolute;
}
#stage-picture {
border:0;
}
#caption {
position:absolute;
top:460px;
}
#screen{
height:114px;
width:707px;
background:transparent url(/typo3conf/ext/mp_galleriffic/templates/jquery_gallery/images/screen_back.gif) top left repeat-x;
border:none;
}
* html #screen {
}
#screen .prev{
left:0;
position:relative;
top:42px;
}
*+html div#screen .prev{
}
#prevstuff span, #nextstuff span, #pos {
display:none;
}
#prevstuff {
height:14px;
position:absolute;
top:210px;
width:14px;
left:1px;
}
#nextstuff {
left:700px;
height:14px;
position:absolute;
top:210px;
width:14px;
}
#screen .next{
left:675px;
position:relative;
top:-84px;
}
    
#sections{
clear:both;
height:101px;
margin:0 0 0 43px;
overflow:hidden;
position:relative;
top:-18px;
width:630px;
}
* html #sections {
width:648px;
margin:0 0 0 25px;
}
    
    #sections ul{
        list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0;
		width:12000px;
    }
    
        #sections li{
            background:transparent url(/typo3conf/ext/mp_galleriffic/templates/jquery_gallery/images/thumb_back.gif) top left no-repeat;
            display:inline;
			float:left;
			padding:5px 0 0 4px;
            width:101px;
        }
            #sections li.fallen{
                margin-top:369px;
            }
            
            #sections p{
                width:550px;
                margin:16px 0;
                font-size:85%;
                line-height:1.4em;
            }
            
            #sections h2{
                color:#993333;
                margin:20px 0pt;
            }
            #sections a{
                color:#777;
                font-weight:bolder;
                text-decoration:none;
            }
            .gallery-element {
            width:104px;
            height:96px;
            }
            .gallery-element img {
            border:1px solid #ffffff;
            }
            .gallery-element img.active {
            border:1px solid #990000;
            }
            .gallery-element span, .gallery-element .caption {
            position:absolute;
            left:-9999px;
            }
            .caption {
            width:320px;
            padding-top:3px;
            }
			.captionbig {
			font-size:12px;
            }

#galleries {
border:0;
}
.gallery-ov-single {
float:left;
width:215px;
height:210px;
}
.gallery-ov-single-title {
color:#8F8F8F;
font-size:13px;
font-weight:bold;
margin-bottom:4px;
margin-left:6px;
}
.gallery-ov-single-thumb {
width:205px;
height:204px;
padding:4px 0 0 3px;
background:transparent url(/typo3conf/ext/mp_galleriffic/templates/jquery_gallery/images/overview_item.gif) top left no-repeat;
}