/*	EVENTIM gallery.css
-----------------------------------------------------*/
/*  
    version:   1.0
    author:    miha hribar
    email:     miha@dhimahi.com
    website:   http://eventim.at
*/
/*	=SLIDESHOW
-----------------------------------------------------*/
#slideshow {
    clear: both;
    background: #d5d5d5 url(/static/images/gallery/slideshow_bg.gif) repeat-x;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	left: 21px;
	top: 5px;
}

#slideshow_set li {
	float: left;
	height: 130px;
	width: 194px;
}

#slideshow li {
    list-style: none;
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
	background: url(/static/images/gallery/left.gif) no-repeat;
}

#scroll_right {
	left: 410px;
	top: 0;
	background: url(/static/images/gallery/right.gif) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 21px;
    height: 140px;
    width: 0px !important; /* for most browsers */
    width /**/: 21px; /* for IE5.5's bad box model */
}

a.toggle_advanced_gallery {
    display: block;
    clear: both;
    color: #aaa;
    padding-top: 5px;
    text-align: center;
}

a.d {
    padding-top: 10px;
}
